859 B
859 B
| description | allowed-tools |
|---|---|
| Show current project phase, entity counts, and pending work | Read, Bash |
Guardrail Status
Display the current guardrail project status.
Steps
-
Read
project_manifest.json -
Display:
- Current Phase:
state.current_phase - Approval Status:
state.approval_status.manifest_approved - Entity Counts:
- Pages: count by status (DEFINED/APPROVED/IMPLEMENTED)
- Components: count by status
- API Endpoints: count by status
- Database Tables: count by status
- Recent History: last 5 items from
state.revision_history
- Current Phase:
-
Show available actions for current phase:
- DESIGN_PHASE: Can use
/guardrail:design, then/guardrail:review - DESIGN_REVIEW: Can use
/guardrail:approveor/guardrail:reject - IMPLEMENTATION_PHASE: Can use
/guardrail:implement
- DESIGN_PHASE: Can use