What problem does it solve? Turning a PRD or TechSpec into concrete, executable work items is slow and error-prone: tasks end up too broad, miss dependencies, lack test requirements, or ignore the actual codebase. This Skill automates that breakdown, producing granular, dependency-aware task files enriched with real file paths and project conventions. ## Core Features & Use Cases - Structured task decomposition: Splits TechSpec implementation sections into granular tasks with title, type, complexity (low/medium/high/critical), and explicit dependencies, guaranteeing no circular dependencies and independent implementability. - Codebase-informed enrichment: Explores the repository to fill each task file with relevant files, dependent files, integration points, ADR references, and concrete unit/integration test cases targeting 80%+ coverage. - Interactive approval and validation: Presents the task breakdown for user review before writing files, then runs compozy validate-tasks to verify the output. - Use Case: After writing _prd.md and _techspec.md for a new feature, run this Skill to generate _tasks.md plus task_01.md through task_N.md files ready for execution by developers or AI agents. ## Quick Start Break down the PRD and TechSpec in .compozy/tasks/my-feature into detailed task files with codebase-enriched implementation details.