What problem does it solve?
This Skill turns ambiguous specifications and multi-step requirements into precise, test-first implementation plans that an engineer with no prior context can follow end-to-end.
Core Features & Use Cases
- Exact file mapping: lists exact files to create or modify and describes each file's responsibility.
- TDD-driven bite-sized tasks: decomposes work into small actions (write failing test, run, implement minimal code, run tests, commit) with explicit commands and expected outputs.
- Self-review and handoff: includes placeholder scans, type-consistency checks, and explicit save locations plus execution options for subagent-driven or inline execution.
Use Case: Given a product spec that spans multiple subsystems, produce one or more standalone plans that result in working, testable software with clear commit history.
Quick Start
Write a complete test-first implementation plan for the described feature, include exact file paths, full test and code snippets, expected test commands and outputs, commit commands, self-review checklist, and save it to .agents/superpowers/plans/YYYY-MM-DD-feature-name.md.