What problem does it solve? Turning feature specifications and implementation plans into an actionable, ordered task list is time-consuming and error-prone. This Skill automates the creation of a tasks.md file that organizes work by user story with clear dependencies and parallelization opportunities. ## Core Features & Use Cases - Story-Organized Task Generation: Reads spec.md, plan.md, data-model.md, and contracts to produce tasks grouped by prioritized user stories (P1, P2, P3). - Strict Checklist Format: Every task follows a validated format with checkbox, sequential task ID, parallel markers, story labels, and exact file paths. - Extension Hook Support: Executes pre- and post-generation hooks defined in .specify/extensions.yml for customizable workflows. - Use Case: After writing a feature spec and implementation plan with spec-kit, run this Skill to instantly produce a tasks.md where each user story is an independently testable increment with a suggested MVP scope. ## Quick Start Ask the AI to generate the tasks.md for the current feature based on the spec and plan in the .specify project structure.