What problem does it solve? Coordinating multi-step AI workflows manually requires copying output from one step into the next, losing context and wasting effort. This Skill automates sequential prompt chaining so each agent step receives the full output of the previous one. ## Core Features & Use Cases - Custom Chains: Run arbitrary prompt sequences where each step builds on prior output, with configurable timeouts, verbose logging, and debug mode. - Predefined Pipelines: Execute built-in workflows for codebase analysis, refactoring, test generation, and performance optimization. - 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 fixes, and generates security test cases in one command. ## Quick Start Run a stream chain that analyzes my codebase structure, identifies improvement areas, and generates an action plan.