quick

A command for completing one small coding task through planning, implementation, review, and verification, using Claude and Codex roles.

In plain words
What is it for?
Use it to plan a small change, implement the approved plan, review the result, and verify that it works.
Why use it?
It organizes the full task cycle and adds checks before the work is handed back. You can choose which model handles each role.

Command

Part of the stereo plugin — 4 skills, 15 commands, 7 agents, 3 hooks shipped together

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/vsladkov/claudex-stereo/quick
Clone the repo
git clone --depth 1 https://github.com/vsladkov/claudex-stereo

Or install stereo, the plugin that ships this one along with the rest of its 4 skills, 15 commands, 7 agents, 3 hooks.

Per session 19 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 11,548 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.00019 $0.11548
Opus 5 $0.00010 $0.05774
Sonnet 5 $0.00004 $0.02310
Haiku 4.5 $0.00002 $0.01155

Measured 2d ago against content hash 6539ed58b6fb, 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.

plugins/stereo/commands/quick.md · 839 lines

How it starts

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

First Read ${CLAUDE_PLUGIN_ROOT}/skills/model-routing/SKILL.md and apply its routing, foreground agent, validation, persistence, quoting, and background-job rules. The rules below are step-specific.

Run both Stereo phases for one small task. Preserve the canonical /stereo:plan and /stereo:implement semantics with fixed quick safeguards and no approval gate between an approved plan and implementation.

Raw slash-command arguments: $ARGUMENTS

Arguments and role defaults

After reading the routing skill, parse all arguments before repository work:

  • --planner <model> resolves as explicit flag > workspace planner default > claude:fable; the scope gate still runs inline in this session before any routed draft.
  • --planner-effort <none|minimal|low|medium|high|xhigh|max> overrides effort for a Codex-routed planner.
  • --plan-reviewer <model> resolves as explicit flag > workspace planReviewer default > codex:sol.
  • --plan-reviewer-effort <none|minimal|low|medium|high|xhigh|max> overrides effort for a Codex-routed plan reviewer.
  • --implementer <model> resolves as explicit flag > workspace implementer default > claude:opus. The latest Codex plan-review payload's model and effort never resolve the implementer; per the implementation routing below, a Codex-routed selection resumes planReviewThreadId only when it is the plan reviewer's resolved model.
  • --implementer-effort <none|minimal|low|medium|high|xhigh|max> overrides effort for a Codex-routed implementer.
  • --implementation-reviewer <model> resolves as explicit flag > workspace implementationReviewer default > codex:sol; the cross-ecosystem reviewer is independent of this orchestrating session and of the Claude-routed default implementer.
  • --implementation-reviewer-effort <none|minimal|low|medium|high|xhigh|max> overrides effort for a Codex-routed implementation reviewer.
  • --effort <none|minimal|low|medium|high|xhigh|max> is the command-wide default for Codex-routed roles that have no role effort flag. When no active role is Codex-routed, a command-wide --effort is inert: accept it, report it as inert, and never translate it into a Claude-side control.
  • --slot <name> selects the durable plan slot this run stores into and defaults to default. Slot names are trimmed, lowercased, may contain only letters, digits, hyphens, and underscores, and must start with a letter or digit. Relay the CLI's validation error verbatim.
  • --max-plan-rounds <n> defaults to 2 and must be an integer from 1 to 6.
  • --max-fix-rounds <n> defaults to 2 and must be a positive integer. Direct gate-fix turns and review-driven fix turns both count toward it; the implementer's own inner-loop iterations never do.
  • --isolated runs implementation, implementation review, and fixes in a throwaway detached git worktree outside the repository and hands the delta back as a user-confirmed patch. It never commits and never writes in the main working tree. The plan draft and every plan-review round always run against the main tree.
  • Remaining text is the task. Ask for it if empty.

Reject missing values, duplicate role or role-effort flags, invalid effort or round values, unknown flags, unknown claude:* values, and claude:session as implementer. Accept claude:inherit alongside claude:session and the four explicit Claude aliases. Accept a Codex selection with or without the codex: prefix and reject codex:claude:*. Reject a role effort flag when its selected role is Claude-routed. Resolve every Codex role through role effort > command-wide effort > workspace role effort > the routing skill's pair default. Plan-review payload effort belongs to the payload model and is never borrowed by the resolved implementer. A delta is never gated by the model that produced it: when the resolved implementer and implementation reviewer are the same model and the reviewer came from the built-in default rather than a flag or workspace default, substitute the other ecosystem's review default (codex:sol for a Claude-routed implementer, claude:fable for a Codex-routed one) and report the substitution; a same-model reviewer selected by flag or workspace default is honored but called out as self-review. The removed --model flag is unknown; report the role-named alternatives. The renamed --impl-reviewer and --impl-reviewer-effort flags are unknown; report --implementation-reviewer and --implementation-reviewer-effort as their replacements. Reject --max-plan-rounds above 6 and point at /stereo:plan for a longer plan-review loop; Quick's absolute safeguard at 6 is fixed.

Read the full file on GitHub · 839 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 · 839 lines · 19 tokens per session scan A 6539ed58b6fb

Subscribe to this mod's changes

quick is a command published in the GitHub repository vsladkov/claudex-stereo (3 stars, last pushed 24d ago), licensed Apache-2.0. It adds 19 tokens to every session and 11,548 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-31.