# Work Folder Structure

## Rules
1. **Search before creating** — check existing folders before making new ones
2. **Use kebab-case** for all folder names: `client-name/project-name/`
3. **Output goes in client folder** — never dump deliverables in workspace root

## Folder Layout
| Path | Purpose | When to use |
|------|---------|-------------|
| `work/pitches/[client]/[project]/` | New customer work | Default for all new clients |
| `work/active-projects/[client]/[project]/` | Ongoing approved work | Only after Assaf approves |
| `work/tools/` | Shared utilities | Cross-project scripts/assets |

## Lifecycle
- New request → `work/pitches/[client]/`
- Assaf approves → move to `work/active-projects/[client]/`
- Never delete client folders without explicit instruction
