What problem does it solve?
The skill modernizes the V3 claude-flow CLI by introducing an interactive prompts system, modular command structure, and deeper hook integration to streamline workflows and reduce manual setup.
Core Features & Use Cases
- Modular command architecture: break large CLI files into focused modules for maintainability.
- Interactive prompts: context-aware user prompts to guide complex tasks.
- Enhanced hooks integration: tighter lifecycle hooks for automation and analytics.
- Intelligent workflow automation: orchestrate multi-step commands with retries and dependencies.
Quick Start
Use the Task lines to initiate modernization tasks:
Task("CLI architecture", "Analyze current CLI structure and identify optimization opportunities", "cli-hooks-developer")
Task("Command decomposition", "Break down large CLI files into focused modules", "cli-hooks-developer")
Task("Interactive prompts and hooks", "Implement intelligent interactive CLI experience with enhanced hooks", "cli-hooks-developer")