incremental-implementation
How to Install
Claude Code:
git clone https://github.com/addyosmani/agent-skills && cp skills/incremental-implementation ~/.claude/skills/Cursor:
Copy SKILL.md into your .cursorrules file# Incremental Implementation
## Overview
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
Details
| Category | Other → General |
| Source | https://github.com/addyosmani/agent-skills |
| Stars | ★ 58K |
| Risk Level | N/A |
Related Skills
openapi-to-mcp
# Build an MCP server from an OpenAPI spec
Turn an existing REST API — described by an OpenAPI 3.x
test-driven-development
# Test-Driven Development
## Overview
Write a failing test before writing the code that makes it p
test-driven-development
# Test-Driven Development (TDD)
## Overview
Write the test first. Watch it fail. Write minimal cod
using-git-worktrees
# Using Git Worktrees
## Overview
Ensure work happens in an isolated workspace. Prefer your platfo