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:

Block TypeUse For
PrincipleArchitecture principles with rationale and implications
ConstraintMandatory requirements, regulatory constraints, policy limitations
NFRNon-functional requirements with measures and targets
Risk RegisterGovernance risks, compliance risks, technical debt
Trade-off MatrixTechnology evaluation criteria, vendor selection frameworks
StepsReview processes, approval workflows, exception procedures
TableStandards matrices, compliance mapping, responsibility assignments
CalloutHighlighting mandatory requirements and critical policies

Governance Areas

Technology Standards
Approved technologies, version requirements, and deprecation policies
Security Governance
Security policies, access controls, and compliance requirements
Data Governance
Data classification, privacy requirements, and retention policies
Quality Standards
Code quality, testing requirements, and performance standards
Review Processes
Architecture review boards, design reviews, and approval workflows
Compliance Mapping
Regulatory requirements mapped to controls and evidence

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