JavaScript is disabled. Some features may not work.
incremental-implementation — ★ 65.9K GitHub Stars — Install Guide | SkillsNav
🇺🇸 English🇨🇳 中文
SkillsNav
Home

incremental-implementation

★ 65K repouiSafeIntermediateClaude
🤖 AI Summary

Implements features by building, testing, and verifying one thin vertical slice at a time, ensuring the system remains working after each increment rather than completing an entire feature in a single pass.

How to Install

Claude Code:
git clone --depth 1 https://github.com/addyosmani/agent-skills.git && cp agent-skills/skills/incremental-implementation ~/.claude/skills/incremental-implementation -r
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...

Details

Category Design → ui
Sourceaddyosmani/agent-skills
SKILL.mdView on GitHub →
Repo Stars★ 65.9K
Est. per Skill~2.7K (shared across 24 skills from this repo)
DifficultyIntermediate
Risk LevelSafe

Related Skills

Works Well With

Skills from the same repository — often designed to work together