What problem does it solve? Turning approved requirements and design documents into an executable implementation plan is error-prone: tasks end up too large, miss requirements, hide dependencies, or lack verifiable outcomes. This Skill converts spec artifacts into a structured tasks.md file where every requirement maps to a milestone with test steps, boundaries, and verification gates. ## Core Features & Use Cases - Milestone Task Generation: Produces major tasks as verify-and-commit units with test steps, scoped integration gates, and evidence bullets, sized at 1-3 hour steps. - Coverage and Sanity Review: Runs a task plan review gate plus an independent task-graph sanity review to catch missing requirements, hidden prerequisites, and dependency errors before writing tasks.md. - Lifecycle and Approval Handling: Validates requirement/design approvals, supports auto-approve mode, updates spec.json phase metadata, and hands off to implementation commands. - Use Case: After approving requirements and design for a new notifications feature, run the Skill to produce a tasks.md with parallelization markers, boundary annotations, and requirement traceability, ready for autonomous implementation. ## Quick Start Ask the AI to generate implementation tasks for your feature by running the kiro-spec-tasks command with your feature name after requirements and design are approved.