What problem does it solve?
Stream-Chain removes the friction of coordinating multi-step, multi-agent tasks by ensuring each step’s full output becomes the next step’s context, producing coherent transformations instead of disconnected results.
Core Features & Use Cases
- Sequential streaming chains: Run custom step-by-step workflows where outputs from earlier steps feed directly into later steps for refined transformations.
- Predefined multi-agent pipelines: Use ready-made pipelines (analysis, refactor, test, optimize) to cover common engineering tasks with consistent structure.
- Reusable pipeline definitions: Define custom reusable pipelines in configuration for repeatable execution across similar projects.
Quick Start
Run a custom workflow by chaining prompts that analyze a topic, propose improvements, then produce an implementation plan using the command: claude-flow stream-chain run "Analyze the problem" "Identify root causes and risks" "Generate a prioritized action plan".