Create a detailed implementation plan from a validated design.
Generate a detailed implementation plan from your pressure-tested design document. Use after completing /ideate:pressure-test to create actionable development steps.
/plugin marketplace add jeremyodell/claude-assistant/plugin install ideate@claude-assistant-marketplaceCreate a detailed implementation plan from a validated design.
Requires pressure-test.md with sign-off in the current feature directory.
If not found:
❌ ERROR: No validated design found.
Run /ideate:pressure-test first.
If found but no sign-off:
❌ ERROR: Design not signed off.
Complete /ideate:pressure-test with sign-off first.
Read $FEATURE_DIR/design.md and $FEATURE_DIR/pressure-test.md
Extract:
Invoke the superpowers:writing-plans skill.
Provide it with the validated design context.
Let it create a detailed implementation plan.
Write the plan output to $FEATURE_DIR/plan.md:
# Implementation Plan: $FEATURE_NAME
**Date:** $DATE
**Based on:** design.md (validated via pressure-test.md)
[Captured output from superpowers:writing-plans]
✅ Plan Complete
Implementation plan saved to: $FEATURE_DIR/plan.md
Next: Run /ideate:stories to break into Linear stories.
If $FEATURE_DIR/plan.md already exists:
Ask: "plan.md already exists. Overwrite? [y/N]"
| Error | Action |
|---|---|
| pressure-test.md not found | Error: Run /ideate:pressure-test first |
| No sign-off in pressure-test | Error: Complete pressure test with sign-off |
| superpowers plugin missing | Error with install instructions, halt |