Plan
Breaks the phase design into execution plans with tasks, acceptance criteria, and wave ordering.
What Happens
- The
konductor-planneragent creates detailed execution plans from the design - The
konductor-plan-checkervalidates plans for completeness (iffeatures.plan_checker = true)
Output
Each plan file contains:
- TOML frontmatter (wave, dependencies, requirements)
- A
## Designsection with technical approach - Ordered task list with acceptance criteria
Usage
Tip
After planning, run /k-review to review the design and plans before execution.