get_design_document
The WHOLE design as one readable document — Vision (+ Project DNA) → every System spec → reference notes, compiled deterministically from the current design. Read this to understand a project end-to-end instead of walking list_systems → get_system N times. Returns markdown plus the project version it was compiled from. Long designs come back PAGED — the header says 'part N of M', call again with page: N+1 for the rest. Pass for_summary: true to get the condensed projection instead (every system's Goal + Boundary, tables stripped, one page) — that is what you should summarize from.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Which part of the full document to return (default 1). The header tells you how many parts there are. | |
| project_id | No | ||
| for_summary | No | Return the condensed summarization source (all system goals + boundaries, no tables) instead of the full document |