一键导入
supervisor-commit
Atomic commit per completed layer/slice
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Atomic commit per completed layer/slice
用 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-commit |
| description | Atomic commit per completed layer/slice |
Command: pasture:supervisor:commit — Atomic commit per completed layer/slice
-> Full workflow in PROCESS.md <- Phase 12
[sup-commit-gates-first]
[sup-commit-message-format]
All workers for a layer have completed successfully — quality gates pass, Beads tasks updated, IMPL_PLAN ready for progress note.
feat|fix|docs|refactor(scope): Description
Files: file1.go, file2.go
Task: aura-xxx, aura-yyy
Ratified-Plan: <ratified-plan-id>
Co-Authored-By: Claude <noreply@anthropic.com>
bd close aura-xxx aura-yyy --reason="Committed in <commit-hash>"
bd update <impl-plan-id> --notes="SLICE-N complete: aura-xxx, aura-yyy"
For follow-up slices, add Followup-Epic: to the commit message trailer:
feat|fix(scope): Description (follow-up)
Files: file1.go, file2.go
Task: aura-xxx (FOLLOWUP_SLICE-1)
Followup-Epic: aura-yyy
Ratified-Plan: aura-zzz (FOLLOWUP_PROPOSAL-1)
Co-Authored-By: Claude <noreply@anthropic.com>
git add <files>
git agent-commit -m "..."