Conducts multi-axis code review. Use before merging any change. Use when reviewing code written by yourself, another agent, or a human. Use when you need to assess code quality across multiple dimensions before it enters the main branch.
incremental-implementation
incremental-implementation is an open-source productivity skill for Claude Code and compatible agents, published by addyosmani. Its author describes it as: “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 s…”. The project has 88k stars on GitHub and is available under the MIT license. Add it to your setup with `/plugin marketplace add addyosmani/agent-skills`.
What incremental-implementation does
Build in thin vertical slices — implement one piece, test it, verify it, then expand. Avoid implementing an entire feature in one pass. Each increment should leave the system in a working, testable state. This is the execution discipline that makes large features manageable.
Installation
Add incremental-implementation to your agent with:
/plugin marketplace add addyosmani/agent-skills Always review a skill's source before installing it. This command comes from the skill's public repository; the linked repo is the source of truth for exact setup steps.
What's inside
The SKILL.md for incremental-implementation is organised into these sections:
- Overview
- When to Use
- The Increment Cycle
- Slicing Strategies
- Vertical Slices (Preferred)
- Contract-First Slicing
- Risk-First Slicing
- Implementation Rules
- Rule 0: Simplicity First
- Rule 0.5: Scope Discipline
- Rule 1: One Thing at a Time
- Rule 2: Keep It Compilable
When to use it
Reach for incremental-implementation when you want productivity help from your agent without writing the same instructions every session. Load the skill and the agent picks it up automatically for relevant tasks.
Strengths
- Clear MIT license — safe to read and adapt
- Ships in addyosmani/agent-skills, an established project with 88,280 GitHub stars
- Actively maintained (recent commits)
Topics
Frequently asked questions
- What does incremental-implementation 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.
- How do I install incremental-implementation?
- Run /plugin marketplace add addyosmani/agent-skills in your agent, then reload your skills. Review the source at https://github.com/addyosmani/agent-skills before installing.
- Is incremental-implementation free to use?
- Yes. incremental-implementation is free and open source under the MIT license, so you can read, run, and adapt it within that license's terms.
- Where does incremental-implementation come from?
- incremental-implementation ships inside addyosmani/agent-skills, a repository that contains 25 catalogued skills in total. The repository's 88,280 GitHub stars apply to that whole collection, not to this skill on its own.
Related skills
More Productivity →Simplifies code for clarity. Use when refactoring code for clarity without changing behavior. Use when code works but is harder to read, maintain, or extend than it should be. Use when reviewing code that has accumulated unnecessary complexity.
Discovers and invokes agent skills. Use when starting a session or when you need to discover which skill applies to the current task. This is the meta-skill that governs how all other skills are discovered and invoked.
Production-grade engineering skills for AI coding agents.
Delegate a coding task to a separate coding agent CLI, review the diff, land the commit yourself — one per implementer.