Files
gh-greyhaven-ai-claude-code…/skills/ontological-documentation/templates/domain-ontology.md
2025-11-29 18:29:15 +08:00

855 B

Domain Ontology Template

Overview

This template provides a structured approach to documenting domain ontologies for software systems.

Domain: [Domain Name]

Core Concepts

[Domain Name]
├── Primary Entities
│   ├── Entity 1
│   ├── Entity 2
│   └── Entity 3
├── Value Objects
│   ├── Value Object 1
│   └── Value Object 2
├── Services
│   ├── Service 1
│   └── Service 2
└── Repositories
    ├── Repository 1
    └── Repository 2

Relationships

Usage Instructions

  1. Replace [Domain Name] with your actual domain
  2. Fill in the core concepts hierarchy
  3. Document the relationships
  4. Add specific concept details using the concept template