incremental-implementation

Installation
SKILL.md

Incremental Implementation

Adapted from addyosmani/agent-skills (MIT), commit 82ceff41ed4d3c644e3dcca8a0514390b2911223.

Overview

Implement changes in small, complete slices. Each slice should leave the system buildable, testable, and easier to reason about than one large unverified batch of edits.

When to Use

  • Any multi-file feature or refactor
  • Work that crosses API, UI, and data boundaries
  • Any task where you are tempted to write a large amount of code before verifying

Increment Cycle

  1. Implement the smallest complete slice.
  2. Run the most relevant tests.
  3. Verify the slice behaves as expected.
Related skills

More from v1truv1us/ai-eng-system

Installs
2
GitHub Stars
6
First Seen
Apr 12, 2026