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, parallelization markers, and file paths. ## 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, plus setup, foundational, and polish phases. - Strict Checklist Format: Every task follows a validated format with checkbox, sequential task ID, [P] parallel markers, [USn] story labels, and exact file paths. - Extension Hook Support: Executes mandatory and optional pre/post hooks defined in .specify/extensions.yml before and after task generation. - Use Case: After writing a feature spec and implementation plan in a spec-kit project, run this Skill to produce 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 based on the spec and plan in the .specify feature directory.