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 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 phases per user story in priority order. - Strict Checklist Format: Every task follows a validated format with checkbox, 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 implementation plan for a new feature, run this Skill to instantly get a tasks.md with setup, foundational, per-story, and polish phases, plus an MVP scope recommendation. ## Quick Start Ask the agent to generate the tasks.md for the current feature based on the existing spec and plan documents.