This skill describes how to dispatch parallel agents with
Claims to do
Dispatching Parallel Agents: You delegate tasks to specialized agents with isolated context. By precisely crafting their instructions and context, you ensure they stay focused and succeed at their task. They should never inherit your session's context or history — you construct exactly what they need. This also preserves your own context for coordination work.
Actually does
This skill is a descriptive guide outlining a strategy for an AI agent to decompose complex problems into independent sub-tasks. It illustrates how to use an internal `Task()` function to dispatch these sub-tasks to parallel sub-agents, providing examples of prompt structures and scenarios. It does not execute any external tools, access external data, run system commands, or contact URLs itself.
The skill explicitly describes and demonstrates the ability to spawn multiple sub-agents concurrently using `Task()`. This capability, if used with attacker-controlled prompts, could lead to resource abuse or coordinated malicious actions.
Task("Fix agent-tool-abort.test.ts failures")Sub-agents are instructed to read test files and fix issues by modifying code, indicating they possess file system read and write capabilities. This capability could be leveraged for unauthorized data access or code injection if the sub-agent's instructions are malicious.
Read the test file and understand what each test verifies Fix by: ... Fixing bugs in abort implementation if found
The skill's stated purpose implies it performs the action of dispatching parallel agents. However, its actual content is purely instructional, describing *how* to dispatch agents using an internal `Task()` function, rather than being an executable component that performs the dispatching itself.
The content consists of markdown text, diagrams, and code examples (e.g., `Task("...")`) that illustrate a pattern, but no executable code within the skill itself that would perform these actions.[](https://mondoo.com/ai-agent-security/skills/github/obra/superpowers/dispatching-parallel-agents)<a href="https://mondoo.com/ai-agent-security/skills/github/obra/superpowers/dispatching-parallel-agents"><img src="https://mondoo.com/ai-agent-security/api/badge/github/obra/superpowers/dispatching-parallel-agents.svg" alt="Mondoo Skill Check" /></a>https://mondoo.com/ai-agent-security/api/badge/github/obra/superpowers/dispatching-parallel-agents.svgSkills can read files, run commands, and access credentials. Mondoo helps organizations manage the security risks of AI agent skills across their entire fleet.