sop-flow

sop-flow is a command for coding agents from Gnayj/claude-code-sop. It costs 15 tokens per session (1,111 once invoked), scanned A, original, MIT.

A command for viewing or changing the standing collaboration workflow used by Claude-driven projects. It communicates with the project’s review-bridge service and manages the workflow configuration through that service.

In plain words
What is it for?
Use it to check the current review flow or select another supported flow. It also reports when the project needs initialization, migration, or reconnection before changes can be made.
Why use it?
It provides a controlled way to inspect or switch the collaboration flow while checking that the required configuration and service are available. It avoids making unsupported configuration changes when the setup is incomplete.

Command

Installs and runs on its own, but its text points at files inside its plugin — anything it tells you to read at a ${CLAUDE_PLUGIN_ROOT} path is only there once the plugin is installed. Installing the plugin gets both.

Part of the ccsop plugin — 5 skills, 5 commands, 3 agents 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/gnayj/claude-code-sop/sop-flow
Clone the repo
git clone --depth 1 https://github.com/Gnayj/claude-code-sop

Or install ccsop, the plugin that ships this one along with the rest of its 5 skills, 5 commands, 3 agents.

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 sop-flow

README.md
[![agentmods](https://agentmods.dev/badge/commands/gnayj/claude-code-sop/sop-flow.svg)](https://agentmods.dev/commands/gnayj/claude-code-sop/sop-flow)
Your own site
<a href="https://agentmods.dev/commands/gnayj/claude-code-sop/sop-flow"><img src="https://agentmods.dev/badge/commands/gnayj/claude-code-sop/sop-flow.svg" alt="Measured on agentmods" height="20"></a>
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 1,111 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.01111
Opus 5 $0.00008 $0.00556
Sonnet 5 $0.00003 $0.00222
Haiku 4.5 $0.00002 $0.00111

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

Security

Grade A, and why

sop-flow 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 3d 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/sop-flow.md · 107 lines

How it starts

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

/sop-flow — inspect or switch the Claude-driven collaboration flow

Work in ${CLAUDE_PROJECT_DIR}. This command is a thin UX wrapper over the ccsop_configure machine contract. It never edits .codex-review/config.toml itself and has no shell/manual-edit fallback.

Step 0 — guards

If ${CLAUDE_PLUGIN_ROOT}/.orphaned_at exists, abort and ask the user to restart the session or reload plugins. If .codex-review/config.toml is missing, ask them to run /sop-init.

Discover ccsop_configure. If it is missing, from an older bundle, or not registered in this session, make zero writes and say:

ccsop_configure is unavailable. Run /mcp and reconnect/restart the ccsop review bridge, then retry.
No config was changed.

Do not suggest direct TOML edits or a shell fallback.

Step 1 — handshake and status

Call ccsop_configure with action=status. Require contract_version=2; accept observed_schema=1|2 for Phase 1 flow actions.

  • observed_schema=null: make zero writes and ask the user to run /sop-update, which performs the server-fixed stamp-schema-v1 migration.
  • any schema other than 1|2, or any contract other than 2: fail loud, show the observed and supported values, make zero writes, and ask for a compatible ccsop update.

Use the returned owners, implement gate, tiers, and config sha as the only state snapshot. The flow contract and reviewer derivation live in the shipped control-surface contract, not in this prose wrapper. Status is read-only.

If status returns config_valid=false, show its validation_error and raw owner values. An explicit legal set may repair invalid collaboration.design_owner / implement_owner values: the server publishes only when the resulting whole config passes TOML+Zod validation. If an unrelated invalid field remains (or TOML cannot be inspected), the server rejects with zero writes. Report the exact field and recover via /sop-update where supported or a verified .ccsop/backups/config/<sha256>.toml preimage; this command still never edits TOML itself.

Read the full file on GitHub · 107 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. 3d ago First seen · 107 lines · 15 tokens per session scan A 513638fe9551

Subscribe to this mod's changes

sop-flow is a command published in the GitHub repository Gnayj/claude-code-sop (2 stars, last pushed 22d ago), licensed MIT. It adds 15 tokens to every session and 1,111 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.