Incremental Implementation

Builds one assigned slice as thin, individually-tested vertical increments — skeleton-first (stub→mock→wire→fill), simplicity-first, test-first. Use the moment you start writing code for a planned slice, and ESPECIALLY when you're tempted to write more than ~100 lines before running a test, land a whole feature in one pass, "clean up" code outside the slice, or weaken a test to get green. Runs inside the worktree the orchestrator hands you; it is not the place to plan or re-slice.

celestialdust a9a3cd6 27.5 KB Updated

File contents

celestialdust/achilles-skills/tree/main/skills/incremental-implementation commit a9a3cd6dde

Frequently asked questions

npx skillmds@latest add celestialdust/incremental-implementation