원클릭으로
reviewer-vote
Cast ACCEPT or REVISE vote (binary only)
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Cast ACCEPT or REVISE vote (binary only)
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-vote |
| description | Cast ACCEPT or REVISE vote (binary only) |
Command: pasture:reviewer:vote — Cast ACCEPT or REVISE vote (binary only)
-> Full workflow in PROCESS.md <- Phases 4 + 10
[rev-vote-criteria]
[rev-vote-rationale]
[rev-vote-severity-tree]
Review complete and ready to cast a binary ACCEPT or REVISE vote.
| Vote | When |
|---|---|
| ACCEPT | All review criteria satisfied; no BLOCKER items |
| REVISE | BLOCKER issues found; must provide actionable feedback |
Binary only. No intermediate levels.
pasture:p4-plan:s4-review): ACCEPT/REVISE only. No severity tree.pasture:p10-impl:s10-review): ACCEPT/REVISE vote. Findings tracked via severity tree (3 groups: BLOCKER, IMPORTANT, MINOR created per round).All 3 reviewers must vote ACCEPT for plan to be ratified or code to be approved.
# If accepting:
bd comments add <task-id> "VOTE: ACCEPT - End-user impact clear. MVP scope appropriate. Checklist items verifiable."
# If requesting revision:
bd comments add <task-id> "VOTE: REVISE - Missing: what happens if X fails? Suggestion: add error handling to checklist."
Votes are recorded via beads comments (see "Adding Vote to Beads" above). No separate messaging step is needed.