What problem does it solve? Turning a feature specification and implementation plan into an actionable, ordered task list is manual and error-prone. This Skill automates the creation of a tasks.md file that organizes work by user story so each increment is independently implementable and testable. ## Core Features & Use Cases - Story-Organized Task Generation: Reads spec.md, plan.md, data-model.md, and contracts to produce phases per user story with strict checklist formatting (checkbox, task ID, [P] markers, [USn] labels, file paths). - Dependency and Parallelism Mapping: Outputs a dependency graph of story completion order plus parallel execution examples per story. - Extension Hook Support: Executes optional and mandatory pre/post hooks declared in .specify/extensions.yml before and after task generation. - Use Case: After drafting a spec and plan for a new checkout feature, run this Skill to produce a tasks.md with setup, foundational, per-story, and polish phases ready for incremental delivery. ## Quick Start Ask the agent to generate the tasks.md for the current feature based on the spec and plan in the .specify project structure.