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 that step by reading spec-kit design documents and producing a structured tasks.md file organized by user story. ## Core Features & Use Cases - Design Artifact Parsing: Reads plan.md, spec.md, data-model.md, contracts/, research.md, and quickstart.md from the feature directory to extract tech stack, user stories, and entities. - Story-Organized Task Generation: Produces phases for setup, foundational work, one phase per user story in priority order, and a final polish phase, with each task following a strict checklist format (checkbox, task ID, [P] parallel marker, [US#] story label, file path). - Extension Hook Support: Checks .specify/extensions.yml for before_tasks and after_tasks hooks and executes or surfaces them as slash commands. - Use Case: After running spec-kit's specify and plan commands for a new feature, invoke this Skill to generate a tasks.md where each user story is an independently testable increment with dependency graphs and parallel execution examples. ## Quick Start Generate the tasks.md for the current feature from my spec.md and plan.md, organized by user story with parallel execution markers.