What problem does it solve? Converting a feature plan and specification into an actionable, ordered list of implementable tasks is error-prone and time-consuming, often missing dependencies, parallelization opportunities, or traceability to requirements. ## Core Features & Use Cases - Dependency-Ordered Task Generation: Produces a tasks.md file organized by phases (Setup, Foundational, User Stories, Polish) with sequential task IDs, parallel [P] markers, and user story labels. - Dependency Graph Validation: Detects circular dependencies, orphan tasks, critical paths, and priority inversions across phases. - Semantic Diff on Re-run: Preserves completed task status and maps old task IDs to new ones when regenerating an existing tasks.md. - Use Case: After running the plan phase for a new API feature, invoke this skill to produce a tasks.md where each contract gets a contract test task, each story is independently implementable, and parallel batches are identified for faster execution. ## Quick Start Ask the AI to generate a dependency-ordered task breakdown from the current feature's plan.md and spec.md into a tasks.md file.