Godspeed
Governance skills for AI coding agents. Responsible AI-driven execution — Godspeed. Built across 66+ production sessions. Zero silent failures.
npx -y skills add architect-4-citadell/elektra-skills --skill godspeedAssembled 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
- Load context -- Read and follow the Standard Orders protocol: SKILL.md
- Execute SO1 -- Read and follow: SO1-godspeed.md
- Phase checklists -- Reference: phases.md
- RAI gates -- Reference: rai-gates.md
- 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-maxfor 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-maxfor 10-priority design audit (accessibility through charts) - Brand: Invoke
/SO-qualityfor brand voice and content quality gate
Related Commands
| Command | Purpose |
|---|---|
/godspeed-resume | Resume mid-session at a specific phase |
/project-mgmt | GitHub project management (runs automatically at P0/P8) |
/SO-quality | Quality gate (runs automatically at P4.5/P5) |
/plan-ceo-review | CEO-mode plan review (gstack, runs at P3.5) |
/plan-eng-review | Eng-mode plan review (gstack, runs at P3.5) |
/plan-design-review | UI/UX gap analysis (gstack, runs at P3.5) |
/ui-ux-pro-max | 10-priority design audit (P3.5 + P4.5) |
/qa | Systematic QA testing (gstack, runs at P4.5) |
/review | Pre-landing code review (gstack, runs at P5) |
/standard-orders | Meta-protocol -- classify intent and dispatch |