What problem does it solve? Turning a PRD or TechSpec into concrete, independently implementable engineering tasks is slow and error-prone, often producing vague or overlapping work items. This Skill automates that breakdown while grounding every task in real codebase context. ## Core Features & Use Cases - Structured Task Decomposition: Splits TechSpec implementation sections into granular tasks with titles, types, complexity ratings (low/medium/high/critical), and explicit dependency chains with no circular references. - Codebase-Informed Enrichment: Explores the repository to fill each task file with relevant files, dependent files, integration points, test cases, and success criteria including an 80% coverage target. - Interactive Approval Loop: Presents the full task breakdown for review and iterates on feedback before writing any files. - Use Case: After writing a PRD and TechSpec for a new feature, run this Skill to generate a master _tasks.md list plus individual task_NN.md files ready for execution by developers or coding agents. ## Quick Start Ask the AI to create tasks for your feature by providing the feature name and confirming the PRD or TechSpec exists in the tasks directory.