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, contracts, and research.md to produce tasks grouped by user story priority (P1, P2, P3). - Strict Checklist Format: Every task follows a validated format with checkbox, sequential task ID, parallelizable [P] markers, [US#] story labels, and exact file paths. - Dependency & Parallelism Analysis: Outputs a dependency graph of story completion order plus parallel execution examples and an MVP-first implementation strategy. - Extension Hooks: Supports pre- and post-execution hooks declared in .specify/extensions.yml, executing mandatory hooks and surfacing optional ones. - Use Case: After writing a spec and plan for a new feature in a spec-kit project, run this Skill to instantly get a complete tasks.md with setup, foundational, per-story, and polish phases ready for LLM-driven implementation. ## Quick Start Ask the agent to generate the tasks.md for the current feature based on the existing spec.md and plan.md in the spec-kit project.