What problem does it solve? Turning a phase goal into concrete, executable work is hard: tasks end up vague, dependencies are unclear, and AI agents lose quality when plans are too large. This Skill produces structured PLAN.md files with specific tasks, verification criteria, and wave-based dependency ordering so execution stays focused and measurable. ## Core Features & Use Cases - Task Decomposition: Breaks phases into plans of 2-3 tasks each, with exact file paths, specific actions, executable verification commands, and measurable done criteria. - Dependency & Wave Planning: Builds dependency graphs, assigns execution waves, and enforces file-ownership rules so parallel plans never modify the same files. - Goal-Backward Verification: Derives must-have truths and artifacts from the desired end state, plus gap-closure plans when verification finds issues. - Use Case: After defining a user authentication phase, use this Skill to generate PLAN.md files covering registration, login, and session handling, each with curl-based verification steps and JWT acceptance criteria. ## Quick Start Ask the planner to create an executable phase plan for the user authentication phase with task breakdown and dependency waves.