stream-chain

Chain streaming outputs from one step as full context into the next.

Updated Feb 10, 2026
One-click install
npx skills add https://github.com/monktui/git-review --skill stream-chain-monktui
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: stream-chain
Source: https://github.com/monktui/git-review/tree/main/.claude/skills/stream-chain
Command: npx skills add https://github.com/monktui/git-review --skill stream-chain-monktui

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Stream-Chain helps you coordinate multi-step AI work where each agent’s output must become the direct input to the next step, so you can reliably transform ideas into sequential results instead of restarting or manually stitching outputs.

Core Features & Use Cases

  • Sequential multi-step chaining: Run chains where each step receives the full previous output as context for deeper continuity.
  • Custom chains and predefined pipelines: Use flexible run mode for bespoke workflows or ready-made pipeline modes for common tasks like analysis, refactoring, testing, and optimization.
  • Operational controls: Apply per-step timeouts and enable verbose/debug execution to improve observability and reduce iteration time (e.g., security audit → prioritized fixes → test cases).

Quick Start

Run a chained workflow for code changes by executing: claude-flow stream-chain run "Analyze the current codebase and identify key issues" "Propose specific improvements with a prioritized plan" "Generate implementation guidance plus tests for the top recommendations."

Frequently Asked Questions about stream-chain

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I chain multi-agent outputs into one sequential pipeline?

To chain multi-agent outputs into a sequential pipeline, use a custom run mode that passes each step's full streaming output as direct context into the next step. This ensures intermediate results are preserved and reused without manual stitching.

Can I run predefined workflows for code refactoring and test generation?

Yes, you can run predefined workflows for code refactoring and test generation. The system includes ready-made pipeline modes for common development tasks like analysis, refactoring, testing, and optimization, alongside flexible custom chains.

How do I orchestrate multi-step code analysis and implementation workflows?

You orchestrate multi-step code analysis workflows by executing a chained command with sequential prompts, such as analyzing the codebase, proposing prioritized improvements, and generating implementation guidance with tests for the top recommendations.

Does pipeline orchestration support per-step timeouts and debug execution?

Pipeline orchestration supports per-step timeouts and debug execution to improve observability. These operational controls help you monitor sequential workflows and reduce iteration time during complex multi-agent tasks.

What is the best way to maintain context across multi-agent data transformation steps?

The best way to maintain context across multi-agent data transformation steps is sequential chaining, where each agent receives the full previous output. This mechanism guarantees deeper continuity without restarting the workflow.