# How To Use This Repo

## Inbox
Capture anything quickly in `inbox/capture.md`.

## Tasks
- `tasks/now.md` for immediate work
- `tasks/backlog.md` for later work

## Tickets
Use `tickets/` for scoped, resumable work items.

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

Use `docs/templates/ticket-template.md` for new tickets.

## Specs
Before non-trivial builds or infrastructure changes, create a spec in the related project folder using `docs/templates/spec-template.md`.

## Projects
Create one folder or file per meaningful project when needed.

Suggested format:
- Goal
- Current status
- Next actions
- Risks / blockers
- Decisions
- Notes

## Systems
Use `systems/inventory.md` for stable facts and `systems/status.md` for current operational state.

## Runbooks
Document anything repeatable so future work is faster and safer.
