minimal-first-implementation
CommunityShip the smallest correct version first.
AuthorKevin-Liu-01
Version1.0.0
Installs0
System Documentation
What problem does it solve?
The smallest correct version first approach helps teams avoid overbuilding by ensuring exhaustive case coverage and fail-closed behavior from day one.
Core Features & Use Cases
- Exhaustive upfront decision space: define all variants before implementation.
- Fail-closed error handling: unimplemented paths return typed errors rather than silent failures.
- Lean scope discipline: ship minimal functionality with real consumer value, extract shared components only after second consumer exists.
- Use Case: when designing new systems, extracting shared packages, or deciding how much to build before shipping.
Quick Start
Identify the core path for your feature and implement only that path, returning typed errors for any unimplemented variants.
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: minimal-first-implementation Download link: https://github.com/Kevin-Liu-01/Agent-Machines/archive/main.zip#minimal-first-implementation Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.