incremental-implementation

Delivers changes incrementally. Use when implementing any feature or change that touches more than one file. Use when you're abou…

addyosmani 80k ↓ 14k MIT updated 26d ago
Claude Code
View source ↗

What it does

  • Implementing any multi-file change
  • Building a new feature from a task breakdown
  • Refactoring existing code
  • Any time you're tempted to write more than ~100 lines before testing
  • Can this be done in fewer lines?
  • Are these abstractions earning their complexity?
  • Would a staff engineer look at this and say "why didn't you just..."?

Requirements & configuration

  • When backend and frontend need to develop in parallel:
  • Touch only what the task requires.
  • If a feature isn't ready for users but you need to merge increments:

Derived from the skill's own SKILL.md documentation · extracted 2026-07-23

Delivers changes incrementally. Use when implementing any feature or change that touches more than one file. Use when you're about to write a large amount of code at once, or when a task feels too big to land in one step.

Source

Repository: https://github.com/addyosmani/agent-skills

incremental-implementation FAQ

What does the incremental-implementation skill do?

Delivers changes incrementally. Use when implementing any feature or change that touches more than one file. Use when you're about to write a large amount of code at once, or when a task feels too big to land in one step. Implementing any multi-file change Building a new feature from a task breakdown

What does incremental-implementation require?

When backend and frontend need to develop in parallel: Touch only what the task requires. If a feature isn't ready for users but you need to merge increments:

How do I install incremental-implementation?

Run: npx -y skills add https://github.com/addyosmani/agent-skills --skill incremental-implementation --agent claude-code — the source lives at github.com/addyosmani/agent-skills.

Maintain incremental-implementation?

Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.

incremental-implementation on getagentictools
[![incremental-implementation on getagentictools](https://getagentictools.com/badge/skills/addyosmani-agent-skills-incremental-implementation.svg)](https://getagentictools.com/skills/addyosmani-agent-skills-incremental-implementation?ref=badge)
npx agentictools info skills/addyosmani-agent-skills-incremental-implementation

The second line is the CLI lookup for this page — handy in READMEs and docs.