ワンクリックで
domain-modeling
Maintain Moodle MCP domain language and update CONTEXT.md only when terminology is resolved.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Maintain Moodle MCP domain language and update CONTEXT.md only when terminology is resolved.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Maintain CHANGELOG.md as meaningful merges land. Use after merging a feature branch, before cutting a release, or when asked "what changed?".
Cut a GitHub release by updating changelog, validating release checks, creating a tag, and publishing with gh.
Ship current work through a GitHub pull request using git and gh.
Record durable architectural decisions in docs/adr with compact context and consequences.
Shared vocabulary for designing deep modules, interfaces, seams, and adapters.
Diagnose hard bugs by building a tight repro loop before changing code.
| name | domain-modeling |
| description | Maintain Moodle MCP domain language and update CONTEXT.md only when terminology is resolved. |
| metadata | {"author":"mattpocock","version":"1.0.2"} |
Use this when naming, renaming, or clarifying Moodle MCP concepts. Do not use it merely to read existing context.
CONTEXT-MAP.md.CONTEXT.md.CONTEXT.md.CONTEXT.md is a glossary, not a spec._Avoid_: synonyms when they help prevent drift.Offer an ADR only when the decision is hard to reverse, surprising without context, and the result of a real trade-off. Use the adr skill for the actual file.
rg for existing term usage before introducing a new term.git diff --check.