incremental-implementation - Deliver changes incrementally in thin verifiable slices
Delivers code changes incrementally in thin, verifiable slices while maintaining a working system state.
Tags
Updated: 2026-09-22Capabilities
Typical Inputs
Typical Outputs
What this skill does
- Implement code in thin vertical slices
- Run tests and verify each slice
- Commit progress after each verified increment
- Apply vertical and contract slicing strategies
- Use feature flags for incomplete changes
Inputs
- Task breakdown or feature specification
- Existing codebase and test suite
- Repository build and test commands
Outputs
- Incremental Git commits
- Verified working code changes
Requirements
- Git version control system
- Project build and test toolchain
