What problem does it solve?
Writing and planning multi-step work is slow and error-prone when the implementer lacks context, leading to missed files, weak tests, and chaotic execution.
Core Features & Use Cases
- Context-free, engineer-ready plans that assume little to no knowledge of the codebase while still producing comprehensive, correct implementation guidance.
- File-accurate task decomposition that maps exactly what to create or modify and includes testing and commit steps.
- Execution-ready structure including a required plan header, a plan review loop, and a handoff path for harnesses with or without subagents.
Use case: Convert a feature spec into a step-by-step engineering plan that instructs an agent or developer exactly what to test, how to implement minimally, and how to validate with commands and expected outcomes.
Quick Start
Say: "Use the writing-plans skill to create the implementation plan for this feature spec, and save it to docs/superpowers/plans/YYYY-MM-DD-<feature-name>.md."