What problem does it solve? The claude-flow v3 CLI suffers from monolithic command 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 - Modular Command Architecture: Decomposes large CLI files into focused command modules under 500 lines each, with a registry supporting categories, aliases, and fuzzy matching. - Interactive Prompt System: Provides context-aware select, multiselect, input, and progress prompts using inquirer and cli-progress for guided CLI experiences. - Enhanced Hooks & Learning Integration: Deep lifecycle hooks record command trajectories, submit reinforcement learning feedback, and generate intelligent suggestions based on execution patterns. - Workflow Automation: Orchestrates multi-step command workflows with dependency resolution, retry policies, and intent-based workflow generation. - 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 CLI structure and implement modular commands, interactive prompts, and intelligent workflow automation using the cli-hooks-developer agent.