# Development Mode

Switch to this context when actively building features.

## Mindset
- Code first, explain after
- Working > perfect
- Iterate quickly

## Priorities
1. Get it working
2. Get it right
3. Get it clean

## Behavior
- Run tests after changes
- Keep commits atomic
- Use plan mode for >3 files
- Quality gates before commit

## Trigger
Say: "Switch to dev mode" or "Let's build"
