write-executable-plan

Solid

Use when you have a PRD or design spec and need a bite-sized, executable implementation plan that any agent can follow without re-deriving structure. Produces `docs/plans/YYYY-MM-DD-<feature>.md` with per-task Files block, complete code per step (no placeholders), and exact verification commands. Rejects "TBD", "TODO", "add error handling", "similar to Task N".

Code & Development 48 stars 4 forks Updated yesterday MIT

Install

View on GitHub

Quality Score: 90/100

Stars 20%
56
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Write Executable Plan > Bite-sized plans for parallel agents. No placeholders. No vague steps. ## When to use - A PRD from `/plan feature` exists but you need a step-by-step implementation plan - A `/brainstorm` design is approved and you want to skip the PRD layer - Multiple agents will execute the plan in parallel and need conflict-free task boundaries - The work is complex enough that describing it to an agent loses fidelity ## When NOT to use - Trivial 1-file changes (just do them; no plan needed) - Pure exploration (use `/brainstorm` instead) - Bug investigation (use `/debug` instead) - The source PRD is vague or unapproved (get PRD approval before planning execution) ## Phase 0: Bootstrap Gate Read `skills/_shared/bootstrap-gate.md` and execute the gate check. If the gate is CLOSED, invoke `skills/bootstrap/SKILL.md` and wait for completion before proceeding. If the gate is OPEN, continue to Phase 1. <HARD-GATE> Do NOT proceed past Phase 0 if GATE_CLOSED. There is no bypass. Refer to `skills/_shared/bootstrap-gate.md` for the full HARD-GATE constraints. </HARD-GATE> ## Phase 1: Source Selection Accept ONE of the following inputs (in order of preference): 1. **PRD path** — `docs/prd/YYYY-MM-DD-<feature>.md` produced by `/plan feature` 2. **Design spec path** — `docs/specs/YYYY-MM-DD-<slug>-design.md` produced by `/brainstorm` 3. **Inline description** — user provides a free-text description; prompt for elaboration via AUQ before proceeding If no source is p...

Details

Author
Kanevry
Repository
Kanevry/session-orchestrator
Created
1 months ago
Last Updated
yesterday
Language
JavaScript
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category