What problem does it solve? claude-flow duplicates thousands of lines of orchestration logic (SwarmCoordinator, AgentManager, TaskScheduler) that already exist in agentic-flow@alpha, creating maintenance burden and missing performance gains from SONA learning, Flash Attention, and AgentDB. ## Core Features & Use Cases - Adapter Layer Migration: Extends agentic-flow@alpha Agent classes with backward-compatible wrappers so existing claude-flow APIs keep working during transition. - Feature Integration: Wires in 5 SONA learning modes, Flash Attention (2.49x-7.47x speedup), AgentDB HNSW search (150x-12,500x), 213 MCP tools, and 19 hook types. - Phased Code Deduplication: Replaces SwarmCoordinator, AgentManager, and TaskScheduler with agentic-flow equivalents, cutting orchestration code from 15,000+ to under 5,000 lines. - Use Case: A platform team migrating claude-flow v2 to v3 runs the three-phase plan (adapter layer, system migration, cleanup) while validating feature parity at each step. ## Quick Start Ask the v3-integration-architect agent to design the agentic-flow@alpha adapter layer and begin migrating the swarm coordination system.