Files
DBAdmin/archive/NASA/6.mmd
T
2026-05-18 06:40:19 +00:00

112 lines
3.3 KiB
Plaintext

%%{init: {
'theme': 'base',
'themeVariables': {
'primaryColor': '#0b1220',
'primaryTextColor': '#e5e7eb',
'lineColor': '#475569',
'fontFamily': 'Inter, ui-sans-serif, system-ui',
'fontSize': '14px'
},
'flowchart': { 'curve': 'basis', 'nodeSpacing': 55, 'rankSpacing': 75 }
}}%%
flowchart TB
classDef top fill:#111827,stroke:#f59e0b,stroke-width:2.5px,color:#ffffff,rx:16,ry:16;
classDef control fill:#0b2a4a,stroke:#22c55e,stroke-width:2.5px,color:#e0f2fe,rx:16,ry:16;
classDef pillarTech fill:#0f172a,stroke:#3b82f6,stroke-width:2.5px,color:#e0f2fe,rx:16,ry:16;
classDef pillarStory fill:#0f172a,stroke:#f59e0b,stroke-width:2.5px,color:#ffedd5,rx:16,ry:16;
classDef pillarOutcome fill:#0f172a,stroke:#22c55e,stroke-width:2.5px,color:#dcfce7,rx:16,ry:16;
classDef section fill:#0b1220,stroke:#1f2937,stroke-width:1.2px,color:#cbd5e1,rx:12,ry:12;
classDef agent fill:#020617,stroke:#475569,stroke-width:1.2px,color:#e5e7eb,rx:10,ry:10;
PROGRAM_LEAD["PROGRAM LEAD\nVision · Strategy · Final Decisions"]:::top
MISSION_CONTROL["MISSION CONTROL\nResearch · Delegation · Execution · Orchestration"]:::control
PROGRAM_LEAD --> MISSION_CONTROL
subgraph PILLARS[" "]
direction LR
FLIGHT_SYSTEMS["FLIGHT SYSTEMS\nEngineering · Infrastructure · Reliability"]:::pillarTech
MISSION_STORY["MISSION STORY\nContent · Creative · Distribution"]:::pillarStory
MISSION_OUTCOMES["MISSION OUTCOMES\nProduct · Growth · Community"]:::pillarOutcome
end
MISSION_CONTROL --> FLIGHT_SYSTEMS
MISSION_CONTROL --> MISSION_STORY
MISSION_CONTROL --> MISSION_OUTCOMES
subgraph FS_STACK[" "]
direction TB
FS_S1["Core Tech"]:::section
FS_S2["Flight Code"]:::section
FS_S3["Verification"]:::section
Anvil["Anvil — Systems Engineer"]:::agent
Cipher["Cipher — Security Engineer"]:::agent
Pixel["Pixel — Frontend Engineer"]:::agent
Sentry["Sentry — DevOps & Infra"]:::agent
Inspector["Inspector — QA & Reliability"]:::agent
FLIGHT_SYSTEMS --> FS_S1
FLIGHT_SYSTEMS --> FS_S2
FLIGHT_SYSTEMS --> FS_S3
FS_S1 --> Anvil
FS_S1 --> Cipher
FS_S2 --> Pixel
FS_S2 --> Sentry
FS_S3 --> Inspector
end
subgraph MS_STACK[" "]
direction TB
MS_S1["Mission Content"]:::section
MS_S2["Creative Studio"]:::section
Rex["Rex — Script Writer"]:::agent
Sage["Sage — Research & Analysis"]:::agent
Echo["Echo — Newsletter Engine"]:::agent
Clip["Clip — Short-form Video"]:::agent
Nebula["Nebula — Visual Design"]:::agent
Nova["Nova — Video Production"]:::agent
MISSION_STORY --> MS_S1
MISSION_STORY --> MS_S2
MS_S1 --> Rex
MS_S1 --> Sage
MS_S1 --> Echo
MS_S1 --> Clip
MS_S2 --> Nebula
MS_S2 --> Nova
end
subgraph MO_STACK[" "]
direction TB
MO_S1["Experiments"]:::section
MO_S2["Telemetry"]:::section
MO_S3["Ground Crew"]:::section
Scout["Scout — Product Intelligence"]:::agent
Herald["Herald — Launch & Announcements"]:::agent
Forge["Forge — Optimization"]:::agent
Pulse["Pulse — Telemetry & Analytics"]:::agent
Beacon["Beacon — Support & Onboarding"]:::agent
Link["Link — Community Ops"]:::agent
Vibe["Vibe — Engagement"]:::agent
MISSION_OUTCOMES --> MO_S1
MISSION_OUTCOMES --> MO_S2
MISSION_OUTCOMES --> MO_S3
MO_S1 --> Scout
MO_S1 --> Herald
MO_S2 --> Forge
MO_S2 --> Pulse
MO_S3 --> Beacon
MO_S3 --> Link
MO_S3 --> Vibe
end