From superpowers-sage
Generates executable implementation plans from approved architecture specs, including task dependency graphs, skill routing, and acceptance criteria.
How this skill is triggered — by the user, by Claude, or both
Slash command
/superpowers-sage:plan-generator [approved architecture spec path or feature topic][approved architecture spec path or feature topic]The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Generate implementation plans from approved architecture specs.
Generate implementation plans from approved architecture specs.
Announce at start: "I'm using plan-generator to transform the approved architecture into an executable implementation plan."
$ARGUMENTS
Accept one of:
docs/superpowers/specs/Reject if spec approval is missing.
Before generating any plan files, validate the architecture spec against its claimed
sources (git refs, external APIs, content models). See references/anti-drift.md for
the full preflight protocol.
If the spec's "chosen approach" is "zero-migration port from legacy schema", emit
an AD-2 byte-for-byte gate per ported component. See references/anti-drift.md.
Extract:
Translate each into concrete implementation units.
Classify every unit:
parallel: independent worksequential: depends on prior unit outputgated: requires user/reviewer checkpointDocument graph in the plan.
For each unit, define:
superpowers-sage:building, superpowers-sage:modeling, superpowers-sage:designing, superpowers-sage:verifying, and reference skills (acorn-*, wp-*) as neededCreate the directory and file structure as defined in references/plan-format.md.
Full file templates and frontmatter schemas:
skills/plan-generator/references/plan-format.md
Check:
Full validation rules:
skills/plan-generator/references/anti-drift.md
Present concise execution summary (phases, parallel batches, checkpoints) and offer
superpowers-sage:building.
Before completion, confirm all items:
source-specnpx claudepluginhub hekivo/superpowers-sageTransforms specifications into dependency-ordered implementation plans featuring architecture design, phased task breakdowns, dependency graphs, sprint schedules, and risk assessments.
Generates step-by-step implementation plans from design specs for multi-step tasks, verifying APIs and dependencies exist before coding, detailing files, code, tests, commits.
Creates structured implementation plans for multi-step tasks from specs or requirements. Generates plan.json and task markdown files with explicit code and testing steps.