Incremental Delivery

Executes a multi-task plan one task at a time, keeping every commit atomic and green before starting the next. Use when working through a task list, when a change is large enough to need checkpoints, when commit hygiene matters for bisect, or when tempted to build several things at once. Refuses to begin the next task while the previous one is unverified.

khuynh22 aa1f7be 3.8 KB Updated

File contents

khuynh22/agent-dev-team/tree/main/skills/incremental-delivery commit aa1f7bebb8

Frequently asked questions

npx skillmds@latest add khuynh22/incremental-delivery