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.
npx agentmods add commands/kesteva/soloflow/review-queuegit clone --depth 1 https://github.com/kesteva/soloflowWhat 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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00028 | $0.08669 |
| Opus 5 | $0.00014 | $0.04334 |
| Sonnet 5 | $0.00006 | $0.01734 |
| Haiku 4.5 | $0.00003 | $0.00867 |
Grade A, and why
review-queue scanned grade A with 1 finding 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 2d 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.
Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
The Testing bucket holds *all* human verification work — visual flows (Maestro / Playwright) AND non-visual manual checks ("curl /api/foo and confirm 200", "open the page in Safari and confirm copy"). Both are handled he How it starts
The opening of the file, as written. The whole thing — 695 lines — stays where its author put it; the contents beside it link to each section on GitHub.
/soloflow:review-queue
Standalone triage for .soloflow/human-review-queue.md. Runs outside /soloflow:sprint's end-of-sprint flow and can be invoked any time. The interactive phases (cruft → decisions → actions → testing → deferred visual) are fast and decision-only; all time-intensive agent work (re-verification, issue refinement) runs in a single end-of-run batch so you can walk away once the quick decisions are made.
$ARGUMENTS optionally includes one bucket-scope flag:
--skip-cruft— skip Step 1 (useful for quick re-invocations after a prior cruft pass).--decisions-only— handle the Decisions bucket only.--actions-only— handle the Actions bucket only.--testing-only— handle the Testing bucket only (visual + non-visual manual verification).--deferred-visual-only— handle only the Deferred Visual bucket (visual failures the user previously chose to defer).
If $ARGUMENTS is non-empty and not one of the recognized flags, print usage and stop.
The bucket model:
- Decisions — judgment calls (UX/copy/scope/security tradeoffs). The human reads context and picks. No re-verification path.
- Actions — operational work the human performs on systems (deploy, configure, set env vars, run migrations, resolve merge conflicts, install tooling). After completion, the verifier can re-run the previously-blocked check.
- Testing — verification only a human can do (visual checks, manual flows, ground-truth checks like "hit /api/foo and confirm 200"). The human's confirmation IS the verification — no agent re-verifies.
- Deferred Visual — visual verification failures the user explicitly chose to defer in a previous run; holding area before promoting to a backlog TASK or re-testing.
Model resolution (applies to every Agent spawn below)
Before invoking the Agent tool, resolve models.<name> per the three-tier
recipe in docs/CUSTOMIZATION.md#config-resolution
and pass the resolved value as the Agent tool's model parameter.
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.
- 2d ago First seen · 695 lines · 28 tokens per session scan A 778c39811c37
review-queue is a command published in the GitHub repository kesteva/soloflow (41 stars, last pushed 3mo ago), licensed MIT. It adds 28 tokens to every session and 8,669 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other commands, from other repositories
advisor
Advisory gate for triage or plan decisions. Spawns a second-opinion agent that challenges assumptions, surfaces risks, and proposes alternatives before the decision commits. Based on Anthropic advisor tool pattern.
guide
You are a triage agent who continuously prioritizes loom:issue issues by applying loom:urgent to the top 3 priorities.
pm-review
Review local git diff with reasoning + snippets; cross-check; dispose findings into the rules library.
new
Creates a new item in a module that supports the new capability.
card
Open one self-contained OverClick card.
linear-bulk
Apply the same change to many Linear issues at once. Dry-run by default.