with one click
domain-model
Template for documenting domain model entities and relationships
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Template for documenting domain model entities and relationships
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
| name | domain-model |
| description | Template for documenting domain model entities and relationships |
This skill provides domain model knowledge for the project.
Document your project's domain model here to give agents context about:
Purpose: [What this entity represents]
| Field | Type | Required | Description |
|---|---|---|---|
| id | Long/UUID | Yes | Primary key |
| name | String | Yes | [Business meaning] |
| status | Enum | Yes | [Possible values and meanings] |
| createdAt | DateTime | Yes | Record creation timestamp |
Relationships:
entity_id)Business Rules:
Replace this template with your actual domain model. The more detail you provide, the better agents can:
Fetch Your Application logs from Google Cloud Logging using gcloud-logs.sh CLI. Use when debugging production issues, tracing request flows, analyzing errors, or investigating service behavior.
Access SonarQube 2025.1 Developer Edition via sonar-issues.sh CLI
PostgreSQL schema access via grep lookups - provides table structures, columns, constraints, indexes, and relationships on-demand without embedding full schema
Expert knowledge on testing strategies - covers unit testing, integration testing, test data builders, async verification patterns, external API mocking, and debugging test failures. Use when writing tests, debugging test failures, understanding test infrastructure, creating test data, or setting up mocks.