incremental-implementation

Installation
SKILL.md

Default output: return only the result, blockers, and required evidence. Omit preambles, process narration, repeated context, confidence scores, and follow-up offers. Use at most five bullets unless a required artifact or schema needs more.

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

Installs
3
GitHub Stars
8
First Seen
Apr 12, 2026
incremental-implementation — v1truv1us/ai-eng-system