Even Wei's Claude Code plugins collection
npx claudepluginhub even-wei/incremental-developmentStructured incremental development workflow that enforces explicit scoping before implementation. Prevents scope creep and premature coding by separating planning from execution.
A Claude Code plugin marketplace containing development workflow tools.
A plugin that enforces structured, incremental development workflows. Prevents scope creep and premature implementation by separating planning from execution.
Why? When working with AI coding assistants, it's easy to jump straight into implementation without proper scoping. This leads to:
This plugin enforces a "understand first, implement second" approach.
claude plugin marketplace add even-wei/incremental-development
claude plugin install incremental-development@even-wei-plugins
git clone https://github.com/even-wei/incremental-development.git
claude --plugin-dir ./incremental-development/plugins/incremental-development
The skill automatically activates when you ask Claude to build, implement, or develop features. It enforces two distinct phases:
Before touching any code, Claude produces a plan covering:
Claude waits for your confirmation before proceeding.
Work proceeds in small, verifiable steps:
The skill activates automatically when you:
"Build a user authentication system"
"Implement dark mode for the settings page"
"Create an API endpoint for user profiles"
"Add form validation to the signup flow"
For trivial changes (< 10 lines, single file), Claude may skip the formal plan. You can also explicitly say:
incremental-development/
├── .claude-plugin/
│ └── marketplace.json # Marketplace manifest
├── plugins/
│ └── incremental-development/
│ ├── .claude-plugin/
│ │ └── plugin.json # Plugin manifest
│ └── skills/
│ └── incremental-development/
│ ├── SKILL.md # Core skill
│ ├── references/
│ │ └── plan-template.md
│ └── examples/
│ ├── simple-task.md
│ └── complex-feature.md
├── README.md
└── LICENSE
To add more plugins to this marketplace:
plugins/.claude-plugin/plugin.json manifest.claude-plugin/marketplace.json with the new plugin entryMIT
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Production-ready workflow orchestration with 84 marketplace plugins, 192 local specialized agents, and 156 local skills - optimized for granular installation and minimal token usage
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations