Pipeline Dashboard

Spec-Driven Development CI/CD - Project #18

Pipeline Stages

11
Automated stages

Manual Gates

3
Human approval points

AI Agents

5
PM, Arch, Sec, Dev, QA

Notifications

Matrix
Real-time alerts

Quick Access

Pipeline Stages

triage clarification specification (manual) spec-checklist planning task-generation task-analysis implementation (manual) security testing deployment (manual)

Yellow = Manual gate - requires human approval to proceed.

Documentation

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/

Trigger a Pipeline

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.