1.1 KiB
1.1 KiB
Domain Template
This is a template for creating new domains in the databank.
Purpose
This template provides the standard structure for all domains in the databank.
Structure
domain-template/
├── README.md # Domain overview and purpose
├── context/ # Context information for this domain
│ └── overview.md # Overview of domain context
├── operations/ # Operational information
│ └── procedures.md # Standard operating procedures
├── personnel/ # Personnel and roles
│ └── roles.md # Role definitions and responsibilities
├── tools/ # Tools and technology
│ └── stack.md # Technology stack and tools
└── artifacts/ # Domain-specific artifacts
└── samples/ # Sample artifacts for reference
Customization
To customize this template for a specific domain:
- Rename the directory to the domain name
- Update README.md with domain-specific information
- Customize context, operations, personnel, and tools information
- Add domain-specific artifacts as needed