wf3-plan
Installation
SKILL.md
/wf3-plan
Create a step-by-step implementation plan for an existing workflow.
Prerequisites
- A completed spec exists at
docs/wf/<work-id>/02_SPEC.md state.jsonshows spec phase is completed
Workflow
Step 1: Load Context
- Read
docs/wf/<work-id>/state.jsonto verify spec is done - Read
docs/wf/<work-id>/01_KICKOFF.mdfor goal and constraints - Read
docs/wf/<work-id>/02_SPEC.mdfor requirements - If spec phase is not completed, tell the user to run
/wf2-specfirst