Files
acdl/docs/presentations/assets/mmd/leadership-slide-1.mmd
T
CIAgent b51dfb1c03 feat(P03): 7 S&P-themed mermaid diagrams + render helper (D-246)
---ci---
project: acdl
phase: 3
milestone: v1.30
status: execute
wave: 2
persona: ci-doc-writer + backend-engineer
---/ci---
2026-08-20 14:21:31 +00:00

23 lines
1.1 KiB
Plaintext

%%{init: {'theme':'base', 'themeVariables': {'primaryColor':'#1B1B1B','primaryBorderColor':'#D6002A','primaryTextColor':'#fff','secondaryColor':'#fff','secondaryBorderColor':'#D6002A','secondaryTextColor':'#1B1B1B','tertiaryColor':'#F0F0F0','lineColor':'#1B1B1B','fontFamily':'"Helvetica Neue","Arial",sans-serif'}}}%%
flowchart LR
subgraph F["The friction"]
F1["Authored by<br/>non-specialists"]
F2["Every change<br/>gated"]
F3["Compliance<br/>checked late"]
end
F1 --- F2
F2 --- F3
F --> N
subgraph N["Nova absorbs all three"]
N1["Owned<br/>building blocks"]
N2["Separation<br/>of concerns"]
N3["Attested compliance<br/>up front"]
end
style F fill:#F0F0F0,color:#1B1B1B,stroke:#D6002A
style N fill:#1B1B1B,color:#fff,stroke:#D6002A
style F1 fill:#F0F0F0,color:#1B1B1B,stroke:#D6002A
style F2 fill:#F0F0F0,color:#1B1B1B,stroke:#D6002A
style F3 fill:#F0F0F0,color:#1B1B1B,stroke:#D6002A
style N1 fill:#1B1B1B,color:#fff,stroke:#D6002A
style N2 fill:#1B1B1B,color:#fff,stroke:#D6002A
style N3 fill:#1B1B1B,color:#fff,stroke:#D6002A