plan-builder
Installation
SKILL.md
Plan Builder
Creates dependency-ordered, wave-grouped executable plans from a goal description. Produces markdown plans with [ ] checkboxes organized into parallel execution waves that plan-runner can execute.
When to use
When you have a goal (feature, migration, refactor, cleanup) and need to break it into sequenced work items before starting. Not for requirements gathering — use the interview-me skill first if the goal is vague.
Protocol
Input
- Goal: what needs to be achieved (feature description, refactor objective, migration target)
- Constraints: any fixed boundaries (timeline, compatibility, dependencies)
- Criteria: acceptance criteria or success conditions (from an interview output, spec, or user statement)
If the goal is ambiguous or missing constraints, stop and use the interview-me skill to clarify before building the plan.