What problem does it solve?
claude-flow duplicates thousands of lines of orchestration logic (SwarmCoordinator, AgentManager, TaskScheduler, SessionManager) that already exist in agentic-flow@alpha, creating maintenance burden and inconsistent behavior. This Skill guides the ADR-001 migration that replaces those parallel implementations with adapter layers over agentic-flow.
Core Features & Use Cases
- Duplication Analysis & Adapter Design: Maps overlapping components (80% swarm overlap, 70% agent lifecycle, 60% task execution) and defines TypeScript adapter classes extending agentic-flow primitives.
- Phased Migration Plan: Provides a three-phase plan covering foundation adapters, core migration of task/session handling, and removal of deprecated code targeting under 5,000 orchestration lines.
- Performance Feature Integration: Integrates agentic-flow capabilities including SONA learning modes, Flash Attention (2.49x-7.47x speedup), AgentDB HNSW search, 213 MCP tools, and RL algorithms.
- Use Case: A maintainer modernizing claude-flow v3 uses this Skill to plan and execute the migration from legacy SwarmCoordinator and AgentManager classes to agentic-flow equivalents while preserving backward compatibility.
Quick Start
Invoke the v3-integration-architect agent to analyze current claude-flow duplication and produce a phased agentic-flow@alpha integration plan with adapter code.