-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexample-state.yaml
More file actions
50 lines (40 loc) · 931 Bytes
/
example-state.yaml
File metadata and controls
50 lines (40 loc) · 931 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
# Example Ops Dashboard State
# This file demonstrates the YAML format for tracking your operational flywheel
nodes:
experiments:
count: 5
last_update: "2025-06-20"
# Current experiments in flight
clients:
revenue: 15000
nps: 6.5 # Below healthy threshold
active: 3
products:
users: 280
mrr: 1200
launches: 1
market:
users: 600 # Total addressable audience
feedback: 7.5
leads: 45
flows:
exp_to_prod:
volume: 1 # Only 1 experiment shipped
conversion_rate: 0.2
health: "low"
exp_to_clients:
volume: 2
conversion_rate: 0.4
health: "medium"
clients_to_prod:
volume: 1
health: "medium"
prod_to_market:
volume: 280
health: "high"
clients_to_market:
volume: 3 # Case studies shared
health: "medium"
market_to_exp:
volume: 2 # Ideas from market feedback
health: "low"