Incremental Implementation

Delivers changes incrementally. Use when implementing any feature or change that touches more than one file. Use when you're about to write a large amount of code at once, or when a task feels too big to land in one step. Do not use for single-file, single-function changes where the scope is already minimal.

hi-donwi Updated

File contents

hi-donwi/Agent-Skills/tree/main/skills/incremental-implementation commit dbb849ada0

Frequently asked questions

npx skillmds@latest add hi-donwi/incremental-implementation