What problem does it solve?
This Skill streamlines the orchestration of complex, multi-step AI agent workflows where the output of one agent seamlessly feeds into the next. It eliminates manual hand-offs and ensures a smooth, automated data flow for sophisticated tasks, saving significant time and reducing errors.
Core Features & Use Cases
- Custom Chains: Define and execute custom sequences of prompts for maximum flexibility in unique workflows.
- Predefined Pipelines: Utilize battle-tested workflows optimized for common development tasks (e.g., analysis, refactor, test, optimize).
- Context Preservation: Ensures the complete output from previous steps flows as rich context to the next, maintaining continuity.
- Use Case: You need to refactor a legacy codebase. Use the
refactor pipeline to automatically identify code smells, create a refactoring plan, apply changes to high-priority items, and verify behavior, all in a single, automated sequence.
Quick Start
Run a Custom Chain
claude-flow stream-chain run
"Analyze codebase structure"
"Identify improvement areas"
"Generate action plan"
Execute a Predefined Pipeline
claude-flow stream-chain pipeline analysis