Break multi-file changes into steps
incremental-implementationskillsetup L1★2
LLl0k0laD/agent-skills ↗What it does
Implement features in thin vertical slices
Best for
Managing large multi-file changes by building and testing each vertical slice independently, avoiding tangled one-shot implementations.
Inputs
- · [object Object]
- · [object Object]
Outputs
- · [object Object]
Preconditions
- · Feature spec exists
- · Scope identified
Failure modes
- · Slice too large to test
- · Dependencies not staged
- · System left in broken state
Trust signals
- · Explicit rule: ~100 lines before testing
- · Each increment leaves system working