A skill for Claude

When to stop building.

enough is a Claude skill that tells you the truth about your scope. Feed it an idea, a half-built project, or a feature request — it returns a verdict, not a discussion.

3
Modes of intervention
18
Cut-test patterns
1
Verdict, no debate
0
Discussions allowed
§ 01 — The problem

You don't have a scope problem. You have a stopping problem.

Every feature feels essential. Every edge case feels urgent. The codebase swells, the deadline slips, and the thing you set out to ship turns into the thing you're afraid to release.

Tangled ribbons representing scope creep
fig. 01scope, in its natural state
§ 02 — How it works

Three steps, one answer.

Three connected gradient orbs
Step 01
Describe

Tell the skill what you're building, where you are, and what you're tempted to add next.

Step 02
Detect

It runs your inputs through 18 cut-test patterns and a definition-of-done framework.

Step 03
Rule

You get a verdict — ship, cut, or finish — with the specific blockers spelled out.

§ 03 — The output

A verdict.
Not a discussion.

ship-verdict.md● ready
verdict: SHIP
blockers: 0
felt blockers: 4 — none real
definition of done: a single user can complete the core loop without you in the room.
§ 04 — Three modes

Same skill. Three places to plug it in.

The cost of building the wrong thing grows over time. enough adjusts its verdict to where you are in the project — and what's still cheap to change.

Seed, flame, stone
Mode 01
Pre-Build

Before the first commit. Pressure-test the idea against its smallest viable shape.

Mode 02
Mid-Build

Halfway in and adding sub-features. The skill names what to cut, today.

Mode 03
Post-Launch

Live, getting requests. It tells you which to ignore, which are the product.

§ 05 — Cut tests

18 things you don't need.

A gradient blob with a clean cut
01Admin dashboard
A spreadsheet
02User settings
Sensible defaults
03Onboarding flow
An empty state
04Notifications
An email
05Search
Cmd-F
06Filters
Two views
07Permissions
One role
08Custom auth
Magic link
09Realtime sync
Refresh button
10Drag & drop
Up/down arrows
11Dark mode
A light theme that's actually nice
12Mobile app
A responsive page
13Analytics dashboard
A weekly email to yourself
14AI feature
A really good form
15Workflow engine
An if-statement
16Multi-tenant
One workspace per account
17Plugin system
A copy-paste snippet
18Settings page
Delete the setting
§ 06 — Install

One clone. That's it.

Drop it into your .claude/skills directory or upload to Claude.ai desktop. No accounts. No tracking. No upsell.

Floating glass terminal in pastel mist
~/.claude/skills
$ cd ~/.claude/skills
$ git clone \
  https://github.com/tanujrajputdev/enough
→ skill ready. ask claude: "use the enough skill on this."

Build less.
Ship sooner.

enough is free, open source, and one file long. Take a verdict. Cut a feature. Go outside. The work is finished.