with one click
worker-complete
Signal slice completion after quality gates pass
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Signal slice completion after quality gates pass
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
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 | worker-complete |
| description | Signal slice completion after quality gates pass |
Command: pasture:worker:complete — Signal slice completion after quality gates pass
-> Full workflow in PROCESS.md <- Phase 9
[wcomp-quality-gates]
[wcomp-checklist]
[wcomp-beads-update]
[wcomp-handoff-doc]
Implementation complete and all checks pass.
bd show <task-id> # Review checklist items
bd update <task-id> --status=done
bd update <task-id> --notes="Implementation complete. Production code verified working."
Authored in the Beads task body — the slice (or a dedicated handoff) task body IS the handoff. No filesystem path.
# Handoff: Worker <N> → Reviewer
## Context
- Request: <request-task-id>
- URD: <urd-task-id>
- Slice: SLICE-<N>
- Task ID: <slice-task-id>
## What Was Implemented
- Production Code Path: <what end users run>
- Files Changed: <list of files>
## Key Decisions
- <decision 1>: <rationale>
- <decision 2>: <rationale>
## Quality Gates
- Type checking: PASS
- Tests: PASS
- Production code inspection: PASS (no TODOs, real deps wired)
## Areas of Concern
- <any areas the reviewer should pay special attention to>
# Close the task and add completion notes
bd close <task-id>
bd comments add <task-id> "Implementation complete. Quality gates pass. Production code verified."
When completing a FOLLOWUP_SLICE-N, additionally report which original leaf tasks were resolved:
bd comments add <task-id> "Implementation complete. Resolved leaf tasks: <leaf-task-id-1>, <leaf-task-id-2>"
The handoff to the reviewer (h4) must include which original leaf tasks were resolved so reviewers can verify.