一键导入
reviewer-review-plan
Evaluate proposal against one axis (binary ACCEPT/REVISE)
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Evaluate proposal against one axis (binary ACCEPT/REVISE)
用 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 | reviewer-review-plan |
| description | Evaluate proposal against one axis (binary ACCEPT/REVISE) |
Command: pasture:reviewer:review-plan — Evaluate proposal against one axis (binary ACCEPT/REVISE)
-> Full workflow in PROCESS.md <- Phase 4
[rev-plan-alignment]
[rev-plan-revise-actionable]
[rev-plan-document]
[rev-plan-binary-vote]
Assigned to review a plan specification (Phase 4, pasture:p4-plan:s4-review).
Ask these questions for every plan:
When reviewing plans, explicitly ask:
What are the production code paths?
How will production code be tested?
What needs to be wired together?
Are implementation tasks explicit about production code?
Red flag: Plan shows "Layer 2: service_test.go" but no task for "wire service into CLI command"
Green flag: Plan shows "Layer 3: Wire cobra command with NewService(realDeps)"
bd show <proposal-id>
bd show <urd-id> # Read URD for user requirements context
Apply end-user alignment criteria (check against URD requirements). Verify validation_checklist items are verifiable and BDD acceptance criteria are complete.
bd create --labels "pasture:p4-plan:s4-review" \
--title "PROPOSAL-1-REVIEW-A-1: <feature>" \
--description "---
references:
proposal: <proposal-id>
urd: <urd-id>
---
VOTE: <ACCEPT|REVISE> - <justification>"
bd dep add <proposal-id> --blocked-by <review-id>
# If accepting:
bd comments add <proposal-id> "VOTE: ACCEPT - End-user impact clear. MVP scope appropriate. Checklist items verifiable."
# If requesting revision:
bd comments add <proposal-id> "VOTE: REVISE - Missing: what happens if X fails? Suggestion: add error handling to checklist."
| Vote | When |
|---|---|
| ACCEPT | All review criteria satisfied; no BLOCKER items |
| REVISE | BLOCKER issues found; must provide actionable feedback |
Binary only. No severity tree for plan reviews.
All 3 reviewers must vote ACCEPT for plan to be ratified.
The same procedure applies when reviewing FOLLOWUP_PROPOSAL-N:
FOLLOWUP_PROPOSAL-N-REVIEW-{axis}-{round}