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 - Artifact-Driven Task Generation: Reads plan.md, spec.md, data-model.md, contracts/, and research.md from a spec-kit feature directory to derive concrete tasks with exact file paths. - User Story Organization: Produces phases per user story in priority order, with dependency graphs, parallel execution markers, and MVP scope suggestions. - Extension Hook Support: Executes optional and mandatory pre/post hooks defined in .specify/extensions.yml before and after task generation. - Use Case: After writing a spec and plan for a new API feature, run this Skill to get a tasks.md where every task follows a strict checklist format (checkbox, task ID, story label, file path) ready for an LLM or developer to execute. ## Quick Start Ask the agent to generate the tasks.md for the current feature using the spec and plan in the spec-kit project.