From superpowers-sage
Generates executable implementation plans from approved architecture specs with phases, parallel batches, task dependency graphs, skill routing, acceptance criteria, and anti-drift validation.
npx claudepluginhub codigodoleo/superpowers-sage --plugin superpowers-sageThis skill uses the workspace's default tool permissions.
Generate implementation plans from approved architecture specs.
Transforms 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.
Drafts structured implementation plans for multi-step coding tasks from specs, before touching code. Generates plan.json manifest, phased task MD files with exact steps, and validates via workflow gates.
Share bugs, ideas, or general feedback.
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-spec