Write Task Breakdown
sdd_write_tasksGenerates a structured TASKS.md with pre-implementation gates, parallel task markers, effort estimates, and requirement traceability for spec-driven development.
Instructions
Generates and writes TASKS.md with pre-implementation gates, sequenced tasks with [P] parallel markers, effort estimates, and requirement traceability.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tasks | Yes | Implementation tasks | |
| pre_impl_gates | No | Pre-implementation gates | |
| spec_dir | No | Spec directory path (relative to workspace root) | .specs |
| feature_number | No | Feature number (zero-padded, e.g. '001') | 001 |
| force | No | Overwrite existing files if true |