Skip to main content
Back to registry

ratchet

boshu2/agentops

Track progress through the RPI workflow with permanent gates.

Installs204
Install command
npx skills add https://github.com/boshu2/agentops --skill ratchet
Security audits
Gen Agent Trust HubPASS
SocketFAIL
SnykPASS
About this skill
Track progress through the RPI workflow with permanent gates. Note: /ratchet tracks and locks progress. It does not “run the loop” by itself—pair it with /crank (epic loop) or /swarm (Ralph loop) to actually execute work. Key insight: Progress is permanent. You can't un-ratchet. Given /ratchet [command] : Or check the chain manually: Steps: research , plan , implement , vibe , post-mortem Or record manually by writing to chain: Progress stored in .agents/ao/chain.jsonl : User says: /ratchet status What happens: Result: Single-screen view of RPI workflow progress, showing which gates passed and what's next. Skill says: After /research completes What happens: Result: Progress permanently recorded, gate locked, workflow advances without backsliding. - Progress is permanent - can't un-ratchet - Gates must pass - validate before proceeding - Record everything - maintain the chain - Skip explicitly - document why if skipping a step - Agent calls ao ratchet status 2>/dev/null to check current state - CLI reads .agents/ao/chain.jsonl and parses progress - Agent reports which steps are completed, in-progress, or pending - Agent shows output artifact paths for completed steps - Agent identifies next gate to pass - Agent calls ao ratchet record research --output ".agents/research/auth.md" - CLI appends completion entry to .agents/ao/chain.jsonl - Agent locks research step as permanently...

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does ratchet do?

Track progress through the RPI workflow with permanent gates.

Is ratchet good?

ratchet does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does ratchet work with?

ratchet currently lists compatibility with codex, gemini-cli, opencode, kimi-cli, github-copilot, claude-code.

What are alternatives to ratchet?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install ratchet?

npx skills add https://github.com/boshu2/agentops --skill ratchet

Related skills

More from boshu2/agentops

Related skills

Alternatives in Software Engineering