What problem does it solve? Multi-step tasks like code analysis, refactoring, and test generation require each stage to build on the previous one's output, but manually copying results between prompts is slow and error-prone. This Skill automates sequential prompt chaining so context flows automatically through every step of a workflow. ## Core Features & Use Cases - Custom Chains: Run any sequence of prompts where each step receives the full output of the previous step as context, with configurable per-step timeouts and debug logging. - Predefined Pipelines: Execute built-in workflows for analysis, refactoring, testing, and optimization without writing your own prompt sequences. - Custom Pipeline Definitions: Declare reusable named pipelines in .claude-flow/config.json with their own prompt lists and timeouts. - Use Case: Run a security audit chain that scans for vulnerabilities, categorizes issues by severity, proposes prioritized fixes, and generates security test cases in one command. ## Quick Start Run a stream chain that analyzes the codebase structure, identifies improvement areas, and generates an action plan.