Incremental Implementation

Deliver changes in thin vertical slices. Use when implementing any feature or change touching more than one file, or when you're about to write a large amount of code at once. Do not use for single-file, single-function changes with minimal scope.

jsonlee12138 1d7de02 4.0 KB Updated

File contents

jsonlee12138/viberig/tree/main/skills/incremental-implementation commit 1d7de027d0

Frequently asked questions

npx skillmds@latest add jsonlee12138/incremental-implementation