What problem does it solve? Large implementation plans spanning many files and bounded contexts lack a clear execution order, causing agents to build artifacts in the wrong sequence, duplicate contract work, or fan out subagents with vague handoffs that drift from the agreed design. ## Core Features & Use Cases - Phase-Lane Overlay: Assigns every artifact in a plan's File Structure list to Phase 0 (Contract Lock), Phase 1 (Behavior Slices), or Phase 2 (Integration/QA) with wave labels and serial/parallel classifications. - Feature-Type Calibration: Classifies work into seven feature types (new feature, new endpoint, entity modification, frontend-only, etc.) so small changes skip unnecessary phases. - Handoff Sufficiency: Requires every non-serial task to carry a handoff with frozen inputs, deliverables, scope fences, gates, and discretion so fresh-context subagents can execute without re-deriving contracts. - Use Case: When /plan produces 10+ artifacts across 3+ bounded contexts, invoke this skill to generate a WavePlan with a critical path, parallelism matrix, and mermaid dependency graph embedded in the plan. ## Quick Start Ask the planner to run the task-breakdown overlay on the current plan's File Structure list to produce phases, waves, and a dependency graph.