# RFC:
**Author:**
**Status:** Draft | Under Review | Accepted (→ becomes an ADR) | Withdrawn
**Date:** YYYY-MM-DD
An RFC is for a proposal that isn't a decision yet — it's the space to float and pressure-test
an idea across roles before it's settled enough to become an ADR (`DECISIONS.md`). Not every
decision needs an RFC first; use one when the idea is significant enough to benefit from
review before it's committed to, and not yet clearly right.
## Problem
What isn't working, or what opportunity this addresses.
## Proposal
The actual idea, described concretely enough that a reviewer can find holes in it.
## Open questions
What the author genuinely doesn't know yet — an RFC with no open questions probably didn't need
to be an RFC; it could have just been an ADR.
## Feedback
Reviewers add comments here (or link to the PR thread where the RFC was discussed). Capture
disagreement, not just consensus (`EMPLOYEE_HANDBOOK.md`).
## Outcome
If accepted: link to the resulting ADR. If withdrawn: why, briefly — that's worth keeping too.