mindforge:change

mindforge:change is a command for Claude Code from sairam0424/MindForge. It costs 41 tokens per session (724 once invoked), scanned A, original, MIT.

A planning tool for managing technical migrations, including rollout phases, communication, and rollback steps.

In plain words
What is it for?
Use it to plan big-bang, phased, parallel, or gradual replacement rollouts for a team, organisation, or platform.
Why use it?
Migrations can cause production problems if changes are released too quickly or cannot be reversed safely.

Command for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Good fit Use it to plan big-bang, phased, parallel, or gradual replacement rollouts for a team, organisation, or platform.

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/sairam0424/mindforge/change
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/sairam0424/MindForge

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 mindforge:change

README.md
[![agentmods](https://agentmods.dev/badge/commands/sairam0424/mindforge/change.svg)](https://agentmods.dev/commands/sairam0424/mindforge/change)
Your own site
<a href="https://agentmods.dev/commands/sairam0424/mindforge/change"><img src="https://agentmods.dev/badge/commands/sairam0424/mindforge/change.svg" alt="Measured on agentmods" height="20"></a>
Per session 41 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 724 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.00041 $0.00724
Opus 5 $0.00020 $0.00362
Sonnet 5 $0.00008 $0.00145
Haiku 4.5 $0.00004 $0.00072

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

Security

Grade A, and why

mindforge: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 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/mindforge/change.md · 38 lines

What it actually says

<execution_context> @.mindforge/skills/change-management/SKILL.md </execution_context>

  1. Rollout Strategy Selection: Big bang (cut over in one release, acceptable for low-risk cosmetic changes). Phased (rollout in waves by user cohort, standard for moderate risk). Parallel run (old + new coexist with feature flag, required for high-risk data migrations). Strangler fig (gradually replace old system piece by piece, for rewrites).

  2. Phase Decomposition: Phase 0 (foundation) → infra + logging + kill switches. Phase 1 (alpha) → 1% internal users, validate happy path. Phase 2 (beta) → 10% friendly external users, surface edge cases. Phase 3 (GA) → 100% rollout with automated rollback if error rate >threshold. Each phase requires explicit go/no-go decision.

  3. Rollback Design: Define rollback triggers (error rate >2%, latency >500ms, complaint rate >5%). Implement kill switch (feature flag to instantly revert to old code). Test rollback procedure before each phase. Document runbook with exact rollback steps. Assign rollback decision maker (on-call engineer or release manager).

  4. Communication Plan: T-30d → announce migration to eng team, share technical RFC. T-14d → email affected users with "what's changing, when, what to expect". T-1d → final reminder + support channel link. T+0 → rollout begins, status page live. T+7d → retrospective on what worked/failed. Tailor message density to urgency (high urgency = daily updates).

  5. Training & Enablement: For eng team → brown bag session on new patterns + runbook. For support team → FAQ doc + escalation paths. For users → migration guide with before/after examples. For stakeholders → one-pager on timeline + risk mitigation. Schedule training 2 weeks before rollout, not 2 months (recency matters).

  6. Success Metrics & Monitoring: Define success criteria before migration starts (zero data loss, latency within 10% of baseline, <5 support tickets). Set up real-time monitoring dashboard. Alert on anomaly detection (sudden spike in errors). Run comparison reports (old vs new performance). Plan for post-migration optimization sprint (address performance regressions found in production).

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 · 38 lines · 41 tokens per session scan A d35ebcbd31df

Subscribe to this mod's changes

mindforge:change is a command published in the GitHub repository sairam0424/MindForge (0 stars, last pushed 5d ago), licensed MIT. It adds 41 tokens to every session and 724 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-09-03.