Skip to content
Automation
Command

/parallel

[advanced] Team of Teams - Decompose compound tasks across independent claude instances

From plugin
octo
4.1k53 skills49 agents53 commands18 hooks
Install
> /plugin marketplace add nyldn/claude-octopus

How it fires

How this command gets triggered: by you, by Claude, or both.

  • Fires itselfClaude auto-loads it when your prompt matches the work.
  • You can call itInvoke it directly when you want it.
  • Slash command/parallel

Context preview

What this command does when you run it.

[advanced] Team of Teams - Decompose compound tasks across independent claude instances

Command definition

parallel.md
command: parallel
disable-model-invocation: true
description: "[advanced] Team of Teams - Decompose compound tasks across independent claude instances"
aliases:
  - team
  - teams

Parallel - Team of Teams

INSTRUCTIONS FOR CLAUDE

When the user invokes this command (e.g., `/octo:parallel <arguments>`):

**CORRECT - Read the explicit workflow source:**

Read ${HOME}/.claude-octopus/plugin/.claude/skills/flow-parallel/SKILL.md, then execute it with <user's arguments>

**INCORRECT:**

Skill(skill: "flow-parallel", ...)  ❌ Wrong! Octopus skills are model-invocation disabled
Task(subagent_type: "octo:parallel", ...)  ❌ Wrong! This is a skill, not an agent type

---

**Auto-loads the parallel skill for Team of Teams orchestration.**

Quick Usage

Describe the compound task you want decomposed:

"Build a full authentication system with OAuth, RBAC, and audit logging"
"Create a complete e-commerce platform with payments, inventory, and shipping"
"Implement CI/CD pipeline with testing, linting, and deployment stages"

What Is Parallel?

**Team of Teams** orchestration — decomposes compound tasks into independent work packages and delegates each to a separate `claude -p` process. Each process loads the full Octopus plugin, giving every work package its own Double Diamond, agents, and quality gates.

Key architectural distinction: Task tool subagents don't load plugins. Independent `claude -p` processes do.

What You Get

  • Work Breakdown Structure (WBS) decomposition
  • Adversarial WBS cross-check to catch missed dependencies and scope overlaps before agents launch
  • Independent `claude -p` processes per work package
  • Full plugin capabilities in each worker
  • Parallel execution with staggered launch
  • Aggregated results with exit code verification

When To Use

  • Compound tasks with 3+ independent components
  • Tasks that would benefit from parallel execution
  • Projects where each component needs full AI capabilities
  • When you want isolated, non-interfering work streams

Natural Language Examples

"Parallel build auth system with OAuth, sessions, and RBAC"
"Team up on building a dashboard with charts, filters, and export"
"Decompose and parallelize the API migration across 5 services"
Read more
Ships withocto

Every AI model has blind spots. Claude Octopus supports twelve external provider integrations — Codex, Antigravity CLI, Copilot, Qwen, Ollama, Perplexity, OpenRouter, OrcaRouter, OpenCode, Cursor CLI, Grok, and Kimi Code — alongside the built-in Claude Code

Get the whole plugin

Other commands on octo.