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 conversion of spec-kit design artifacts into a structured tasks.md file. ## Core Features & Use Cases - Design Document Parsing: Reads plan.md, spec.md, data-model.md, contracts/, and research.md from a spec-kit feature directory to extract tech stack, user stories, and priorities. - Story-Organized Task Generation: Produces phases for setup, foundational work, one phase per user story in priority order, and polish, with strict checklist formatting (checkbox, task ID, [P] parallel markers, [USn] story labels, file paths). - Extension Hook Support: Executes optional and mandatory before/after hooks declared in .specify/extensions.yml during task generation. - Use Case: After writing a spec and plan for a new feature, run this Skill to get a tasks.md where each user story is an independently testable increment with a suggested MVP scope. ## Quick Start Ask the agent to generate the tasks.md for the current feature using the spec and plan in the spec-kit feature directory.