change

change is a command for Claude Code from Aleksacom/claude-code-orchestration-agents. It costs 42 tokens per session (1,673 once invoked), scanned A, original, MIT.

A command that coordinates the full process for changing code or documentation, from planning through implementation, review, testing, commit, and push.

In plain words
What is it for?
Use it for features, bug fixes, refactors, renames, documentation edits, schema changes, and configuration updates.
Why use it?
It removes the need to remember which coding steps and checks should happen for each type of change.

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/aleksacom/claude-code-orchestration-agents/change
Clone the repo
git clone --depth 1 https://github.com/Aleksacom/claude-code-orchestration-agents

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 change

README.md
[![agentmods](https://agentmods.dev/badge/commands/aleksacom/claude-code-orchestration-agents/change.svg)](https://agentmods.dev/commands/aleksacom/claude-code-orchestration-agents/change)
Your own site
<a href="https://agentmods.dev/commands/aleksacom/claude-code-orchestration-agents/change"><img src="https://agentmods.dev/badge/commands/aleksacom/claude-code-orchestration-agents/change.svg" alt="Measured on agentmods" height="20"></a>
Per session 42 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,673 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.00042 $0.01673
Opus 5 $0.00021 $0.00837
Sonnet 5 $0.00008 $0.00335
Haiku 4.5 $0.00004 $0.00167

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

Security

Grade A, and why

change 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 5d 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/change.md · 186 lines

How it starts

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

/change — Universal change orchestrator

Use this command for any work request: feature additions, bug fixes, refactors, renames, doc updates, schema changes, configuration edits.

What this command does

/change <user request> triggers the full planner-routing pipeline:

user request
  → cm-planner (architectural authority — plans, surfaces ratifications)
  → [if STOP_FOR_HUMAN: wait for user decision]
  → executor (Edit, Write, Bash — implements per cm-planner's prompt)
  → git add (stage changes)
  → reviewer (review staged diff — HIGH/MEDIUM/LOW findings)
  → [if BLOCK COMMIT: address findings, re-stage, re-review]
  → conventions-audit (if docs/decisions/** touched OR sub-phase closing)
  → [if BLOCK CLOSURE: address findings or surface override block to user]
  → test-author (if monitored source paths added new behavior)
  → [if TESTS ADDED with failures: fix source bug in separate loop]
  → git commit
  → (loop back to executor if cm-planner prompt has more steps)
  → (when all done) cm-planner in "review commits for push" mode
  → [if BLOCK PUSH: amend / rebase flagged commits]
  → git push

Trigger paraphrases

This command activates on ANY of:

  • /change <request> (explicit)
  • "implement X" / "add X" / "fix X" / "refactor X" / "rename X"
  • "update the docs to X"
  • "change how X works"
  • "modify X"
  • "remove X" / "delete X"

If user just asks a question without requesting work (e.g., "how does X work?", "what does this do?"), still run through cm-planner for routing — most questions still need planner involvement for the "lookup" workflow.

Pipeline rules

Rule 1 — Planner first, ALWAYS

Before responding to ANY user request in this repository, invoke cm-planner.

Exceptions:

  • Direct Claude Code meta-commands (/agents, /hooks, /plugin)
  • Pure conversational messages (greetings, acknowledgments)

For every other category — including one-line edits, lookups, and "what does X do" — go through cm-planner.

Rule 2 — STOP_FOR_HUMAN is verbatim

Read the full file on GitHub · 186 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. 5d ago First seen · 186 lines · 42 tokens per session scan A 26040b0d2893

Subscribe to this mod's changes

change is a command published in the GitHub repository Aleksacom/claude-code-orchestration-agents (2 stars, last pushed 3mo ago), licensed MIT. It adds 42 tokens to every session and 1,673 once invoked, about $0.0002 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.