Skip to content

Commit 6b00a48

Browse files
committed
docs: add guidance on MVP status development philosophy and build commands
Update CLAUDE.md to include notes on MVP development approach, scope prioritization, simplification, and time management, along with build/test command instructions
1 parent ffc7e0f commit 6b00a48

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

CLAUDE.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22

33
This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
44

5+
## ⚠️ MVP STATUS AND DEVELOPMENT PHILOSOPHY ⚠️
6+
7+
**IMPORTANT**: PgFlow is currently a Minimum Viable Product (MVP) in very early stages of development. When working on this codebase:
8+
9+
- **PRIORITIZE CUTTING SCOPE**: Focus on core functionality only - be ruthless about dropping nice-to-have features
10+
- **SIMPLIFY AGGRESSIVELY**: Choose the simplest implementation that works, not the most elegant or complete
11+
- **FOLLOW THE PARETO PRINCIPLE**: Aim for 80% of value with 20% of effort - perfect solutions are the enemy of shipped solutions
12+
- **TIME IS CRITICAL**: Make time-saving tradeoffs even at the expense of minor technical debt
13+
- **AVOID PREMATURE OPTIMIZATION**: Get it working first, optimize later only if absolutely necessary
14+
- **LIMIT ABSTRACTIONS**: Introduce new patterns/abstractions only when absolutely needed
15+
16+
When suggesting changes or improvements, bias heavily toward solutions that can be implemented quickly with minimal complexity.
17+
518
## Build/Test Commands
619

720
- `nx build <package>` - Build a specific package

0 commit comments

Comments
 (0)