Generate Implementation Plan
sdd_implementReads TASKS.md to generate an ordered implementation roadmap with phases, parallel groups, dependency resolution, and checkpoints for developers or AI agents.
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 |
|---|---|---|---|
| feature_number | No | Feature number (zero-padded, e.g. '001') | 001 |
| 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 |