ratchet-recommend

ratchet-recommend is a skill for Claude Code from afrizzal/ratchet. It costs 121 tokens per session (3,201 once invoked), scanned A, original, MIT.

A read-only planner that turns a ratchet backlog and its ledger into a prioritized execution plan. A backlog is a list of work items, while a ledger records their current state.

In plain words
What is it for?
Use it to write a NEXT.md plan that orders backlog work, assigns it to an appropriate model or person, respects dependencies, and includes verification.
Why use it?
It removes the need to repeatedly decide what should happen next, who should do it, and what checks are needed before moving on.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the ratchet plugin — 5 skills shipped together

Good fit Use it to write a NEXT.md plan that orders backlog work, assigns it to an appropriate model or person, respects dependencies, and includes verification.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/afrizzal/ratchet/ratchet-recommend
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add afrizzal/ratchet --skill ratchet-recommend
Clone the repo
git clone --depth 1 https://github.com/afrizzal/ratchet

Made for: Claude Code.

Or install ratchet, the plugin that ships this one along with the rest of its 5 skills.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for ratchet-recommend

README.md
[![agentmods](https://agentmods.dev/badge/skills/afrizzal/ratchet/ratchet-recommend/github.svg)](https://agentmods.dev/skills/afrizzal/ratchet/ratchet-recommend)
Your own site
<a href="https://agentmods.dev/skills/afrizzal/ratchet/ratchet-recommend"><img src="https://agentmods.dev/badge/skills/afrizzal/ratchet/ratchet-recommend/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for ratchet-recommend

Your own site · 80×15
<a href="https://agentmods.dev/skills/afrizzal/ratchet/ratchet-recommend"><img src="https://agentmods.dev/badge/skills/afrizzal/ratchet/ratchet-recommend.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 121 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,201 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00121 $0.03201
Opus 5 $0.00060 $0.01600
Sonnet 5 $0.00024 $0.00640
Haiku 4.5 $0.00012 $0.00320

Measured 12d ago against content hash 1dd589f8851e, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

ratchet-recommend scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/ratchet-recommend/SKILL.md · 106 lines

How it starts

The opening of the file, as written. The whole thing — 106 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Ratchet Recommend — the navigator

Your output is a route, not a report card. The ledger already says what state each item is in; a report just re-states it. Your job is to say what to do next, who should do it, and in what order — so that a human, or a cheaper model, can act on the backlog without re-deriving the senior judgment that produced it. That routing is the thing that lets a small model land a fix as safely as an expensive one: it inherits the decision instead of guessing it.

Invocation

/ratchet-recommend [path]
  • path — backlog file. Default ratchet/BACKLOG.md. Read-only.

What it reads / writes

  • Reads: the Items (Tags, priority, Spec, Acceptance, Depends:), the Ledger (status per item), the Journal. On a v2 backlog that means the backlog plus every lanes/<lane>.md — ledgers and journals both.
  • Writes: only NEXT.md, alongside the backlog file (default ratchet/NEXT.md). It changes no source, no item, no ledger row, no tag. It recommends; the loop executes and humans decide. On a v2 backlog, NEXT.md is written on the integration branch only — never in a lane worktree (lane branches carrying their own copies is a guaranteed merge conflict).

Phase 1 — Snapshot

Count all six ledger states (done / todo / in-progress / needs-human / blocked / skipped) — on a v2 backlog, across every lane file, and report the counts per lane as well as in total. An in-progress row with no run in flight is debris from a crashed session — the loop's preflight resets it to todo automatically, so route it as todo and note the crash. v2 exception: an in-progress row in an open lane (the lane journal's last run marker is run started, not run ended) may be a live session, not debris. Do not route it as todo, do not suggest re-launching it; flag the lane as open and say the item belongs to whoever is running it. Check the baseline: if a [BASELINE] item is not done, nothing else matters until it is — say so first (v2: name its lane, since every other lane is blocked until that lane merges).

Read the full file on GitHub · 106 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 106 lines · 121 tokens per session scan A 1dd589f8851e

Subscribe to this mod's changes

ratchet-recommend is a skill published in the GitHub repository afrizzal/ratchet (6 stars, last pushed 2mo ago), licensed MIT. It adds 121 tokens to every session and 3,201 once invoked, about $0.0006 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories