An orchestrator skill designed to bypass single-agent context limits by chunking repositories and spawning parallel subagents to conduct massive audits.
When executing a repository-wide security scan, architectural audit, or massive refactor, a single AI agent will quickly blow out its context window if it tries to read hundreds of files sequentially.
ask-parallel-auditor implements the Hierarchical Multi-Agent System (HMAS) pattern. It acts as the Strategy Layer Orchestrator. It does not read the files itself. Instead, it chunks the repository and spawns multiple, isolated subagents (like ask-owasp-security-review) operating in parallel across isolated Git worktrees.
You invoke this skill when you need a comprehensive scan of a large project.
src/ directory”.src/ directory.PARALLEL_AUDIT_REPORT.md.The agent opens 80 files sequentially, forgets its core instructions around file 40, hallucinates code, and crashes with a token exhaustion error.
The orchestrator splits the 80 files into 4 chunks. It spawns 4 background workers. 30 seconds later, it receives 4 JSON reports and synthesizes them for you perfectly.
disallowedTools: Write, Edit) to prevent rogue autonomous destruction.ask-context-janitor on the aggregated results if the final report is still too massive.