Incremental Implementation
Lands features as thin vertical slices that each leave the build green.
Install
npx skills add addyosmani/agent-skills --skill incremental-implementation
Birden fazla dosyaya dokunan bir değişiklik uygulanırken ya da tek seferde çok fazla kod yazma eğilimi belirdiğinde
- Author
- Addy Osmani
- License
- MIT
Rather than writing a feature end to end and testing at the finish, the agent implements the smallest complete piece, runs the tests, verifies the result, commits, and only then moves to the next slice. The working rule of thumb is to stop before roughly a hundred untested lines pile up. Because each increment is its own commit, reverting a bad slice does not drag the rest of the feature back with it.
Similar skills
explain-simply
SkillCloses a long answer with a few plain sentences.
scope-guard
SkillCatches an edit that lands outside the project you are in.
Observability and Instrumentation
SkillWrites telemetry alongside the feature, not after the first incident.
Comments(0)
Sign in to comment