Agent skill
glossary-creation
用語集を作成するための詳細ガイドとテンプレート。用語集作成時にのみ使用。
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/glossary-creation
SKILL.md
用語集作成スキル
このスキルは、プロジェクト固有の用語と技術用語を体系的に定義するための詳細ガイドです。
前提条件
用語集作成を開始する前に、以下を確認してください:
推奨ドキュメント
- docs/product-requirements.md (PRD)
- docs/functional-design.md (機能設計書)
- docs/architecture.md (アーキテクチャ設計書)
- docs/repository-structure.md (リポジトリ構造)
- docs/development-guidelines.md (開発ガイドライン)
用語集は、全てのドキュメントで使用される用語を統一的に定義します。 各ドキュメントから用語を抽出し、体系的に整理してください。
既存ドキュメントの優先順位
重要: docs/glossary.md に既存の用語集がある場合、
以下の優先順位に従ってください:
-
既存の用語集 (
docs/glossary.md) - 最優先- プロジェクト固有の用語定義が記載されている
- このスキルのガイドより優先する
-
このスキルのガイド - 参考資料
- 汎用的なテンプレートと例
- 既存用語集がない場合、または補足として使用
新規作成時: このスキルのテンプレートとガイドを参照 更新時: 既存用語集の構造と内容を維持しながら更新
出力先
作成した用語集は以下に保存してください:
docs/glossary.md
テンプレートの参照
用語集を作成する際は、次のテンプレートを使用してください ./template.md
詳細ガイド
さらに詳しい作成ガイドは次のファイルを参照してください: ./guide.md
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?