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 that step by reading spec-kit design artifacts and producing a structured tasks.md organized by user story. ## Core Features & Use Cases - Story-Organized Task Generation: Reads spec.md, plan.md, data-model.md, and contracts to produce one phase per user story in priority order, each independently testable. - Strict Checklist Format: Every task follows a validated format with checkbox, sequential task ID, parallelization marker, story label, and exact file path. - Extension Hook Support: Executes optional and mandatory pre/post hooks defined in .specify/extensions.yml before and after task generation. - Use Case: After running spec-kit's specify and plan steps for a new feature, invoke this Skill to generate a complete tasks.md with dependency graph, parallel execution examples, and a suggested MVP scope. ## Quick Start Ask the agent to generate the tasks.md for the current feature based on the existing spec and plan documents.