update-glossary
Add or update an entry in `docs/glossary.md`, preserving format and alphabetical order.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Add or update an entry in `docs/glossary.md`, preserving format and alphabetical order.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Add a new Board Support Package (BSP) crate to the Tyrne workspace — from crate skeleton through boot checklist to first QEMU or hardware boot.
Propose and draft a new Architecture Decision Record (ADR) in MADR format for Tyrne.
Run an independent verification pass over artefacts in `Proposed` / `In Review` waiting-for-promotion states. Distinct from code-review (style + correctness on a diff) and security-review (adversarial axis pass) — this skill verifies that the artefacts' claims about their own state match reality and produces a Done-promotion verdict.
Produce a review artifact in `docs/analysis/reviews/<type>-reviews/`, following that type's master plan. Works for business / code / security / performance-optimization reviews.
Change an existing Tyrne standard correctly — write or update the motivating ADR first, then update the standard file.
Add a new Rust crate to the Tyrne workspace following the dependency policy in `infrastructure.md`.
| name | update-glossary |
| description | Add or update an entry in `docs/glossary.md`, preserving format and alphabetical order. |
| when-to-use | Whenever a new project-specific term is introduced or an existing term's meaning is refined. Used in tandem with ADRs, architecture docs, and standards that introduce vocabulary. |
Read the current glossary. Open docs/glossary.md and check whether the term is already present.
Determine alphabetical position. The glossary is sorted alphabetically by headword. Ignore leading articles ("the", "a"). Locate the correct insertion point.
Write or update the entry. Format:
**Term.** One-sentence definition that could stand alone. Follow-up sentences or a short paragraph explaining nuance, origin, or relationship to other terms. Link to the relevant ADR or architecture doc on the first substantive cross-reference.
Insert alphabetically. Place the entry between the entries that bracket it alphabetically. The glossary uses --- separators only between groups of entries (e.g., at the top); do not insert or remove --- while adding an entry.
Cross-link outward. If the new term appears in one or more existing docs, add links from those docs to the glossary entry on first use: [term](../glossary.md) or equivalent relative path.
Cross-link inward. If the new entry references other glossary terms ("see also capability"), link to those entries within the glossary itself.
Commit per commit-style.md:
docs(glossary): add <term> or docs(glossary): refine <term>.## sub-sections.