Incremental Implementation

Delivers changes incrementally in thin, verifiable vertical slices. Use when implementing any feature or change that touches more than one file, or when picking up the next task from a plan. Use when rolling a change out behind a feature flag, 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. Use when an Epic parent todo indexes child tracks so implementation must move to a child worktree rather than building the epic in the parent checkout.

tinyc0der Updated

File contents

tinyc0der/agent-skills/tree/main/skills/incremental-implementation commit f4d67bdc45

Frequently asked questions

npx skillmds@latest add tinyc0der/incremental-implementation