This skill is vulnerable to prompt injection
Claims to do
Writing Plans: Write comprehensive implementation plans assuming the engineer has zero context for our codebase and questionable taste. Document everything they need to know: which files to touch for each task, code, testing, docs they might need to check, how to test it. Give them the whole plan as bite-sized tasks. DRY. YAGNI. TDD. Frequent commits.
Actually does
This skill generates a detailed Markdown implementation plan, saved to `docs/superpowers/plans/YYYY-MM-DD-<feature-name>.md`. The plan specifies exact file paths, complete code snippets, `pytest` commands for testing, and `git` commands for committing, broken into small, TDD-oriented steps. It also outlines a self-review process and recommends subsequent execution skills.
The skill's primary function is to generate detailed plans, including explicit shell commands. A malicious prompt could manipulate the skill to generate harmful commands (e.g., `rm -rf /`) within the plan, which would then be executed by downstream agents.
Run: `pytest tests/path/test.py::test_name -v`
The skill generates `git commit` commands as part of the plan. A malicious prompt could be used to generate commits that introduce unwanted changes or backdoors into the codebase, establishing a form of persistence.
git commit -m "feat: add specific feature"
The skill saves generated plans as Markdown files. If these files are later ingested into a RAG system or knowledge base, a malicious prompt could lead to the generation of poisoned content, affecting the cognitive state of other agents.
Save plans to: `docs/superpowers/plans/YYYY-MM-DD-<feature-name>.md`
The skill explicitly requires the use of other 'sub-skills' (`subagent-driven-development` or `executing-plans`) to implement the generated plan. This creates a multi-agent workflow where a compromised plan from this skill could act as a supply chain attack vector for downstream execution skills.
REQUIRED SUB-SKILL: Use superpowers:subagent-driven-development (recommended) or superpowers:executing-plans
[](https://mondoo.com/ai-agent-security/skills/github/obra/superpowers/writing-plans)<a href="https://mondoo.com/ai-agent-security/skills/github/obra/superpowers/writing-plans"><img src="https://mondoo.com/ai-agent-security/api/badge/github/obra/superpowers/writing-plans.svg" alt="Mondoo Skill Check" /></a>https://mondoo.com/ai-agent-security/api/badge/github/obra/superpowers/writing-plans.svgSkills can read files, run commands, and access credentials. Mondoo helps organizations manage the security risks of AI agent skills across their entire fleet.