Spec-Driven Development CI/CD - Project #18
Yellow = Manual gate - requires human approval to proceed.
| Document | Description | Link |
|---|---|---|
| Pipeline Overview | Executive summary and full pipeline documentation | Overview |
| Operations Runbook | Troubleshooting and operational procedures | runbook.md |
| Architecture | System design and component details | architecture.md |
| Developer Guide | How to create issues and use the pipeline | developer-guide.md |
| Notifications | Matrix integration and alert configuration | notifications.md |
| Rollback Workflow | Recovery and rollback procedures | rollback-workflow.md |
| ADR Documentation | Architecture Decision Records | decisions/ |
Run a pipeline for a specific issue:
glab ci run --branch main --variables "ISSUE_IID:123"
Replace 123 with your issue number. The pipeline will process the issue through all 11 stages.