What problem does it solve? Solo developers working with AI assistants often get vague, oversized plans that degrade AI output quality mid-execution. This Skill turns project phases into small, executable PLAN.md files with specific tasks, verification criteria, and dependency-aware wave assignments. ## 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 Analysis: Builds dependency graphs, groups independent plans into parallel execution waves, and prevents same-wave file conflicts. - Goal-Backward Verification: Derives must-have truths and artifacts from the phase goal so every plan is verifiable against the intended outcome. - Use Case: After finalizing a spec for a user authentication feature, invoke the planner to produce wave-structured PLAN.md files covering registration, login, and session handling, each with curl-based verification steps. ## Quick Start Ask the planner to create executable phase plans for the current phase defined in .gsd/SPEC.md with task breakdown and wave assignments.