Incremental Implementation

Enforce vertical-slice discipline — implement one thin slice (~100 lines max), test it, verify it works, commit it, then repeat. Never write more than can be tested in a single step.

manastalukdar c51683b 3.5 KB Updated

File contents

manastalukdar/claude-devstudio/tree/main/skills/incremental-implementation commit c51683b7d4

Frequently asked questions

npx skillmds@latest add manastalukdar/incremental-implementation