What problem does it solve? Claude-flow maintains over 15,000 lines of orchestration code that duplicates functionality already present in agentic-flow@alpha, creating maintenance burden and missing upstream performance gains. This Skill guides the migration to a specialized extension architecture that removes 10,000+ duplicate lines while preserving feature parity. ## Core Features & Use Cases - Adapter Layer Migration: Replaces SwarmCoordinator, AgentManager, and TaskScheduler with agentic-flow@alpha equivalents through a phased adapter pattern. - Feature Integration: Integrates SONA learning modes, Flash Attention (2.49x-7.47x speedup), AgentDB HNSW search (150x-12,500x), and 213 MCP tools with 19 hook types. - Backward Compatibility: Supports dual operation, feature-by-feature migration, and validation of parity before deprecating legacy systems. - Use Case: A platform team refactoring a multi-agent orchestration codebase uses this Skill to plan the three-phase migration, validate performance benchmarks, and safely remove deprecated modules. ## Quick Start Ask the AI to design the agentic-flow@alpha adapter layer and plan the phased migration of swarm coordination, agent management, and task execution.