# Tickets

Tickets are actionable work items that make larger goals manageable and resumable.

## Folders

- `active/` — current or planned tickets
- `done/` — completed tickets
- `archive/` — cancelled or inactive tickets

## Naming

Use a date and short slug:

```text
YYYY-MM-DD-short-title.md
```

Example:

```text
2026-05-12-deploy-nextcloud.md
```

## Template

Use `docs/templates/ticket-template.md`.

## Active Work Limit

Keep only 1–3 tickets in active execution at one time.
