The skill generates plans with arbitrary shell commands and is
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 for software development tasks. The plan specifies exact file paths to create/modify, provides complete code snippets for implementation and testing, and includes precise `pytest` and `git` commands for each bite-sized step. It saves the generated plan to a specified Markdown file and then offers options for execution using other AI skills.
The skill generates implementation plans that include shell commands (e.g., `pytest`, `git`). If the initial prompt to this skill is crafted maliciously, it could lead to the generation of a plan containing arbitrary commands, which would then be executed by a subsequent agent or skill.
Run: `pytest tests/path/test.py::test_name -v` git add tests/path/test.py src/path/file.py git commit -m "feat: add specific feature"
The skill saves generated plans to `docs/superpowers/plans/YYYY-MM-DD-<feature-name>.md`. If the `<feature-name>` is derived from unsanitized user input, it could be vulnerable to path traversal, allowing the agent to write files to arbitrary locations on the filesystem.
Save plans to: `docs/superpowers/plans/YYYY-MM-DD-<feature-name>.md`
[](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.