quick

A shorter SoloFlow workflow for a bug or small code change: it creates a plan, executes it, and verifies the result. Verification checks whether the change works as intended.

In plain words
What is it for?
Use it for focused bug fixes or small mechanical changes, optionally selecting task IDs and skipping code review or verification.
Why use it?
It removes the longer refinement process when the fix is already clear, while still checking the result.

Command

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.

agentmods
npx agentmods add commands/kesteva/soloflow/quick
Clone the repo
git clone --depth 1 https://github.com/kesteva/soloflow
Per session 15 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 3,156 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00015 $0.03156
Opus 5 $0.00008 $0.01578
Sonnet 5 $0.00003 $0.00631
Haiku 4.5 $0.00002 $0.00316

Measured 2d ago against content hash b71e1b38ddde, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

quick 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 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.

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.

commands/quick.md · 213 lines

How it starts

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

/soloflow:quick

You are running the SoloFlow quick bugfix workflow. The user has described a bug or small fix. Your job is to create an inline plan, execute it, and verify the result.

The bug description is: $ARGUMENTS

Model + limits resolution

Run once at the start, cache the result:

node "${CLAUDE_PLUGIN_ROOT}/scripts/config/resolve.js" --all

Keys consumed:

  • models.executor / models.test_writer (fallback: sonnet)
  • models.verifier (fallback: opus)
  • limits.executor_retry_max (fallback: 3) — cap on NEEDS_CHANGES retries in Step 7
  • limits.context_limit_respawn_max (fallback: 3) — cap on CONTEXT_LIMIT respawns

Reuse the cached values across all agent spawns and respawns.

Step 1: Check initialization

If .soloflow/ does not exist, report: "SoloFlow not initialized. Run /soloflow:init first." and stop.

Step 1.5: Investigation-shape check

Before grounding the bug or doing any Grep/Glob work, classify $ARGUMENTS as one of:

  • Fix-shape — the user names a specific file, function, line, value, or describes a mechanical change. Examples: "fix typo in README line 42", "change FOO_TIMEOUT from 30 to 60 in src/config.ts", "remove unused import in lib/foo.ts", "deps out of date — run npm update", "login is broken because the JWT clock skew exceeds 30s — bump the tolerance to 60s in src/auth/jwt.ts". → Proceed to Step 2.
  • Investigation-shape — the user describes symptoms, error messages, or unexpected behaviors without identifying the root cause or naming a specific change. Examples: "login button doesn't work on mobile", "API returns 500 sometimes", "tests are flaky", "dropdown closes too early", bare "login is broken". → Stop and redirect (see below).
  • Ambiguous — proceed to Step 2. Bias toward proceeding: false positives (blocking a legitimate /quick run) hurt the user more than false negatives (running /quick on a bug report; Step 3's "too vague to plan" branch will catch most of those before any executor spawn).

Read the full file on GitHub · 213 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. 2d ago First seen · 213 lines · 15 tokens per session scan A b71e1b38ddde

Subscribe to this mod's changes

quick is a command published in the GitHub repository kesteva/soloflow (41 stars, last pushed 3mo ago), licensed MIT. It adds 15 tokens to every session and 3,156 once invoked, about $0.0001 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-30.