The skill allows sub-agents arbitrary
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 conceptual guide describing a pattern for dispatching multiple independent tasks to separate AI agents concurrently. It provides instructions and examples on how to structure prompts and use an AI environment's `Task` command to achieve parallel execution. It does not execute any commands, call external tools, access data, or contact URLs itself.
/plugin marketplace add obra/superpowers/plugin install dispatching-parallel-agents@obra/superpowersgemini extensions install https://github.com/obra/superpowers.git --consentnpx skills add https://github.com/obra/superpowersThe skill demonstrates and encourages the use of sub-agents (`Task(...)`) to perform independent tasks, including reading and modifying files. This capability, while shown with benign examples, allows for arbitrary file system access and modification, posing a risk if the sub-agent's environment is not properly secured. The skill does advocate for isolated context and constraints, which are mitigating factors.
Task("Fix agent-tool-abort.test.ts failures")
1. Read the test file and understand what each test verifies
3. Fix by: ... Fixing bugs in abort implementation if found ... Adjusting test expectations[](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.