agentsclimarketplace

Godspeed

Skill architect-4-citadell/elektra-skills/godspeed

Governance skills for AI coding agents. Responsible AI-driven execution — Godspeed. Built across 66+ production sessions. Zero silent failures.

Install
npx -y skills add architect-4-citadell/elektra-skills --skill godspeed

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

2 things to look at

  • no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
  • 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

SO1 Godspeed -- 12-phase idea-to-ship execution engine. Triggers on "godspeed", "plan and execute", "let's build", "fix this", or any work initiation requiring full cycle execution.

The file declares its own license as CC BY-NC-SA 4.0. That is the author’s claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.

SKILL.md

3.1 KB, as published. Nobody here has run it

/godspeed -- Godspeed Execution

Direct entry to Standing Order 1 -- the 12-phase idea-to-ship execution engine.

What This Does

Starts the full Godspeed cycle from P0 (Context Load):

P0 Context -> P1 CEO Review -> P2 Eng Review -> P2.5 RAI ->
P3 Plan -> P3.5 Plan Review (architecture + design) -> P4 Execute -> P4.5 UAT/QA/Design ->
P5 Review -> P5.5 RAI Audit -> P6 CEO Accept -> P7 Ship -> P8 Close

Protocol

  1. Load context -- Read and follow the Standard Orders protocol: SKILL.md
  2. Execute SO1 -- Read and follow: SO1-godspeed.md
  3. Phase checklists -- Reference: phases.md
  4. RAI gates -- Reference: rai-gates.md
  5. Memory protocol -- Reference: memory-protocol.md

Start Point

P0: Context Load. Begin by loading memory, git state, plan state, and skills.

Pre/Post Execution Review Gates

Godspeed includes two review gates powered by companion skills:

Pre-Execution: P3.5 Plan Review

After the plan is written (P3), review it before writing code:

  • Large scope: Invoke /plan-ceo-review (gstack) -- 10-section architecture review
  • Standard scope: Invoke /plan-eng-review (gstack) -- 4-section engineering review
  • Frontend in scope: Invoke /plan-design-review (gstack) for UI/UX gap analysis + /ui-ux-pro-max for design decisions
  • Small fix: Skip P3.5

Post-Execution: P4.5 UAT + QA + Design Review

After code is written (P4), validate before code review:

  • Functional: Invoke /qa (gstack) for systematic browser-based QA testing
  • Visual QA: Invoke /design-review (gstack) for live site design polish — spacing, hierarchy, AI slop patterns
  • Design Audit: Invoke /ui-ux-pro-max for 10-priority design audit (accessibility through charts)
  • Brand: Invoke /SO-quality for brand voice and content quality gate

Related Commands

CommandPurpose
/godspeed-resumeResume mid-session at a specific phase
/project-mgmtGitHub project management (runs automatically at P0/P8)
/SO-qualityQuality gate (runs automatically at P4.5/P5)
/plan-ceo-reviewCEO-mode plan review (gstack, runs at P3.5)
/plan-eng-reviewEng-mode plan review (gstack, runs at P3.5)
/plan-design-reviewUI/UX gap analysis (gstack, runs at P3.5)
/ui-ux-pro-max10-priority design audit (P3.5 + P4.5)
/qaSystematic QA testing (gstack, runs at P4.5)
/reviewPre-landing code review (gstack, runs at P5)
/standard-ordersMeta-protocol -- classify intent and dispatch

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.