一键导入
status
Project status and monitoring via Beads queries
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Project status and monitoring via Beads queries
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Install Pasture binaries (pastured, pasture, pasture-release) from GitHub Releases, go install, or Nix
Pasture protocol reference documentation — 12-phase workflow, agent roles, constraints, and coding standards. Read when you need to understand the full workflow or look up conventions.
Create handoff document and transfer to supervisor
Create PROPOSAL-N task with full technical plan
Ratify proposal, mark old proposals pasture:superseded
Spawn 3 axis-specific reviewers (A/B/C)
| name | status |
| description | Project status and monitoring via Beads queries |
Command: pasture:status — Project status and monitoring via Beads queries
-> Full workflow in PROCESS.md
bd list --labels="pasture:p3-plan:s3-propose" --status=open
bd list --labels="pasture:p6-plan:s6-ratify" --status=open
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
bd stats
Summarize findings across plans, implementation, and blocked tasks in the output format below.
## 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
bd stats
bd ready
bd blocked