pipeline-team

pipeline-team is a command for Claude Code from MarioEpkOne/PipelineIQ. It costs 0 tokens per session (4,714 once invoked), scanned A, original, MIT.

A command that runs a full software implementation process across several pre-written specifications at once, using Claude Code's agent teams. It plans, implements, checks, fixes, and merges the work.

In plain words
What is it for?
Use it to process multiple files in a specifications directory or matching a filename filter. Large specifications can first be split into smaller ones for parallel work.
Why use it?
It removes the need to run the same implementation command repeatedly and helps coordinate work that can happen in parallel while keeping merges orderly.

Command for Claude Code

Written for Claude Code: $ARGUMENTS substitution. Also seen: reads .claude/ paths; mentions subagents; mentions Claude Code.

Part of the pipelineiq plugin — 10 commands, 6 agents shipped together

Good fit Use it to process multiple files in a specifications directory or matching a filename filter. Large specifications can first be split into smaller ones for parallel work.

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/marioepkone/pipelineiq/pipeline-team
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Clone the repo
git clone --depth 1 https://github.com/MarioEpkOne/PipelineIQ

Made for: Claude Code.

Or install pipelineiq, the plugin that ships this one along with the rest of its 10 commands, 6 agents.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for pipeline-team

README.md
[![agentmods](https://agentmods.dev/badge/commands/marioepkone/pipelineiq/pipeline-team/github.svg)](https://agentmods.dev/commands/marioepkone/pipelineiq/pipeline-team)
Your own site
<a href="https://agentmods.dev/commands/marioepkone/pipelineiq/pipeline-team"><img src="https://agentmods.dev/badge/commands/marioepkone/pipelineiq/pipeline-team/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for pipeline-team

Your own site · 80×15
<a href="https://agentmods.dev/commands/marioepkone/pipelineiq/pipeline-team"><img src="https://agentmods.dev/badge/commands/marioepkone/pipelineiq/pipeline-team.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 4,714 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00000 $0.04714
Opus 5 $0.00000 $0.02357
Sonnet 5 $0.00000 $0.00943
Haiku 4.5 $0.00000 $0.00471

Measured 10d ago against content hash 1ef4a3973516, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

pipeline-team scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 10d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

commands/pipeline-team.md · 360 lines

How it starts

The opening of the file, as written. The whole thing — 360 lines — stays where its author put it; the contents beside it link to each section on GitHub.

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 directory path to scan
  • Argument without / -> treated as filename filter in specs/team/

Requires: CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS=1 in env or settings.json, Claude Code >= 2.1.32.

Specs must be pre-written -- the interactive spec interview does not compose with parallelism. Split large specs with /spec-splitter first, then run this command.

The argument (if any) is: $ARGUMENTS


Resolve COMMANDS_PATH

Determine the absolute path to this plugin's commands/ directory.

Discovery order:

  1. Read ~/.claude/plugins/installed_plugins.json. Parse as JSON. Find any key matching pipelineiq@* (match plugin name prefix, ignore marketplace suffix). If multiple matches: collect all entries across all matching keys, sort by lastUpdated descending, take the first. Set COMMANDS_PATH = /commands.
  2. If the registry file does not exist, is unreadable, or contains no pipelineiq@* key: walk up from CWD looking for .claude-plugin/plugin.json where the adjacent commands/ directory contains pipeline.md. If found: COMMANDS_PATH = <that commands/ directory>
  3. If neither found: STOP with "Cannot locate PipelineIQ plugin. Ensure the plugin is installed via the plugin marketplace, or you are in the PipelineIQ repo."

Verify: check that COMMANDS_PATH/references/pipeline-team/ exists. Store COMMANDS_PATH as an absolute path for use in all subsequent phases.


Phase 0 -- Pre-flight Checks (Lead, Inline)

--- /pipeline-team: PRE-FLIGHT ---

Read the full file on GitHub · 360 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 10d ago First seen · 360 lines · 0 tokens per session scan A 1ef4a3973516

Subscribe to this mod's changes

pipeline-team is a command published in the GitHub repository MarioEpkOne/PipelineIQ (2 stars, last pushed 3mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 4,714 tokens. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.