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 tasks grouped by user story priority (P1, P2, P3). - Strict Checklist Format: Every task follows a validated format with checkbox, task ID, parallel marker, story label, and exact file path. - Extension Hooks: Supports pre- and post-execution hooks defined in .specify/extensions.yml for custom workflow integration. - Use Case: After writing a feature spec and implementation plan with spec-kit, run this Skill to produce a tasks.md where each user story is an independently testable phase, complete with an MVP scope recommendation and dependency graph. ## Quick Start Ask the AI to generate the tasks.md for the current feature based on the spec and plan in the .specify directory.