Improve or update an existing implementation plan
npx claudepluginhub jaimearboleda/nextjs-claude-workflow# Refine Plan ## Steps 1. **Read `planning/active/plan-iteration.md`** (error if missing: "Run `/plan-iteration` first."). 2. **Ask what needs to change** via AskUserQuestion. Common refinements: add missing steps, break down complex steps, reorder for dependencies, add detail, revise approach. 3. **Make the refinements**: Update step numbering, fix dependency references, maintain consistent format. 4. **Document the refinement** by adding a "Refinements" section at the top of the plan: 5. **Output**: Explain changes, show new step count if changed. Next: `/implement-iteration` #...
/refine-planPlans small fixes to code, docs, or configs: gathers details via questions, identifies targets/impacts with search tools, outputs plan.md in dated dir for refine-execute.
/refine-planRefines an annotated implementation plan by extracting, classifying, and resolving comments into a clean plan while generating a QA ledger of outcomes.
/refine-planRefine a specific phase of an existing plan with user feedback, handling dependent phases intelligently
Read planning/active/plan-iteration.md (error if missing: "Run /plan-iteration first.").
Ask what needs to change via AskUserQuestion. Common refinements: add missing steps, break down complex steps, reorder for dependencies, add detail, revise approach.
Make the refinements: Update step numbering, fix dependency references, maintain consistent format.
Document the refinement by adding a "Refinements" section at the top of the plan:
## Refinements
**[Date]:** [Brief description of what changed and why]
Output: Explain changes, show new step count if changed. Next: /implement-iteration
/plan-iteration instead.log-iteration.md to avoid changing already-completed steps.