Pipeline Team banner
MarioEpkOne MarioEpkOne

Pipeline Team

Security community

Description

Orchestrates the full implementation pipeline (impl-plan -> impl -> audit -> fix -> merge) across **multiple pre-written specs simultaneously** using Claude Code's agent teams feature. Specs run in parallel where dependencies allow; merges are serialized through the lead to preserve the worktree invariant. Replaces the pattern of manually running `/pipeline` N times in sequence. Invocation: `/pipeline-team [path-or-filter]` - No argument -> scans `specs/team/` - Argument with `/` -> treated as

Installation

Installs to ~/.claude/skills/marioepkone-pipelineiq-pipeline-team/SKILL.md

Terminal
mkdir -p ~/.claude/skills/marioepkone-pipelineiq-pipeline-team && curl -fsSL https://raw.githubusercontent.com/MarioEpkOne/PipelineIQ/HEAD/commands/pipeline-team.md -o ~/.claude/skills/marioepkone-pipelineiq-pipeline-team/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository