Advance Pipeline Phase
sdd_advance_phaseValidates required phase files and transitions the state machine to the next phase, optionally requiring LGTM approval for specify, design, or tasks gates.
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 |