What problem does it solve?
This Skill enables the chaining of multiple AI agents into sequential or branching workflows, allowing the output of one agent to serve as the input for the next, automating complex tasks.
Core Features & Use Cases
- Sequential Pipelines: Define a series of agents where tasks flow linearly (e.g., explore -> architect -> executor).
- Branching Pipelines: Route agent execution based on conditional logic derived from previous agent outputs.
- Parallel-Then-Merge: Execute multiple agents concurrently and combine their results.
- Built-in Presets: Utilize pre-defined pipelines for common tasks like code review, implementation, debugging, and research.
- Use Case: Automate a comprehensive code review process by chaining an
explore agent to find relevant code, an architect agent to analyze design, a critic agent to evaluate the analysis, and an executor agent to implement suggested changes.
Quick Start
Use the pipeline skill to execute a review of the codebase for the task 'implement user authentication'.