get_context
Retrieve organizational context files before writing code or docs. Returns the README with reading order, a list of context files, or a specific file's content or starter template.
Instructions
Read the organizational context (Org Context Spec repo). Without arguments: returns the context README (the reading order and writing rules — always start here) plus a list of all context files — or, for a new/empty repository, onboarding instructions for seeding it. With a path: returns that file, or its starter template if the file does not exist yet. Read the relevant context BEFORE writing code, stories, or product documents. If you know which team you work for, read teams/.md early — it maps the team's tracker, systems, and product areas.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Relative path to a context file, e.g. 'products/parking/product.md'. Omit for the README + file list. |