| name | status |
| description | Project status and monitoring via Beads queries |
Pasture Status
Command: pasture:status — Project status and monitoring via Beads queries
-> Full workflow in PROCESS.md
Steps
1. Check for active plans
bd list --labels="pasture:p3-plan:s3-propose" --status=open
bd list --labels="pasture:p6-plan:s6-ratify" --status=open
2. Check implementation progress
bd list --labels="pasture:p8-impl:s8-plan" --status=open
bd list --labels="pasture:p9-impl:s9-slice" --status=in_progress
bd list --labels="pasture:p9-impl:s9-slice" --status=blocked
bd list --labels="pasture:p9-impl:s9-slice" --status=done
3. Get project stats
bd stats
4. Report status
Summarize findings across plans, implementation, and blocked tasks in the output format below.
Output Format
## Pasture Protocol Status
**Phase:** {Phase 1: Request | Phase 3: Propose | Phase 4: Review | Phase 6: Ratified | Phase 9: Implementation}
**Active Plan:** {task-id or "None"}
### Plans
- [proposal-id] Status: {open|closed}
- [ratified-id] Status: {open|closed}
### Implementation Progress
- IMPL_PLAN: {task-id}
- Layer 1: {N}/{M} complete
- Layer 2: {N}/{M} complete (blocked: {count})
### Blocked Tasks
- {task-id}: {blocker reason}
### Recent Activity
bd list --limit=5
Quick Status
bd stats
bd ready
bd blocked