pipeline
SolidDesign and execute a custom multi-agent pipeline for any goal. Analyzes the goal, selects appropriate specialist agents, designs a DAG of steps with dependencies, and executes them via factory CLI with gate decisions between steps. Use when the user says 'run a pipeline for X', 'orchestrate X', or wants a custom multi-agent workflow.
Install
Quality Score: 80/100
Skill Content
Details
- Author
- akashgit
- Repository
- akashgit/remote-factory
- Created
- 4 months ago
- Last Updated
- today
- Language
- Python
- License
- MIT
Integrates with
Bundled in these plugins
Similar Skills
Semantically similar based on skill content — not just same category
pipeline-subagents
Design and execute a custom multi-agent pipeline using Claude Code subagents directly. Spawns researcher, builder, etc. via the Agent tool with native parallel and background execution. Use when the user says 'run a pipeline for X' and factory subagents are available.
object-object
Development orchestration skill for {{project_name}}. Use for feature development, changes, test hardening, and code-review requests, running them through a multi-agent pipeline. Also use for resuming a previous run and applying review feedback.
four-agent-pipeline
Orchestrates a four-agent coding pipeline (Specifier -> Coder -> Refactorer -> Architect) with steel-cage quality gates and automatic failure routing. Use when the user wants spec-driven development, says "run the four-agent pipeline", "compile this requirement into acceptance criteria", "multi-agent TDD", or wants AI agents to check each other's work instead of human code review.