phalanx

Coordinates multiple agents to investigate independent domains in parallel.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/Milovan-Crowley/Consilium --skill phalanx
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: phalanx
Source: https://github.com/Milovan-Crowley/Consilium/tree/main/generated/claude/skills/phalanx
Command: npx skills add https://github.com/Milovan-Crowley/Consilium --skill phalanx

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables parallel handling of multiple independent tasks by assigning one agent per domain, ensuring isolation and reducing context leakage.

Core Features & Use Cases

  • Independent-domain dispatch: assign one agent per problem domain to avoid cross-domain contamination.
  • Parallel execution: run tasks concurrently while preserving isolated contexts.
  • Structured prompts and evaluation: collect focused summaries and integrate results for coordination.

Quick Start

Define the independent domains in your failure set, then launch one agent per domain to investigate in parallel.

Frequently Asked Questions about phalanx

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

FAQPage Schema
How do I run parallel agents for independent debugging tasks?

To run parallel agents for independent debugging tasks, you dispatch one agent per isolated problem domain to investigate concurrently. This parallel execution preserves isolated contexts and reduces cross-domain contamination during multi-failure investigations.

What is parallel agent orchestration for independent problem domains?

Parallel agent orchestration is the process of dispatching and coordinating work across multiple agents to solve isolated problems concurrently. It assigns one agent per domain to ensure isolation, reduce context leakage, and integrate focused summaries for coordination.

When do I need to dispatch multiple agents for parallel task execution?

You need to dispatch multiple agents for parallel task execution when handling multi-failure investigations where failures are isolated by domain. This approach requires clearly defined independent domains and an integrated review process to merge the concurrent results.

How do I prevent context leakage between concurrent debugging investigations?

To prevent context leakage between concurrent debugging investigations, assign exactly one agent per independent problem domain. This isolated-domain dispatch mechanism ensures each agent operates within its own context without cross-domain contamination.

Can I use parallel agent dispatch for multi-failure investigations across different domains?

Yes, you can use parallel agent dispatch for multi-failure investigations when failures are isolated by domain. You launch one agent per domain to investigate concurrently, then use an integrated review process to collect and merge the focused summaries.

What are the limitations of dispatching parallel agents for isolated tasks?

A limitation of dispatching parallel agents is that it requires clearly defined independent domains to function correctly. If problem domains are not isolated, cross-domain contamination can occur, and the integrated review process cannot properly merge overlapping contexts.