commander

Dispatch parallel agents with isolated contexts for independent tasks.

67|10|Updated Apr 12, 2026
One-click install
npx skills add https://github.com/GadaaLabs/claude-code-on-steroids --skill commander-gadaalabs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: commander
Source: https://github.com/GadaaLabs/claude-code-on-steroids/tree/main/skills/commander
Command: npx skills add https://github.com/GadaaLabs/claude-code-on-steroids --skill commander-gadaalabs

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Coordinating work across multiple independent problems by dispatching isolated agents to work in parallel, preserving context boundaries.

Core Features & Use Cases

  • Dispatch one agent per independent domain to prevent cross-contamination of context.
  • Each agent operates with a fresh, isolated context and a clearly defined objective.
  • Parallel execution reduces overall investigation time for multiple failures or research angles.

Quick Start

Invoke Commander to dispatch parallel agents for three independent tasks with isolated contexts and a shared objective.

Frequently Asked Questions about commander

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I dispatch parallel agents for independent tasks?

To dispatch parallel agents for independent tasks, you invoke a multi-agent orchestration tool that assigns one agent per domain, ensuring each operates with a fresh, isolated context to prevent cross-contamination while executing concurrently.

What is multi-agent orchestration and when do I need it for parallel execution?

Multi-agent orchestration coordinates isolated agents working in parallel to reduce investigation time. You need it when facing 3 or more independent failures or research angles that can be executed concurrently without shared state.

Can I use isolated agents for concurrent tasks that share session history?

No, isolated agents for concurrent tasks require non-inheriting session history. Each agent must operate with a fresh, isolated context and a clearly defined objective to prevent cross-contamination of context and ensure deterministic outcomes.

What's the best way to coordinate multiple independent research angles without context cross-contamination?

The best way to coordinate independent research angles is to dispatch one agent per domain with per-agent context construction. This approach maintains isolated context boundaries and uses coordinated result collection to aggregate findings.

When should I not use parallel agents for multi-agent dispatch?

You should not use parallel agents for multi-agent dispatch when your tasks require shared state, have dependent execution paths, or involve fewer than 3 independent failures or research angles that cannot run concurrently.