Loading...
Loading...
Brownian Ratchet progress gates for RPI workflow. Check, record, verify. Triggers: "check gate", "verify progress", "ratchet status".
npx skill4agent add boshu2/agentops ratchet/ratchet/crank/swarmProgress = Chaos × Filter → Ratchet| Phase | What Happens |
|---|---|
| Chaos | Multiple attempts (exploration, implementation) |
| Filter | Validation gates (tests, /vibe, review) |
| Ratchet | Lock progress permanently (merged, closed, stored) |
/ratchet [command]ao ratchet status 2>/dev/nullcat .agents/ao/chain.jsonl 2>/dev/null | tail -10ao ratchet check <step> 2>/dev/nullresearchplanimplementvibepost-mortemao ratchet record <step> --output "<artifact-path>" 2>/dev/nullecho '{"step":"<step>","status":"completed","output":"<path>","time":"<ISO-timestamp>"}' >> .agents/ao/chain.jsonlao ratchet skip <step> --reason "<why>" 2>/dev/null| Step | Gate | Output |
|---|---|---|
| Research artifact exists | |
| Plan artifact exists | |
| Code + tests pass | Source files |
| /vibe passes | |
| Learnings extracted | |
.agents/ao/chain.jsonl{"step":"research","status":"completed","output":".agents/research/auth.md","time":"2026-01-25T10:00:00Z"}
{"step":"plan","status":"completed","output":".agents/plans/auth-plan.md","time":"2026-01-25T11:00:00Z"}
{"step":"implement","status":"in_progress","time":"2026-01-25T12:00:00Z"}