← ClaudeAtlas

authoringlisted

Create or edit openEHR specification documents — the AsciiDoc sources, `manifest.json`, and boilerplate includes in `specifications-XX` repos. This skill should be used when the user asks to create a new spec, add or edit a chapter/section, set up `master.adoc`, edit a spec `manifest.json`, or work on `.adoc` files in a `specifications-XX` repo. Not for: archetype/template/AQL work (openehr-assistant plugin), amendment records (use amendment-record), prose style (use content-patterns), ITS-REST OpenAPI (use its-rest), or BMM class tables/diagrams (use class-generation).
openEHR/ai-plugins · ★ 2 · Data & Documents · score 75
Install: claude install-skill openEHR/ai-plugins
# openEHR Specification Document Authoring This skill covers creating and editing openEHR specification documents — the AsciiDoc sources that live in `specifications-XX` repositories (RM, AM, BASE, LANG, PROC, SM, QUERY, CNF, TERM, ITS-*). > **Note:** `specifications-ITS-REST` is an exception — it uses OpenAPI YAML with embedded Markdown > rather than the standard AsciiDoc approach. See the "ITS-REST Exception" section below. ## Related Skills - **content-patterns** — prose writing patterns for spec chapters (overview, semantics, design rationale, etc.) - **amendment-record** — dedicated guide for amendment record authoring - **review** — checklist-driven quality review of spec documents - **its-rest** — for OpenAPI YAML and Markdown in the ITS-REST repo - **governance** — release management, change requests, lifecycle governance - **class-generation** — regenerate the class-definition tables and UML diagrams in `docs/UML/` from BMM via `bmm-publisher` - **Cross-reference guide** — see `references/cross-references.md` for attribute naming patterns ## Repository Layout Each specification component lives in its own repo: `specifications-XX` (e.g., `specifications-RM`). The shared infrastructure repo `specifications-AA_GLOBAL` provides boilerplate, styles, references, and publishing scripts used by all components. ``` specifications-XX/ ├── manifest.json # Component metadata, specs, releases, Jira links ├── docs/ │ ├── index.adoc # Component ind