Advance Pipeline Phase
sdd_advance_phaseValidates current phase files, then advances state machine to next phase. Optionally requires LGTM approval at specify/design/tasks gates when enabled.
Instructions
Validates that the current phase's required files exist, then transitions the state machine to the next phase. When pipeline.require_lgtm is enabled, completing the specify/design/tasks quality gates requires lgtm: true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lgtm | No | Explicit human approval (LGTM) for the phase being completed. Required at the specify/design/tasks gates when pipeline.require_lgtm is enabled in .specky/config.yml. | |
| spec_dir | No | Spec directory path (relative to workspace root) | .specs |
| feature_number | No | Feature number (zero-padded, e.g. '001') | 001 |