Help us improve
Share bugs, ideas, or general feedback.
From grimoire
Organizes project documentation using the Diátaxis framework (tutorials, how-to guides, reference, explanation). Use when restructuring docs to reduce support requests and improve reader navigation.
npx claudepluginhub jeffreytse/grimoire --plugin grimoireHow this skill is triggered — by the user, by Claude, or both
Slash command
/grimoire:design-documentation-structureThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Organize documentation so readers always land in the right place for their current need.
Architect documentation systems using the Divio four-quadrant model (tutorials, how-to guides, explanation, reference) to serve users at every stage.
Author technical documentation through a repeatable workflow: audience analysis, Diátaxis-mode selection, structure, draft, review, publish. Covers READMEs, ADRs, API docs, and runbooks.
Generates Diataxis four-quadrant docs: tutorials (learn-by-doing), how-to guides (tasks), references (facts), explanations (concepts). For creating, auditing, classifying documentation.
Share bugs, ideas, or general feedback.
Organize documentation so readers always land in the right place for their current need.
Adopted by: Canonical (Ubuntu), Django, Gatsby, Cloudflare, and NumPy documentation teams
Impact: Canonical reported measurably reduced support requests after restructuring Ubuntu docs around Diátaxis; Django's docs are cited as a model for open-source project documentation
The Diátaxis framework distinguishes four fundamentally different reader needs — learning, doing, understanding, and looking up — each demanding a different writing style. Mixing these modes in one document forces readers to mentally filter content, increasing cognitive load and causing them to miss critical information.
Misclassified: A "Getting Started" page that also lists every configuration option — this is a tutorial mixed with reference.
Correct: Separate "Your First Deploy" (tutorial) from "Configuration Reference" (reference), linked from a clear top nav.