From spring-boot-claude
Document writing and review standards: five-document architecture, ownership boundaries, cross-reference rules, and the validation checklist enforced by doc-reviewer. Loads when authoring or reviewing PRDs, system-design docs, ADRs, briefs, or CLAUDE.md.
How this skill is triggered — by the user, by Claude, or both
Slash command
/spring-boot-claude:document-writingThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
This skill is the single home of documentation discipline, serving two consumers from one source. The standard itself — the writing rules, the five-document architecture, the ownership boundaries, and the cross-reference and maintenance rules — lives in [`documentation-standards.md`](documentation-standards.md). Every document-producing agent and skill **follows** it when authoring; the `doc-re...
This skill is the single home of documentation discipline, serving two consumers from one source. The standard itself — the writing rules, the five-document architecture, the ownership boundaries, and the cross-reference and maintenance rules — lives in documentation-standards.md. Every document-producing agent and skill follows it when authoring; the doc-reviewer enforces it on review, together with the stack-specific checks in review-checks.md — a stack overlay each stack ships beside this skill (the stack-agnostic core source carries none). This file carries the agent obligations and the author's validation checklist. Author and reviewer read the same rulebook.
These rules bind any agent that reads or writes project documentation. They restate the ownership and abstraction boundaries from documentation-standards.md as direct obligations.
Agents must:
Retry() calls continue")**Design:** See [system-design.md#section](system-design.md#section)This is the author's self-check before merging a documentation change. The doc-reviewer enforces the same bar at review time, with stack-specific additions, from review-checks.md. Before merging, verify:
<a id="req-xx-nnn"></a>)| Field | Type | Description | rows). Purpose paragraph plus source pointer instead.| Parameter | Type | Description | rows). Contract prose plus source pointer instead.Per Structure Within a Document:
>- excepted)The doc-reviewer enforces every standard in documentation-standards.md. The stack-specific review checklist — the prohibited-pattern instantiations for this stack, project-specific coherence checks, the review process, and the autofix protocol — lives in review-checks.md, which extends these checks to the stack's concrete paths and constructs. The reviewer loads both files.
6plugins reuse this skill
First indexed Jul 17, 2026
npx claudepluginhub woditschka/agentic-coding-reference --plugin spring-boot-claudeDocument writing and review standards: five-document architecture, ownership boundaries, cross-reference rules, and the validation checklist enforced by doc-reviewer. Loads when authoring or reviewing PRDs, system-design docs, ADRs, briefs, or CLAUDE.md.
Guides project documentation structure, content requirements, and best practices. Includes templates for README, ARCHITECTURE, API docs, and change history.
Authors technical documentation through a repeatable workflow — audience analysis, Diátaxis-mode selection, structure, draft, review, publish. Covers READMEs, ADRs, API docs, and runbooks.