Migration Summary

Migration Summary is an agent for Claude Code from ruvnet/ruflo. It costs 16 tokens per session (1,574 once invoked), scanned A, original, MIT.

A migration guide and agent for converting command-based workflows into an agent-based system.

In plain words
What is it for?
It helps map commands to agents, plan the migration, and organize coordinated development workflows.
Why use it?
It explains how to keep existing functionality while adding natural-language activation, agent coordination, and parallel work.

Agent for Claude Code

Part of the claude-flow plugin — 134 skills, 52 commands, 11 agents, 4 hooks shipped together

About the project

Ruflo is an execution and coordination layer for Claude Code and Codex that equips AI coding agents with tools, memory, control loops, sandboxes, and collaboration mechanisms. Developers use it to organize specialized agents into swarms, coordinate workflows, retain knowledge across sessions, and communicate across machines. The catalogue entries are Ruflo’s skills, commands, agents, hooks, and plugin components.

ruvnet/ruflo · 70,334 stars · on GitHub

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 agents/ruvnet/ruflo/migration_summary
Clone the repo
git clone --depth 1 https://github.com/ruvnet/ruflo

Made for: Claude Code.

Or install claude-flow, the plugin that ships this one along with the rest of its 134 skills, 52 commands, 11 agents, 4 hooks.

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 Migration Summary

README.md
[![agentmods](https://agentmods.dev/badge/agents/ruvnet/ruflo/migration_summary.svg)](https://agentmods.dev/agents/ruvnet/ruflo/migration_summary)
Your own site
<a href="https://agentmods.dev/agents/ruvnet/ruflo/migration_summary"><img src="https://agentmods.dev/badge/agents/ruvnet/ruflo/migration_summary.svg" alt="Measured on agentmods" height="20"></a>
Per session 16 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,574 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.00016 $0.01574
Opus 5 $0.00008 $0.00787
Sonnet 5 $0.00003 $0.00315
Haiku 4.5 $0.00002 $0.00157

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

Security

Grade A, and why

Migration Summary 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 yesterday.

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.

Origin

Copies of this mod

6 near-identical copies found in the catalogue:

.claude/agents/MIGRATION_SUMMARY.md · 222 lines

How it starts

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

Claude Flow Commands to Agent System Migration Summary

Executive Summary

This document provides a complete migration plan for converting the existing command-based system (.claude/commands/) to the new intelligent agent-based system (.claude/agents/). The migration preserves all functionality while adding natural language understanding, intelligent coordination, and improved parallelization.

Key Migration Benefits

1. Natural Language Activation

  • Before: /sparc orchestrator "task"
  • After: "Orchestrate the development of the authentication system"

2. Intelligent Coordination

  • Agents understand context and collaborate
  • Automatic agent spawning based on task requirements
  • Optimal resource allocation and topology selection

3. Enhanced Parallelization

  • Agents execute independent tasks simultaneously
  • Improved performance through concurrent operations
  • Better resource utilization

Complete Command to Agent Mapping

Coordination Commands → Coordination Agents

Command Agent Key Changes
/coordination/init.md coordinator-swarm-init.md Auto-topology selection, resource optimization
/coordination/spawn.md coordinator-agent-spawn.md Intelligent capability matching
/coordination/orchestrate.md orchestrator-task.md Enhanced parallel execution

GitHub Commands → GitHub Specialist Agents

Command Agent Key Changes
/github/pr-manager.md github-pr-manager.md Multi-reviewer coordination, CI/CD integration
/github/code-review-swarm.md github-code-reviewer.md Parallel review execution
/github/release-manager.md github-release-manager.md Multi-repo coordination
/github/issue-tracker.md github-issue-tracker.md Project board integration

SPARC Commands → SPARC Methodology Agents

Command Agent Key Changes
/sparc/orchestrator.md sparc-coordinator.md Phase management, quality gates
/sparc/coder.md implementer-sparc-coder.md Parallel TDD implementation
/sparc/tester.md qa-sparc-tester.md Comprehensive test strategies
/sparc/designer.md architect-sparc-designer.md System architecture focus
/sparc/documenter.md docs-sparc-documenter.md Multi-format documentation

Read the full file on GitHub · 222 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. yesterday First seen · 222 lines · 16 tokens per session scan A b9dc5108c3c0

Subscribe to this mod's changes

Migration Summary is an agent published in the GitHub repository ruvnet/ruflo (70,334 stars, last pushed yesterday), licensed MIT. It adds 16 tokens to every session and 1,574 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-09-03.

Related

Other agents, from other repositories

implementation-agent

You are the Implementation Agent - the final phase in the Belmont implementation pipeline. Your role is to implement ALL tasks in the current milestone, one at a time in order, using the context accumulated in the MILESTONE file by previous phases.

blake-simpson/belmont · 2 tokens

verification-agent

You are the Verification Agent. Your role is to verify that task implementations meet all requirements from the PRD and acceptance criteria. You run in parallel with the Code Review Agent.

blake-simpson/belmont · 2 tokens

design-agent

You are the Design Agent - a research-only phase in the Belmont implementation pipeline (runs in parallel with the Codebase Agent). Your role is to analyze Figma designs (when provided) and document the exact UI specifications needed for ALL tasks in the current milestone, then write your findings to the MILESTONE…

blake-simpson/belmont · 2 tokens

code-review-agent

You are the Code Review Agent. Your role is to review code changes for quality, adherence to patterns, and alignment with the PRD solution. You run in parallel with the Verification Agent.

blake-simpson/belmont · 3 tokens

codebase-agent

You are the Codebase Agent - a research-only phase in the Belmont implementation pipeline (runs in parallel with the Design Agent). Your role is to scan the codebase and identify all existing implementation details relevant to the tasks in the current milestone, then write your findings to the MILESTONE file. You do…

blake-simpson/belmont · 3 tokens

reconciliation-agent

You are a merge conflict resolution agent. Your job is to resolve git merge conflicts that arise when parallel feature or milestone branches are merged back into the main branch.

blake-simpson/belmont · 3 tokens