What problem does it solve? Turning a feature specification and implementation plan into an actionable, ordered task list is slow 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, [US] labels, file paths). - Dependency & Parallelism Analysis: Produces a dependency graph of story completion order plus parallel execution examples per story. - Extension Hook Support: Executes pre- and post-generation hooks defined in .specify/extensions.yml, handling optional and mandatory hooks. - Use Case: After writing a spec and plan for a new API feature, run this Skill to get a complete tasks.md with setup, foundational, per-story, and polish phases, ready for an LLM or developer to execute task by task. ## Quick Start Ask the agent to generate the tasks.md for the current feature based on the spec and plan in the feature directory.