decide

decide is a command for Claude Code from beevibe-ai/beevibe-cto. It costs 54 tokens per session (5,465 once invoked), scanned A, original, Apache-2.0.

An architecture research command that examines your repository, researches a named technical decision using current online evidence, and produces a recommendation with sources and implementation guidance.

In plain words
What is it for?
Use it when choosing systems such as an event bus, retrieval design, or authentication provider, and when you need a handoff another coding agent can implement.
Why use it?
It brings codebase details and outside research together, so you do not have to compare architecture options manually across scattered sources.

Command for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: mentions Codex.

Part of the adr plugin — 6 commands shipped together

Good fit Use it when choosing systems such as an event bus, retrieval design…

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/beevibe-ai/beevibe-cto/decide
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.

Clone the repo
git clone --depth 1 https://github.com/beevibe-ai/beevibe-cto

Made for: Claude Code.

Or install adr, the plugin that ships this one along with the rest of its 6 commands.

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 decide

README.md
[![agentmods](https://agentmods.dev/badge/commands/beevibe-ai/beevibe-cto/decide.svg)](https://agentmods.dev/commands/beevibe-ai/beevibe-cto/decide)
Your own site
<a href="https://agentmods.dev/commands/beevibe-ai/beevibe-cto/decide"><img src="https://agentmods.dev/badge/commands/beevibe-ai/beevibe-cto/decide.svg" alt="Measured on agentmods" height="20"></a>
Per session 54 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 5,465 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.00054 $0.05465
Opus 5 $0.00027 $0.02733
Sonnet 5 $0.00011 $0.01093
Haiku 4.5 $0.00005 $0.00547

Measured 7d ago against content hash 1f242f2e6d39, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

decide 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 7d 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.

plugin/commands/decide.md · 344 lines

How it starts

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

/adr:decide — Architecture Deep Research

Use when the user is making an architecture decision and wants ADR to run the full pipeline. Trigger phrases: "pick a topology", "should we use Kafka or Postgres LISTEN", "what retrieval architecture", "decide auth provider", "architecture deep research".

The run takes 3–6 minutes. You MUST stream progress to the user as events land — silent waiting is bad UX. This command uses background bash + tail -F + the Monitor tool to surface each event in chat as it happens, instead of blocking on the MCP tool until completion.

Step 1 — Confirm the decision name

Ask one question (skip if the user already named it):

What's the architecture decision? (e.g. "event bus topology", "retrieval architecture", "auth provider")

Capture as <DECISION>. Derive <SLUG> by lowercasing and replacing non-alphanum with -. Derive <DOMAIN> from the repo's README / package.json — if you can't tell, ask.

ADR produces a research report on the decision space — whatever candidates the live evidence surfaces (architecture patterns, specific products, or a mix) get their own section in research-report.json and ADR.md. The reader decides.

Step 1.5 — Ask whether to include peer products

Most architects looking at a real decision want to see 3-5 similar products and how they handle the same aspect ("what does Linear use for vector storage?" beats reading abstract benchmarks). Ask:

Question: "Should ADR also research 3-5 similar / competitor products and how each one handles <DECISION>?"

Options:

  • Yes — include peers (recommended) — Discover finds 3-5 comparable products. Deep-research adds one targeted task per peer hitting their GitHub repo, docs, and engineering blog for this specific decision aspect. Adds 30-60s + a few cents to the run.
  • No — skip peers — Standard pipeline only.

Capture as <INCLUDE_PEERS> (boolean). If yes, you'll pass --include-peers on the deep-research invocation below.

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

Subscribe to this mod's changes

decide is a command published in the GitHub repository beevibe-ai/beevibe-cto (105 stars, last pushed 2mo ago), licensed Apache-2.0. It adds 54 tokens to every session and 5,465 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.