plan-and-execute
Installation
SKILL.md
Methodology from obra/superpowers (MIT)
Plan and Execute
Core rule: write a detailed plan before writing any code.
Phase 1 -- Plan
- Restate the goal in your own words. Confirm understanding with the user if ambiguous.
- Identify inputs, outputs, constraints, and acceptance criteria.
- Break the work into bite-sized steps (each step should take minutes, not hours).
- Order the steps by dependency -- what must come first?
- Write the plan out explicitly. Number every step.