markdowndeeb25a2 | 1 | # Feature: <title> |
| 2 | |
| 3 | ## Summary |
| 4 | |
| 5 | - **What it is**: |
| 6 | - **Who uses it**: |
| 7 | - **Where it lives in code**: `Features/...`, `Services/...`, etc. |
| 8 | |
| 9 | ## User-facing behavior |
| 10 | |
| 11 | - **Primary flow**: |
| 12 | - **Edge cases**: |
| 13 | - **Failure modes**: |
| 14 | |
| 15 | ## Architecture & invariants |
| 16 | |
| 17 | - **Core invariants**: |
| 18 | - **Key data structures**: |
| 19 | - **Important constraints (ADR links)**: |
| 20 | |
| 21 | ## Configuration knobs |
| 22 | |
| 23 | - `settings.toml` / `.cascade/workspace.toml`: |
| 24 | |
| 25 | ## Observability / debugging |
| 26 | |
| 27 | - **Logs / status surfaces**: |
| 28 | - **Common problems**: |
| 29 | - **How to verify**: |
| 30 | |
| 31 | ## Related docs |
| 32 | |
| 33 | - ADRs: |
| 34 | - Runbooks: |
| 35 | - Code pointers: |
| 36 | |
| 37 | |
View only · write via MCP/CIDE