What problem does it solve? Turning a written implementation plan into an actionable, ordered task list is tedious and error-prone. This Skill automates the breakdown of spec-kit plans and specs into a structured tasks.md file with dependency-aware, independently testable tasks. ## Core Features & Use Cases - Plan-to-Task Generation: Reads plan.md, spec.md, data-model.md, contracts/, and research.md from a spec-kit feature directory and produces a complete tasks.md. - User Story Organization: Groups tasks by user story priority (P1, P2, P3) so each story phase is independently implementable and testable. - Strict Checklist Format: Enforces a consistent task format with checkboxes, sequential task IDs, [P] parallel markers, [USn] story labels, and exact file paths. - Use Case: After finishing a feature plan in a spec-kit project, run this Skill to generate a tasks.md with setup, foundational, per-story, and polish phases, plus a dependency graph and MVP scope suggestion. ## Quick Start Ask the agent to break down the current feature plan into a tasks.md task list using the spec-kit structure in this repository.