Command
/parallel
[advanced] Team of Teams - Decompose compound tasks across independent claude instances
One command from octo.
shell
$ npx -y skills add nyldn/claude-octopus --agent claude-codeShips with octo. Installing the plugin gets this command.
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
Stats
Stars3,869
Forks362
LanguageShell
LicenseMIT
Ships with octo
Command definition
parallel.md
--- command: parallel 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 - Use the Skill tool:** ``` Skill(skill: "octo:parallel", args: "<user's arguments>") ``` **INCORRECT:** ``` Skill(skill: "flow-parallel", ...) ❌ Wrong! Internal skill name, not resolvable by Skill tool 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?
