Files
acdl/docs/presentations/assets/mmd/leadership-slide-7.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

13 lines
893 B
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
W["What works now<br/>L1 & L2 stacks live<br/>confidence 0.800"]
N1["Ingest greenfield<br/>pilot projects"]
N2["Promote sandbox<br/>to production"]
N3["Integrate SPGE<br/>constitutional library"]
N4["Serve as the<br/>infrastructure layer"]
W --> N1 --> N2 --> N3 --> N4
style W fill:#1B1B1B,color:#fff,stroke:#D6002A
style N1 fill:#F0F0F0,color:#1B1B1B,stroke:#D6002A
style N2 fill:#F0F0F0,color:#1B1B1B,stroke:#D6002A
style N3 fill:#F0F0F0,color:#1B1B1B,stroke:#D6002A
style N4 fill:#1B1B1B,color:#fff,stroke:#D6002A