Linked.Archi

Linked.Archi Core Deliverable Templates

Deliverable Templates

https://meta.linked.archi/core-deliverable-templates#

v0.1.0 draft archdt: Kalin Maldzhanski Linked.Archi Modified: 2026-04-15 License

Framework-agnostic deliverable templates that define the content structure of common architecture documents. Each template specifies which viewpoints are required — the actual views are created when someone instantiates the template into a concrete deliverable (arch:Model). These templates reference core viewpoints. Framework-specific templates (e.g., TOGAF Architecture Definition Document) should be defined in the respective framework's file, referencing framework-specific viewpoints.

Architecture Overview Document

A high-level architecture document providing stakeholders with an overview of the architecture landscape, component inventory, dependencies, and standards compliance. Suitable for governance reviews and onboarding.

Required Viewpoints: LandscapeOverview StakeholderMap ComponentCatalog DependencyMatrix StandardsCompliance
Target Purposes: Informing, Governing
Available Formats: MarkdownFormat, HTMLFormat, PDFFormat

Sections

1 1. Architecture Landscape
High-level overview of the architecture showing major components and domains.
Viewpoint: LandscapeOverview
2 2. Stakeholder Analysis
Map stakeholders to their concerns and the viewpoints that address them.
Viewpoint: StakeholderMap
3 3. Component Inventory
Catalog of all architecture components with key attributes.
Viewpoint: ComponentCatalog
4 4. Dependency Analysis
Matrix showing dependencies between components for impact analysis.
Viewpoint: DependencyMatrix
5 5. Standards Compliance
Assessment of component compliance with applicable standards.
Viewpoint: StandardsCompliance

Solution Design Document

A solution-level architecture document covering process design, interface design, deployment topology, and architecture decisions. Used by solution architects and development teams during design and implementation.

Required Viewpoints: LandscapeOverview ProcessFlow InterfaceMap DeploymentMap DecisionLog
Target Purposes: Designing
Available Formats: MarkdownFormat, HTMLFormat

Sections

1 1. Solution Context
Overview of the solution within the broader architecture landscape.
Viewpoint: LandscapeOverview
2 2. Process Design
Process flows showing activities, decision points, and handoffs.
Viewpoint: ProcessFlow
3 3. Interface Design
Interface map showing component connections, protocols, and data flows.
Viewpoint: InterfaceMap
4 4. Deployment Design
Deployment map showing where components run and hosting relationships.
Viewpoint: DeploymentMap
5 5. Architecture Decisions
Log of architecture decisions with context, rationale, and status.
Viewpoint: DecisionLog

Change Impact Assessment

An assessment document for evaluating the impact of a proposed architecture change. Covers impact propagation, dependency analysis, gap analysis, and migration planning. Used for change governance and decision-making.

Required Viewpoints: ImpactAnalysis DependencyMatrix GapAnalysis Roadmap
Target Purposes: Deciding, Governing
Available Formats: MarkdownFormat, PDFFormat, SlideFormat

Sections

1 1. Impact Analysis
Propagation of change through dependencies — what breaks if this changes.
Viewpoint: ImpactAnalysis
2 2. Dependency Assessment
Full dependency matrix for the affected components.
Viewpoint: DependencyMatrix
3 3. Gap Analysis
Differences between current and target state after the change.
Viewpoint: GapAnalysis
4 4. Migration Roadmap
Planned evolution steps to implement the change.
Viewpoint: Roadmap