RFC / Design Doc template
Context, proposal, alternatives, risks. Open it in the editor, replace what needs replacing, and export a typeset PDF — free, no signup, nothing uploaded.
Preview
Summary
One paragraph: what are we proposing and why.
Context & Problem
Background and the problem this solves.
Goals / Non-Goals
- Goals: …
- Non-Goals: …
Proposal
The detailed design.
flowchart LR
Client --> API --> DB[(Database)]
Alternatives Considered
| Option | Pros | Cons |
|---|---|---|
| A (chosen) | … | … |
| B | … | … |
Risks & Mitigations
- Risk: … → Mitigation: …
Rollout Plan
- Behind a flag
- Internal dogfood
- Gradual GA
The Markdown source
---
title: 'RFC: {Title}'
author: Your Name
toc: true
numbered: true
---
# Summary
One paragraph: what are we proposing and why.
# Context & Problem
Background and the problem this solves.
# Goals / Non-Goals
- **Goals:** …
- **Non-Goals:** …
# Proposal
The detailed design.
```mermaid
flowchart LR
Client --> API --> DB[(Database)]
```
# Alternatives Considered
| Option | Pros | Cons |
| :----- | :--- | :--- |
| A (chosen) | … | … |
| B | … | … |
# Risks & Mitigations
- **Risk:** … → **Mitigation:** …
# Rollout Plan
1. Behind a flag
2. Internal dogfood
3. Gradual GA
Copy it anywhere Markdown works — or open it pre-loaded in Scripto with the button above.
Related templates
Ship your rfc / design doc today.
One click opens this template in the editor with a live paginated preview.