Run Specification Analysis
sdd_run_analysisReads spec files to generate an ANALYSIS.md with traceability matrix and coverage report, then returns a gate decision to approve, request changes, or block.
Instructions
Reads all spec files, generates ANALYSIS.md with traceability matrix and coverage report, and returns a gate decision (APPROVE, CHANGES_NEEDED, or BLOCK).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| 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 |