Decompose By Verification Boundary

Split substantial work into units by verification boundary, not by file or feature. Use when planning implementation order, breaking down a big task, or sequencing a build: "how should I split this", "what order should I build this in", "break this down", "plan the implementation", "where do I start". A unit of work is the smallest change with its own gate; if you cannot name the gate for a piece, the piece is too big. Produces an ordered plan where every unit lands green before the next starts.

ariaxhan 5ee409f 2 files · 4.5 KB Updated

File contents

ariaxhan/the-agent-library/tree/main/planning-handoff/decompose-by-verification-boundary commit 5ee409f991

Frequently asked questions

npx skillmds@latest add ariaxhan/decompose-by-verification-boundary