AI AGENT ADDONS

Incremental Implementation

addyosmani/agent-skills

Build large features by breaking them into small working pieces. Each piece goes from start to finish. You test and verify each slice before moving to the next. This keeps the system working at every step.

This method makes big changes safer and easier to manage. Developers can catch problems early. They avoid long periods of broken code.

The approach works for any kind of software change. Use it when a task feels too big to do all at once. Build in thin vertical slices and commit each one.

Add Incremental Implementation skill to your workflow

Global

mkdir -p ~/.claude/skills/incremental-implementation

Project

mkdir -p .claude/skills/incremental-implementation

Source Repository

Stars
67,574
Forks
7,328
Watchers
67,574
License
MIT
Last Push
23 days ago
Created
5 months ago