Read this project's DESIGN.md
get_project_designCheck if a project has a DESIGN.md and retrieve its design system, sections, and color tokens before writing or editing frontend code, enabling consistent UI without generic output.
Instructions
Check whether the current project already has a DESIGN.md and summarize it: which design system it came from, its sections, and its colour tokens. Call this BEFORE writing or editing any frontend code, when resuming UI work after a break, and before fixing a visual bug - it is a cheap local read that tells you which design rules already apply. Returns exists:false when the project has none.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_root | No | Directory to look in. Defaults to the server's working directory. |