一键导入
supervisor-track-progress
Monitor worker status via Beads
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Monitor worker status via Beads
用 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 | supervisor-track-progress |
| description | Monitor worker status via Beads |
Command: pasture:supervisor:track-progress — Monitor worker status via Beads
-> Full workflow in PROCESS.md <- Phase 9
[sup-track-poll-rate]
[sup-track-partial-commit]
[sup-track-resolve-blockers]
[sup-track-urd-source-of-truth]
bd show <urd-id>) as the single source of truth[sup-track-severity-awareness]
Workers spawned and running — monitoring for completions and blockers until all slices reach done or a phase transition is warranted.
# Check all implementation slices
bd list --labels="pasture:p9-impl:s9-slice" --status=in_progress
# Check for blocked slices
bd list --labels="pasture:p9-impl:s9-slice" --status=blocked
# Check specific task
bd show <task-id>
# Check completed slices
bd list --labels="pasture:p9-impl:s9-slice" --status=done
# Check BLOCKER severity groups (during/after review)
bd list --labels="pasture:severity:blocker" --status=open
# Check follow-up epic
bd list --labels="pasture:epic-followup"
All coordination happens through beads task status and comments:
# Check for task updates
bd show <task-id>
# Review comments for status updates
bd comments <task-id>
# Add coordination notes
bd comments add <task-id> "All slices complete — proceeding to Phase 10 (code review)"
| Status | Action |
|---|---|
done | Mark slice progress, check if all slices complete |
blocked | Review bd show <id> for blocker details, resolve or reassign |
in_progress | Worker is actively working |
When tracking review progress, monitor severity groups:
| Severity | Blocks Slice? | Action |
|---|---|---|
| BLOCKER | Yes | Must reach 0 before wave close (dual-parent: also blocks the slice) |
| IMPORTANT | No (not via dual-parent) | Must reach 0 before wave close (never routed to FOLLOWUP) |
| MINOR | No (not via dual-parent) | Must reach 0 before wave close (never routed to FOLLOWUP) |
# Track follow-up lifecycle progress
bd list --labels="pasture:epic-followup"
bd list --labels="pasture:p2-user:s2_1-elicit" --status=open # FOLLOWUP_URE
bd list --labels="pasture:p3-plan:s3-propose" --status=open # FOLLOWUP_PROPOSAL
bd list --labels="pasture:p9-impl:s9-slice" --status=in_progress # FOLLOWUP_SLICE in progress