What problem does it solve? The claude-flow v3 CLI suffers from monolithic files (index.ts at 108KB), limited interactivity, basic hooks integration, and no intelligent workflow automation, making it slow and hard to maintain. ## Core Features & Use Cases - Command Decomposition: Breaks large CLI files into modular command modules under 500 lines each, organized by category with a registry supporting aliases and fuzzy matching. - Interactive Prompts: Implements context-aware select, multiselect, input, and progress prompts using inquirer and cli-progress for guided CLI experiences. - Hooks & Learning Integration: Connects CLI lifecycle events to learning systems that record trajectories, calculate rewards, and generate intelligent command suggestions. - Use Case: A developer runs claude-flow swarm init --interactive and is guided through topology selection and agent configuration, while hooks record the session for learning-based future suggestions. ## Quick Start Ask the AI to analyze the current claude-flow CLI structure and implement modular commands with interactive prompts and enhanced hooks integration.