# Context Template Concise context for any folder; link to code or subfolders for deeper context ## Purpose - [What this folder/module does] ## Layout ``` [FOLDER]/ context.md # This file, folder context (Tier 2) ├── [FILE1].[ext] # File ├── [FILE2].[ext] # File ├── [subfolder]/ # Subfolder │ ├── context.md # Subfolder context │ ├── [FILE3].[ext] # File │ └── [FILE4].[ext] # File ``` ## Scope - [In-scope] - [Out-of-scope] ## Entrypoints - [Primary entry files or functions and when they are called] ## Dependencies - [Internal modules] - [External libraries/services]