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 - Automated Task Generation: Reads plan.md, spec.md, data-model.md, contracts, and research.md 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. - Strict Checklist Format: Enforces a consistent task format with IDs, parallel markers, story labels, and exact file paths. - Use Case: After writing a spec and plan for a new feature, run this Skill to instantly get a complete tasks.md with setup, foundational, per-story, and polish phases ready for execution. ## Quick Start Ask the assistant to generate the tasks.md for the current feature based on the spec and plan in the .specify directory.