---
title: "[Feature name]"
status: draft | current | deprecated
created: YYYY-MM-DD
lastUpdated: YYYY-MM-DD
relatedIssues: []
---

# [Feature Name]

## Overview

[What this feature does and why it exists. 2-3 sentences.]

## Architecture

[How the feature is structured — key components, data flow, integration points.]

## Key Files

| File           | Purpose                        |
| -------------- | ------------------------------ |
| `path/to/file` | [What it does in this feature] |

## Behaviors

[Important behaviors, edge cases, or business rules that aren't obvious from code alone.]

## Configuration

[Any config, env vars, or feature flags that affect this feature.]

## Related

- [Links to related issues, decisions, or other knowledge docs]
