What problem does it solve? Turning feature specifications and design documents into an actionable, ordered implementation plan is time-consuming and error-prone. This Skill automates the creation of a tasks.md file that breaks a feature into phases and user-story-organized tasks with clear file paths and dependencies. ## Core Features & Use Cases - Automated Task Generation: Reads plan.md, spec.md, data-model.md, contracts, and research notes from a spec-kit project to produce a structured tasks.md. - User Story Organization: Groups tasks by prioritized user stories (P1, P2, P3) so each story is independently implementable and testable. - Dependency & Parallelism Mapping: Produces a dependency graph, parallel execution markers, and an MVP-first implementation strategy. - 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 instantly get a complete, checklist-formatted tasks.md ready for LLM-driven or manual execution. ## Quick Start Ask the AI to generate the tasks.md for the current feature based on the spec and plan in the .specify directory.