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 so each increment is independently implementable and testable. ## Core Features & Use Cases - Artifact-Driven Task Generation: Reads plan.md, spec.md, data-model.md, contracts/, research.md, and quickstart.md from a spec-kit feature directory to derive tasks. - User-Story Organization: Produces phases for setup, foundational work, one phase per prioritized user story, and polish, with dependency graphs and parallel execution examples. - Strict Checklist Format: Enforces a consistent task format with checkboxes, sequential task IDs, [P] parallel markers, [USn] story labels, and exact file paths. - Use Case: After writing a spec and plan for a new feature, run this Skill to produce a tasks.md where an LLM or developer can execute each task without additional context, starting from an MVP scope of just User Story 1. ## Quick Start Ask the agent to generate the tasks.md for the current feature using the spec and plan in the spec-kit project directory.