What problem does it solve? Turning a finished implementation plan into executable work is error-prone: tasks get misordered, parallel work collides on shared files, and planning obligations silently drop. This Skill compiles a ready plan contract into a validated, dependency-safe task graph with guardrails, parallel batches, and join points before any code is written. ## Core Features & Use Cases - Dependency-aware task generation: Reads plan-contract.json and produces a canonical task-index.json plus a rendered tasks.md with ordered tasks, [P] parallel markers, user-story labels, and explicit join points. - Obligation and scope preservation: Maps every CA-### consequence obligation, MP-* must-preserve item, capability operation, and user-observable UI/CLI/API path to concrete tasks or explicit deferrals. - Adaptive execution modes: Selects light, standard, or heavy modes with native subagent delegation for isolated decomposition lanes, plus deterministic graph validation for cycles, write-set safety, and acceptance coverage. - Use Case: After running /sp-plan on a feature, invoke this Skill to produce a parallel-safe tasks.md organized by user story, then hand off cleanly to /sp-implement for just-in-time worker packet compilation. ## Quick Start Ask the agent to run /sp-tasks on the current feature to generate the dependency-ordered tasks.md and task-index.json from the existing plan contract.