Logo
NeoArc Studio

Governance

Document architecture standards, review processes, decision frameworks, and compliance requirements. Establish and maintain architecture governance.

The Governance directory is where you document the standards, processes, and controls that maintain architecture consistency and compliance across your organisation.

What Belongs Here

This directory covers architecture governance and compliance:

Recommended Content Blocks

Governance documentation benefits from these content blocks:

Governance Areas

Example Directory Structure

governance/
├── principles/
│   ├── architecture-principles.cf.page.json
│   ├── security-principles.cf.page.json
│   └── data-principles.cf.page.json
├── standards/
│   ├── technology-radar.cf.page.json
│   ├── coding-standards.cf.page.json
│   ├── api-standards.cf.page.json
│   └── infrastructure-standards.cf.page.json
├── compliance/
│   ├── gdpr-mapping.cf.page.json
│   ├── soc2-controls.cf.page.json
│   └── pci-dss-requirements.cf.page.json
├── review-processes/
│   ├── architecture-review-board.cf.page.json
│   ├── design-review-checklist.cf.page.json
│   └── exception-process.cf.page.json
└── risk-management/
    ├── technical-debt-register.cf.page.json
    └── risk-assessment-framework.cf.page.json

Architecture Decision Records

Track important technical decisions using the built-in ADR system. Navigate to the ADR directory to create and manage Architecture Decision Records using four industry-standard formats.

Learn more