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 hard to maintain and slow to use. ## Core Features & Use Cases - Modular Command Architecture: Decomposes large CLI files into focused command modules under 500 lines with a registry supporting categories, aliases, and middleware. - Interactive Prompt System: Provides context-aware select, multiselect, input, confirm, and progress-bar prompts using inquirer and cli-progress. - Enhanced Hooks & Learning Integration: Connects CLI lifecycle events to AgentDB learning and trajectory tracking for intelligent suggestions and reward-based feedback. - Workflow Automation: Orchestrates multi-step command workflows with dependency resolution, conditions, and retry policies. - Use Case: A developer runs claude-flow swarm init --interactive and is guided through topology selection and agent configuration, while hooks record execution metrics and suggest optimizations based on learned patterns. ## Quick Start Ask the AI to analyze the current CLI structure and implement modular commands, interactive prompts, and intelligent workflows using the cli-hooks-developer agent.