incremental-implementation - Deliver code changes in small vertical increments
Guides software development by building, testing, verifying, and committing multi-file code changes in small vertical slices.
Tags
Updated: 2026-09-21Capabilities
Typical Inputs
Typical Outputs
What this skill does
- Implement features in small vertical slices
- Run test suites to verify functionality
- Commit verified progress incrementally
- Add feature flags for incomplete changes
Inputs
- Task requirements
- Target codebase
- Build and test scripts
Outputs
- Incremental git commits
- Modified source files
- Test and build status logs
Requirements
- Git version control system
- Test suite and build tooling
