What problem does it solve? Turning an approved requirements specification into executable work often produces vague, oversized tasks with no traceability, causing duplicated or lost work during implementation. This Skill converts specs into atomic T-NNN tasks with dependency graphs and full SPEC-to-task traceability. ## Core Features & Use Cases - Atomic Task Decomposition: Generates task-plan.md files with checkbox tasks (T-NNN) where each task touches exactly one location and can be committed independently. - Dependency DAG & Traceability: Documents a Mermaid dependency graph, execution phases, and a reverse SPEC-to-task coverage table so orphan tasks and scope creep are detected. - Parallel Execution Marking: Flags parallelizable tasks with [P] markers and supports task claiming conventions for multi-agent execution. - Use Case: After finishing a requirements spec for a new feature, run this Skill to produce a task plan with 20 atomic tasks, a Mermaid DAG showing the critical path, and a coverage table proving every requirement maps to at least one task before any code is written. ## Quick Start Ask the assistant to decompose the active work package's requirements spec into an atomic task plan with dependency DAG and SPEC traceability.