What problem does it solve? Large feature specs often get implemented in one unplanned pass, causing dependency loops, rework, and unverifiable progress. This Skill turns any spec into small, independently testable tasks with clear acceptance criteria and dependency ordering. ## Core Features & Use Cases - Task Decomposition: Breaks a spec into concrete deliverables (migrations, API routes, types, UI pages, tests, docs), each sized to roughly 30 minutes to 4 hours maximum. - Dependency Ordering: Maps task dependencies so foundational work (database, API) precedes dependent work (forms, lists, tests), preventing integration failures. - DaaS Phase Alignment: Aligns tasks with the DaaS phased development model (Foundation, Data, UI, Logic, Relations, Polish), including a mandatory Phase 0 Buildpad UI component install before any UI task. - Use Case: Given a "Task Management" feature spec, produce an implementation plan where the migration, API route, TypeScript types, list page, form page, RBAC, and tests each become a separate committable task with pass/fail acceptance criteria. ## Quick Start Ask the AI to break down your feature specification into an ordered implementation plan with acceptance criteria for each task.