| íëŠĐ | ëīėĐ |
| Invoke | /pipeline:status |
| Category | pipeline |
| Complexity | simple |
/pipeline:status#
Queries the pipeline progress status of the current project.
Triggers#
- When you want to check pipeline progress
- When checking the next stage
Usage#
# Current project status
/pipeline:status
# Specific project status
/pipeline:status community
# All project list
/pipeline:status --all
Parameters#
| Parameter | Required | Description | Example |
slug | No | Project slug | community |
Options#
| Option | Default | Description |
--all | false | List all projects |
--detail | false | Show artifacts and gate details |
Execution Flow#
- Query state file(s) from
.pipeline/ directory
- Parse YAML to extract state information
- Output visual dashboard
Single Project#
ð Pipeline: Community Feature (community)
Level: 3 | Created: 2025-01-15
â
Discovery âââ â
Planning âââ ð Design
âââ âģ Epic âââ âģ Development âââ âģ Launch
Current: Design (Solutioning Gate in progress)
Artifacts: docs/discovery-community.md, docs/prd-community.md
Next: /project:epic
Status Icons#
| Icon | Status |
| âģ | pending |
| ð | in-progress |
| â
| completed |
| âïļ | skipped |
| â | failed |
All Projects (--all)#
ð Pipeline Status
community [ââââââââââââ] Stage 3/6 (Design)
auth-system [ââââââââââââ] Complete
admin-panel [ââââââââââââ] Stage 1/6 (Discovery)
Detail Mode (--detail)#
Per stage:
- Start/completion time
- Artifact list (file existence status)
- Gate pass status and check items
- Skip reason (if applicable)