What problem does it solve?
Executing complex, multi-step AI tasks often requires manual intervention to pass outputs from one agent to the next. This Skill automates that process, creating seamless pipelines for data transformation and sequential processing.
Core Features & Use Cases
- Custom Chains: Define and execute custom sequences of prompts, where each step's output feeds into the next.
- Predefined Pipelines: Utilize battle-tested workflows for common tasks like analysis, refactoring, testing, and optimization.
- Context Preservation: Ensures the full output history flows sequentially through all steps, maintaining context across the entire workflow.
- Use Case: Automate a full development cycle: analyze codebase, identify improvement areas, generate a refactoring plan, apply refactoring, and then create unit tests, all in one continuous flow.
Quick Start
Run a custom chain to write a user authentication function, add input validation, and then create unit tests for it.
claude-flow stream-chain run "Write a user authentication function" "Add input validation and error handling" "Create unit tests with edge cases"