incremental-implementation - Deliver changes incrementally in thin vertical slices.
Delivers code changes incrementally in small testable slices when implementing multi-file changes or large features.
Tags
Updated: 2026-09-22Capabilities
Typical Inputs
Typical Outputs
What this skill does
- Implement smallest complete functional slice
- Run test suite per increment
- Verify build and type checks
- Commit progress atomically
Inputs
- Task breakdown
- Existing codebase
- Repository test suite
Outputs
- Atomic Git commits
- Verified code increments
- Build and test logs
Requirements
- Git version control system
- Repository test environment
- Project build tools
