stream-chain

Chain full step outputs into downstream context for sequential multi-agent workflows.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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".

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 a sequential workflow for code analysis?

Sequential multi-agent workflows chain full step outputs into downstream context for iterative transformation, ensuring each step's complete result feeds directly into the next step for coherent code analysis and refactoring.

Can I automate step-by-step pipelines for codebase refactoring and test generation?

Predefined multi-agent pipelines provide ready-made structures for refactoring and test generation tasks, allowing you to run consistent step-by-step workflows where intermediate artifacts are reused across automated pipeline stages.

What is the best way to reuse custom workflow definitions across similar software engineering projects?

Define custom reusable pipelines in configuration to execute repeatable workflows across projects, applying streaming output flow across steps with optional pipeline presets and execution options like verbosity and per-step timeouts.

How do I run a custom multi-step prompt chain to generate an implementation plan?

Run a custom workflow by chaining prompts that analyze a problem, identify root causes and risks, then generate a prioritized action plan, requiring supporting custom prompt chains with 2 or more prompts for sequential execution.

Do I need specific dependencies to orchestrate streaming workflows for performance optimization?

No external dependencies are required to orchestrate streaming workflows for performance optimization, as the pipeline automation operates independently to chain iterative transformations and intermediate artifacts.