# Projects (KISS)

This folder stores **per-job artifacts**: inputs, scratch/work-in-progress, and final outputs.

## Minimum structure (use only what you need)

Prefer one folder per project:

```
projects/<project-id>/
  brief.md        # goal + constraints + prompts (optional)
  inputs/         # source material (optional)
  work/           # drafts / iterations (optional)
  outputs/        # final deliverables (required)
```

### Naming

- Use `YYYY-MM-DD_<short-slug>` (e.g. `2026-01-19_audiobook-intro`).
- Keep it stable even if scope changes.

### Rules of thumb

- If it’s tiny, keep files in the project root, but still put final deliverables in `outputs/`.
- Keep secrets out of `projects/` (no API keys/tokens).
