What problem does it solve? Turning a feature specification and implementation plan into an actionable, ordered task list is tedious and error-prone. This Skill automates that step by reading your design artifacts and producing a structured tasks.md that an LLM or developer can execute directly. ## Core Features & Use Cases - Design-Aware Task Generation: Reads plan.md, spec.md, data-model.md, contracts/, research.md, and quickstart.md to derive tasks grounded in your actual design. - User-Story Organization: Groups tasks into phases by user story priority (P1, P2, P3) so each story is independently implementable and testable. - Strict Checklist Format: Every task follows a validated format with checkbox, sequential task ID, parallelization marker, story label, and exact file path. - Use Case: After writing a spec and plan for a new API feature, run this Skill to get a tasks.md with setup, foundational, per-story, and polish phases, plus a dependency graph and MVP scope suggestion. ## Quick Start Ask the agent to generate the tasks.md for the current feature based on the available design documents in the feature directory.