ai-dev-operating-system: Command for Claude Code

.claude/commands/multi-ai-review.md

multi-ai-review is a command for Claude Code from lglucas/ai-dev-operating-system. It costs 52 tokens per session (559 once invoked), scanned A, original, MIT.

A command that sends a difficult-to-reverse decision to two or more independent reviewers, then compares their concerns before action. It can review architecture, security, pricing, deployments, or legal text.

In plain words
What is it for?
Use it to review a current code change or project decision, state its possible impact, and receive a recommendation to proceed, modify and review again, or block it.
Why use it?
It helps catch serious risks and disagreements before a change creates costly or hard-to-undo consequences.

Command for Claude Code

Written for Claude Code: installed under .claude/. Also seen: reads .claude/ paths.

This is lglucas/ai-dev-operating-system's own configuration. It tells Claude Code how to work on ai-dev-operating-system itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything ai-dev-operating-system configures →

Part of the ai-dev-operating-system plugin — 28 skills, 11 commands, 12 agents, 1 hook shipped together

Reuse

Borrowing it

Nothing to install: this file belongs to lglucas/ai-dev-operating-system. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/lglucas/ai-dev-operating-system/main/.claude/commands/multi-ai-review.md
Clone the repo
git clone --depth 1 https://github.com/lglucas/ai-dev-operating-system

Made for: Claude Code.

Or install ai-dev-operating-system, the plugin that ships this one along with the rest of its 28 skills, 11 commands, 12 agents, 1 hook.

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 multi-ai-review

README.md
[![agentmods](https://agentmods.dev/badge/commands/lglucas/ai-dev-operating-system/multi-ai-review.svg)](https://agentmods.dev/commands/lglucas/ai-dev-operating-system/multi-ai-review)
Your own site
<a href="https://agentmods.dev/commands/lglucas/ai-dev-operating-system/multi-ai-review"><img src="https://agentmods.dev/badge/commands/lglucas/ai-dev-operating-system/multi-ai-review.svg" alt="Measured on agentmods" height="20"></a>
Per session 52 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 559 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.1 $0.00052 $0.00559
Opus 5 $0.00026 $0.00280
Sonnet 5 $0.00010 $0.00112
Haiku 4.5 $0.00005 $0.00056

Measured 8d ago against content hash fba4d13264bd, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

multi-ai-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 8d 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/multi-ai-review.md · 54 lines

How it starts

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

/multi-ai-review

Cross-review a hard-to-reverse decision through 2–4 independent reviewer roles, reconcile disagreements, and decide proceed / modify / block before committing.

Expected input

/multi-ai-review

Optional arguments:

/multi-ai-review artifact="<path or short name>" blast="<reversible|cosmetic|financial|customer-trust|P0>" reviewers="<role1,role2,...>"

If arguments are omitted, the skill reads the current diff / branch state and asks for the missing fields. The skill will not proceed without an explicit blast-radius statement.

Actions

  1. Invoke the multi-ai-review skill (.claude/skills/multi-ai-review/SKILL.md).
  2. Pick at least 2 reviewer roles. Default: devil's advocate + technical/security red team. Add more for higher blast radius.
  3. Dispatch reviewers in parallel; each answers the same 4 questions (concern, failure mode, alternative, confidence 0–10).
  4. Reconcile: agreed concerns, disagreements, net confidence (= MIN of individual scores).
  5. Decide: Proceed / Modify and re-review / Block.
  6. Log via the decision-log skill into session-log/.

When to use

  • Architecture, auth, data model, payments.
  • Migrations or anything irreversible without a backup restore.
  • Pricing/packaging changes.
  • Public legal/compliance text (Privacy Policy, ToS, refund, LGPD/GDPR).
  • Deploy gates with non-trivial rollback.
  • Adopting a new external #agents-marketplace skill bundle.
  • The user says "isso é importante" / "não posso errar aqui" / "double-check isso".

When NOT to use

  • Routine edits, refactors, bug fixes with tests.
  • Reversible UI tweaks.
  • Internal-only docs.

Cross-references

  • Skill: .claude/skills/multi-ai-review/SKILL.md
  • Principle: ETHOS.md item 15.
  • Existing reviewer agents: .claude/agents/devils-advocate-agent.md, .claude/agents/technical-security-red-team-agent.md, .claude/agents/business-red-team-agent.md.
  • Often paired with: /processize, /grow-sustainably, release-check, privacy-audit, business-plan-impact-review.

Read the full file on GitHub · 54 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. 8d ago First seen · 54 lines · 52 tokens per session scan A fba4d13264bd

Subscribe to this mod's changes

multi-ai-review is a command published in the GitHub repository lglucas/ai-dev-operating-system (11 stars, last pushed 29d ago), licensed MIT. It adds 52 tokens to every session and 559 once invoked, about $0.0003 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.