The skill is vulnerable to prompt injection via external files,
Claims to do
Subagent-Driven Development: Execute plan by dispatching fresh subagent per task, with two-stage review after each: spec compliance review first, then code quality review.
Actually does
This skill defines and orchestrates a multi-stage development workflow. It dispatches specialized subagents (implementer, spec reviewer, code quality reviewer) for each task, using specific prompt templates (e.g., `./implementer-prompt.md`). It manages a two-stage review process with feedback loops, updates a `TodoWrite` list, and integrates with other 'superpowers' skills like `using-git-worktrees` and `finishing-a-development-branch`.
The skill explicitly references external Markdown files (e.g., `./implementer-prompt.md`) as prompts for subagents. Compromise of these external files could lead to injection of malicious instructions, manipulating subagent behavior and reasoning.
Prompt Templates: `./implementer-prompt.md`, `./spec-reviewer-prompt.md`, `./code-quality-reviewer-prompt.md`
Subagents are instructed to 'implement, tests, commits, self-reviews,' implying direct execution of code, running tests, and interacting with version control systems. This grants subagents significant operational capabilities on the host system.
Implementer subagent implements, tests, commits, self-reviews; Implemented install-hook command; Added tests; Committed
[](https://mondoo.com/ai-agent-security/skills/github/obra/superpowers/subagent-driven-development)<a href="https://mondoo.com/ai-agent-security/skills/github/obra/superpowers/subagent-driven-development"><img src="https://mondoo.com/ai-agent-security/api/badge/github/obra/superpowers/subagent-driven-development.svg" alt="Mondoo Skill Check" /></a>https://mondoo.com/ai-agent-security/api/badge/github/obra/superpowers/subagent-driven-development.svgSkills can read files, run commands, and access credentials. Mondoo helps organizations manage the security risks of AI agent skills across their entire fleet.