What problem does it solve?
This Skill provides a self-contained multi-agent orchestration framework that uses Claude subagents from the agents/ directory to perform security reviews, code quality analysis, deployment validation, and infrastructure checks. It auto-activates with an orchestrator-worker pattern and extended thinking mode, reducing manual coordination.
Core Features & Use Cases
- Orchestrated Claude subagents: Dispatches specialized agents for security, code quality, testing, andDevOps tasks.
- Parallel execution & synthesis: Executes tasks in parallel and synthesizes results into a final report.
- Auto-activation: Triggered by an orchestrator-worker pattern and extended thinking mode for complex tasks.
- Use Case: Run a security review and code quality analysis on a new codebase with a single command, then get a consolidated risk assessment.
Quick Start
Use the equilateral-agents-refactored Skill to orchestrate subagents for a security review of a codebase. The orchestrator will decompose tasks, spawn subagents in parallel, and synthesize the final report.