DEMO // MODELING ECO-SYSTEM // INTERNAL-DEMO
MODELING ECO-SYSTEM

Architect's Playbook — The 15 Must-Have Artifacts

A serious MBSE program is not a pile of diagrams. It is an eco-system: standards, reusable libraries, traceability, governance, review readiness, and disciplined architecture decision-making. This is what the architect owns.

15 / 15 shown
Sort by
00

Build order — phased approach

Build the eco-system in dependency order. Foundation first (you cannot govern what you have not defined), reusable assets next, then discipline, then evidence.

Phase 1 — Foundation (Weeks 0–4)
  • MBSE Style Guide
  • Model Package Structure
  • Profile Library
  • Model Governance Plan

Lock conventions and authority before anyone models. Cheap to change now, expensive later.

Phase 2 — Reuse & Reference (Weeks 4–10)
  • Model Library
  • Interface Library
  • Viewpoint Library
  • Reference Architecture
  • Project Usage Structure

Stand up the reusable assets and the target architecture every project will trace to.

Phase 3 — Discipline (Weeks 10–14)
  • Configuration Management Plan
  • Model Review Checklist
  • Architecture Decision Records

Wrap the eco-system in change control, review gates, and decision provenance.

Phase 4 — Evidence (Weeks 14+)
  • Requirements Traceability Matrix
  • Verification Matrix
  • Model Report Templates

Make the model auditable and shippable — every requirement traced, every claim verifiable, every report regenerable.

12

Architecture Decision Records

Immutable log of every significant architecture decision: context, options weighed, decision, consequences. Prevents re-litigation.

Decision RecordPhase 3 — DisciplineDiscipline & Process
◆ Owns
  • ADR template
  • Decision log
  • Status lifecycle (proposed/accepted/superseded)
◆ Cadence

New ADR per significant decision; never deleted, only superseded.

◆ Artifact ID

ADR-LOG-MPE

06

Reference Architecture

Authoritative target architecture (logical + physical) all designs trace to. The benchmark for every trade study.

ArchitecturePhase 2 — Reuse & ReferenceArchitecture & Structure
◆ Owns
  • Logical decomposition
  • Physical allocation
  • Layer/segment definitions
◆ Cadence

Baselined at SRR; updated at every major review.

◆ Artifact ID

ARCH-REF-MPE-BASELINE

04

Project Usage / Used Projects Structure

Defines which projects consume which libraries and reference models, and the load order that guarantees deterministic builds.

ConfigurationPhase 2 — Reuse & ReferenceArchitecture & Structure
◆ Owns
  • Project dependency graph
  • Read-only vs editable scope
  • Version pinning
◆ Cadence

Updated on every library version bump.

◆ Artifact ID

CFG-USEDPROJ-MAP

10

Model Review Checklist

Standardized gate criteria run before any SPER/SCCB submission so reviews focus on engineering, not hygiene.

ChecklistPhase 3 — DisciplineDiscipline & Process
◆ Owns
  • Lint pass/fail rules
  • Orphan checks
  • Trace completeness
  • Diagram budgets
◆ Cadence

Automated nightly; manual sign-off per package pre-review.

◆ Artifact ID

CHK-MODEL-REVIEW

08

Interface Library

Reusable interface blocks, signals, and item-flows shared across ICDs to keep interfaces consistent and machine-checkable.

LibraryPhase 2 — Reuse & ReferenceLibraries & Reuse
◆ Owns
  • Interface blocks
  • Signal definitions
  • Item flow catalog
◆ Cadence

Owned by ICD lead; changes go through ICWG.

◆ Artifact ID

LIB-IFACE-MPE

02

Model Library

Curated reusable model elements (blocks, activities, signals, value types) shared across projects to prevent duplication and drift.

LibraryPhase 2 — Reuse & ReferenceLibraries & Reuse
◆ Owns
  • Reusable blocks
  • Common signals
  • Standard value types
  • Unit definitions
◆ Cadence

Additions via librarian PR; quarterly cull of unused elements.

◆ Artifact ID

LIB-MODEL-CORE

03

Profile Library

Domain-specific SysML profiles (stereotypes, tagged values, constraints) that customize the language for the program.

LibraryPhase 1 — FoundationLibraries & Reuse
◆ Owns
  • «hwci» «csci» «external»
  • Tagged value schemas
  • OCL constraints
◆ Cadence

Versioned; breaking changes require SCCB approval.

◆ Artifact ID

LIB-PROFILE-MPE

09

Viewpoint Library

Stakeholder-driven viewpoints (operational, logical, physical, safety, security) and the views they require.

LibraryPhase 2 — Reuse & ReferenceLibraries & Reuse
◆ Owns
  • Viewpoint definitions
  • View templates
  • Stakeholder mapping
◆ Cadence

Updated when stakeholder set changes.

◆ Artifact ID

LIB-VIEWPOINT-MPE

11

Configuration Management Plan

How the model is baselined, branched, merged, tagged, and released. Defines the SCCB process for model changes.

PlanPhase 3 — DisciplineDiscipline & Process
◆ Owns
  • Branching strategy
  • Baseline tags
  • Merge/lock policy
  • SCCB workflow
◆ Cadence

Reviewed annually; baselines at every milestone.

◆ Artifact ID

PLN-CM-MPE-MODEL

15

Model Governance Plan

Roles, responsibilities, and authorities. Who can edit what, who approves, who audits. The constitution of the modeling program.

PlanPhase 1 — FoundationFoundation & Governance
◆ Owns
  • RACI matrix
  • Librarian/architect/modeler roles
  • Audit cadence
  • Waiver process
◆ Cadence

Reviewed annually; role assignments updated as the org changes.

◆ Artifact ID

PLN-GOV-MPE-MODEL

07

Requirements Traceability Matrix

End-to-end trace from L0 capability need to L6 verification evidence. The contract with the customer.

TraceabilityPhase 4 — EvidenceTraceability & Evidence
◆ Owns
  • Parent/child links
  • Allocation to blocks
  • Verify links to test cases
◆ Cadence

Live artifact; reviewed at every SCCB and every milestone.

◆ Artifact ID

RTM-MPE-LIVE

01

MBSE Style Guide

Single source of truth for naming, stereotypes, diagram budgets, and modeling conventions enforced by lint in CI.

StandardPhase 1 — FoundationFoundation & Governance
◆ Owns
  • Naming patterns
  • Stereotype catalog
  • Diagram rules
  • Review checklist hooks
◆ Cadence

Reviewed every major release; lint runs on every commit.

◆ Artifact ID

STD-MBSE-STYLE-001

05

Model Package Structure

Canonical folder/package hierarchy inside the model so any modeler can locate any element in under 10 seconds.

StandardPhase 1 — FoundationFoundation & Governance
◆ Owns
  • Top-level packages
  • Domain partitioning rules
  • View vs viewpoint separation
◆ Cadence

Locked at program start; deviations require waiver.

◆ Artifact ID

STD-PKG-STRUCT-001

14

Model Report Templates

Standardized auto-generated reports (RTM export, ICD doc, architecture description) produced directly from the model.

TemplatePhase 4 — EvidenceReporting
◆ Owns
  • RTM export
  • ICD document
  • Architecture description doc
  • Health/metrics report
◆ Cadence

Templates versioned with the model; reports regenerated per baseline.

◆ Artifact ID

TMPL-REPORT-MPE

13

Verification Matrix

Maps each requirement to verification method (Test/Analysis/Inspection/Demonstration), procedure, and evidence record.

VerificationPhase 4 — EvidenceTraceability & Evidence
◆ Owns
  • Method assignment
  • Procedure refs
  • Evidence links
  • Pass/fail status
◆ Cadence

Live; closed-out incrementally through qualification.

◆ Artifact ID

VCRM-MPE

16

Architect's principle

A good architect does not just create diagrams. The architect establishes the modeling eco-system: standards, reusable libraries, traceability, governance, review readiness, and disciplined architecture decision-making.

If any one of these 15 artifacts is missing, the program is one personnel change away from losing its modeling discipline. Maintain all 15 — or accept the technical debt with eyes open and an ADR explaining why.