Multi-Agent Parallel Build

PassAudited by ClawScan on Feb 24, 2026.

Overview

The skill is internally consistent with its stated purpose (coordinating parallel coding agents) and only contains instruction-level guidance; it does not request secrets or install code, though you should review operational details before running it at scale.

This skill is coherent with its stated purpose, but before using it: - Run the workflow in an isolated repo or sandbox so concurrently spawned agents cannot access sensitive files or credentials. - Review and lock down any 'coding-agent' or 'sessions_spawn' capability the skill will call — those agents will be creating and modifying files and may have their own permissions. - Ensure API base URLs provided to agents do not expose internal or sensitive services; do not give agents secrets or broad network access. - Note the sed example uses a mac-style flag (sed -i '' ...); test the command in your environment before applying it across files to avoid accidental corruption. - Audit any external CDNs (Chart.js via jsdelivr) if you require offline or controlled asset sources. If you want a higher-assurance review, provide the exact agent-launch commands or the other skills (sessions_spawn/coding-agent) that will be used so I can check their permissions and behavior.