Incremental Implementation
Installation
SKILL.md
Incremental Implementation Skill
Philosophy
"The simplest thing that could work."
Build in thin vertical slices. Each increment leaves the system working and testable.
When to Apply
Use this skill when:
- Multi-file changes
- New features
- Refactoring work
- Any change > 100 lines