Generate Implementation Plan
sdd_implementGenerates an ordered implementation roadmap with phases, parallel groups, dependency resolution, and checkpoints from TASKS.md.
Instructions
Reads TASKS.md and produces an ordered implementation roadmap with phases, parallel groups, dependency resolution, and checkpoints. Does NOT write code — it generates the plan the developer or AI agent follows.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| spec_dir | No | Spec directory path (relative to workspace root) | .specs |
| task_ids | No | Specific task IDs to implement. If omitted, generates plan for all tasks | |
| checkpoint | No | Insert checkpoints between user story phases for manual review | |
| feature_number | No | Feature number (zero-padded, e.g. '001') | 001 |