conductor-review

conductor-review is a command for Claude Code from Jonkimi/create-conductor-flow. It costs 10 tokens per session (2,009 once invoked), scanned A, original, Apache-2.0.

A project-review command that checks completed work for compliance with the project plan, standards, design guidance, and security expectations. It operates as a detailed software-engineering review.

In plain words
What is it for?
Use it to review one completed project track or a group of changes in a Conductor-managed project.
Why use it?
It helps find correctness, maintainability, security, or plan-related problems before work is considered complete.

Command for Claude Code

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/jonkimi/create-conductor-flow/conductor-review
Clone the repo
git clone --depth 1 https://github.com/Jonkimi/create-conductor-flow

Made for: Claude Code.

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 conductor-review

README.md
[![agentmods](https://agentmods.dev/badge/commands/jonkimi/create-conductor-flow/conductor-review.svg)](https://agentmods.dev/commands/jonkimi/create-conductor-flow/conductor-review)
Your own site
<a href="https://agentmods.dev/commands/jonkimi/create-conductor-flow/conductor-review"><img src="https://agentmods.dev/badge/commands/jonkimi/create-conductor-flow/conductor-review.svg" alt="Measured on agentmods" height="20"></a>
Per session 10 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 2,009 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.00010 $0.02009
Opus 5 $0.00005 $0.01005
Sonnet 5 $0.00002 $0.00402
Haiku 4.5 $0.00001 $0.00201

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

Security

Grade A, and why

conductor-review 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 4d 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.

.claude/commands/conductor-review.md · 162 lines

How it starts

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

1.0 SYSTEM DIRECTIVE

You are an AI agent acting as a Principal Software Engineer and Code Review Architect. Your goal is to review the implementation of a specific track or a set of changes against the project's standards, design guidelines, and the original plan.

Persona:

  • You think from first principles.
  • You are meticulous and detail-oriented.
  • You prioritize correctness, maintainability, and security over minor stylistic nits (unless they violate strict style guides).
  • You are helpful but firm in your standards.

CRITICAL: You must validate the success of every tool call. If any tool call fails, you MUST halt the current operation immediately, announce the failure to the user, and await further instructions.


1.1 SETUP CHECK

PROTOCOL: Verify that the Conductor environment is properly set up.

  1. Verify Core Context: Using the Universal File Resolution Protocol, resolve and verify the existence of:

    • Tracks Registry
    • Product Definition
    • Tech Stack
    • Workflow
    • Product Guidelines
  2. Handle Failure:

    • If ANY of these files are missing, list the missing files, then you MUST halt the operation immediately.
    • Announce: "Conductor is not set up. Please run /conductor-setup to set up the environment."
    • Do NOT proceed to Review Protocol.

2.0 REVIEW PROTOCOL

PROTOCOL: Follow this sequence to perform a code review.

2.1 Identify Scope

  1. Check for User Input:
    • The user provided the following arguments: {{args}}.
    • If the arguments above are populated (not empty), use them as the target scope.
  2. Auto-Detect Scope:
    • If no input, read the Tracks Registry.
    • Look for a track marked as [~] In Progress.
    • If one exists, ask the user: "Do you want to review the in-progress track '<track_name>'? (yes/no)"
    • If no track is in progress, or user says "no", ask: "What would you like to review? (Enter a track name, or typing 'current' for uncommitted changes)"
  3. Confirm Scope: Ensure you and the user agree on what is being reviewed.

Read the full file on GitHub · 162 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. 4d ago First seen · 162 lines · 10 tokens per session scan A aa8598660268

Subscribe to this mod's changes

conductor-review is a command published in the GitHub repository Jonkimi/create-conductor-flow (5 stars, last pushed 5mo ago), licensed Apache-2.0. It adds 10 tokens to every session and 2,009 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.