Check the current project's pipeline status against the ID8Pipeline stages and provide actionable feedback.
Check the current project's pipeline status against the ID8Pipeline stages and provide actionable feedback.
PIPELINE_STATUS.md (creates one if missing)~/.claude/ID8PIPELINE.md/pipeline # Check status for current project
/pipeline homer # Check status for specific project
/pipeline advance # Mark checkpoint cleared, advance to next stage
When invoked:
Read ~/.claude/ID8PIPELINE.md to understand the 11 stages and their requirements.
Look for PIPELINE_STATUS.md in the current repo root. If not found:
Based on the claimed stage, check for evidence:
| Stage | Verification |
|---|---|
| 1 (Concept) | One-liner exists in status file |
| 2 (Scope) | "Not building" list defined |
| 3 (Architecture) | Stack documented, diagrams present |
| 4 (Foundation) | DB schema exists, auth configured, deployable |
| 5 (Features) | Feature branches, working code |
| 6 (Integration) | Components connected, data flows |
| 7 (Testing) | Test files exist, coverage report |
| 8 (Polish) | Error handling, loading states |
| 9 (Launch Prep) | Docs, analytics configured |
| 10 (Ship) | Production URL exists |
| 11 (Iterate) | Feedback collection active |
Output format:
Pipeline Status: {PROJECT}
========================
Current Stage: {N} - {Stage Name}
Status: {ON TRACK | GAPS FOUND | BLOCKED}
Checkpoint: "{checkpoint question}"
Evidence Found:
- [x] {completed item}
- [ ] {missing item}
Gaps:
- {specific gap description}
Next Actions:
1. {action to close gap}
2. {action to close gap}
Git Hygiene:
- Branches: {count} ({clean | needs cleanup})
- Worktrees: {count}
/pipeline advance