tiny-stepping
Installation
SKILL.md
Tiny Stepping
Drive implementation in the smallest possible meaningful increments, pausing for feedback after each step so the work stays reviewable and easy to course-correct.
Purpose
- Make the smallest possible meaningful change at each step
- Get user feedback after every step before proceeding
- Reduce risk of going in the wrong direction
- Keep changes reviewable and easy to understand
Workflow
- Agree on the next tiny step
- Implement only that step — nothing more
- Review uncommitted changes together to verify the step looks right
- Short check-in: is this the right direction?
- Commit the step before moving on
- Agree on the next step
- Repeat