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 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 one phase per user story in priority order. - Strict Checklist Format: Every task follows a validated format with checkbox, sequential task ID, parallel marker, story label, and exact file path. - Extension Hook Support: Executes pre- and post-generation hooks defined in .specify/extensions.yml for customizable workflows. - Use Case: After writing a spec and plan for a new feature, run this Skill to instantly get a complete tasks.md with setup, foundational, per-story, and polish phases, plus an MVP scope recommendation. ## Quick Start Ask the assistant to generate the tasks.md for the current feature based on the spec and plan in the .specify directory.