Incremental Implementation

Deliver multi-file changes in thin vertical slices — implement, test, verify, commit, repeat. Load when implementing a feature from a plan, building across more than one file, refactoring, or when tempted to land a large change in one pass. Also triggers on "incremental implementation", "vertical slice", "thin slice", "one slice at a time", "don't do it all at once". Routes single-file fixes to direct execution. Pairs with test-driven-development and git-workflow-and-versioning.

dvy1987 Updated 3 repo stars

File contents

dvy1987/agent-loom/tree/main/.agents/skills/incremental-implementation commit b3747aab15

Frequently asked questions

npx skillmds@latest add dvy1987/incremental-implementation