What problem does it solve? claude-flow duplicates thousands of lines of orchestration logic (swarm coordination, agent management, task scheduling) that already exist in agentic-flow@alpha, creating maintenance burden and missing performance gains from SONA, 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 SONA learning modes, Flash Attention (2.49x-7.47x speedup), AgentDB HNSW search (150x-12,500x), and 213 MCP tools with 19 hook types. - Phased Code Removal: Replaces SwarmCoordinator, AgentManager, and TaskScheduler implementations, cutting orchestration code from 15,000+ lines to under 5,000. - Use Case: A maintainer planning the v3 architecture runs the three-phase migration (adapter layer, system migration, cleanup) while validating feature parity at each step. ## Quick Start Ask the agent to design the agentic-flow@alpha adapter layer and plan the phased migration of swarm coordination, agent management, and task execution.