pavlo-commit-by-commit-execution
Installation
SKILL.md
Skill: Step-by-Step Execution
Systematic approach to executing a multi-step plan one step at a time, with explicit user confirmation between each step. Each step results in a single git commit. Ensures visibility, prevents compound failures, and allows course-correcting before moving forward.
When to Use
When implementing a plan that spans multiple steps (especially complex features, refactorings, or multi-layer changes). Provides safety and clarity at scale.