beo/planning
Installation
SKILL.md
Warcraft Planning
Overview
Planning is the research-and-decompose phase. It takes CONTEXT.md from exploring and produces:
- A
plan.mddocument with the implementation approach - Task beads in the bead graph with dependencies wired
- A risk classification for each task
Core principle: Plan once, execute many. Every minute spent planning saves 10 minutes of confused implementation.
When to Use
- After
beo/exploringcompletes (CONTEXT.md exists) - User says "plan this", "create tasks", "decompose"
- Router detected state = planning (epic exists, no
approvedlabel, tasks may or may not exist)