What problem does it solve? claude-flow duplicates large parts of agentic-flow@alpha (SwarmCoordinator, AgentManager, TaskScheduler), producing 10,000+ lines of overlapping code that is costly to maintain and diverges over time. This Skill guides the deep integration that replaces those parallel implementations with adapter layers over agentic-flow@alpha. ## Core Features & Use Cases - Adapter Layer Migration: Extends agentic-flow@alpha Agent classes with claude-flow-specific behavior while preserving backward compatibility through a legacy compatibility layer. - Feature Integration: Wires in SONA learning modes, Flash Attention (2.49x-7.47x speedup), AgentDB HNSW search (150x-12,500x), 213 MCP tools, and 19 hook types. - Phased System Migration: Migrates swarm coordination, agent management, and task execution in phases, then removes deprecated files to reduce orchestration code below 5,000 lines. - Use Case: A maintainer planning the v3 architecture can use this Skill to design the adapter layer, migrate each subsystem with feature-parity validation, and verify performance targets before deprecating the old system. ## Quick Start Ask the AI to design the agentic-flow@alpha adapter layer and plan the phased migration of claude-flow's swarm, agent, and task systems.