pavlo-commit-oriented-planning
Installation
SKILL.md
Skill: Step-Oriented Planning
Framework for breaking down a task into logically independent, testable steps. Each step represents a single cohesive unit of work that can stand alone — all tests pass after applying it, and it results in a single git commit.
When to Use
Related skills