Sample plans
The fastest way to understand Big Plan is to read one. These are real documents, rendered by the current CLI from plans that live in the repository — not screenshots, and not mockups.
Open one and try it: the section navigation, the collapse controls, the copy and maximize buttons on code and tables. Everything except commenting works in a standalone document, because commenting needs a live review behind it.
Where these come from
Section titled “Where these come from”Each sample is one MDX file rendered with big-plan render, which produces a single
self-contained HTML document: embedded styles, fonts, and images, no external requests, and a
complete reading experience with JavaScript disabled.
_docs/scripts/gen-samples.mjs renders them from the repository’s own examples every time this
site is built, so a sample can never show a document the current CLI would not produce.
| Sample | Rendered from | Markdown source |
|---|---|---|
| Rate limiting for a public API | _docs/src/demo/example-plan.md |
plan.md |
| A payments retry queue | examples/deck.mdx |
plan.md |
| A workflow builder surface | examples/workflow-engine-builder.mdx |
plan.md |
| Every component at once | examples/all-components.mdx |
plan.md |
Components — what each of the pieces in those documents is for.







