@@ -62,19 +62,31 @@ your-project/
6262│ │ ├── agents/
6363│ │ │ ├── contextualization-expert.md # Emma
6464│ │ │ ├── discovery-empathy-expert.md # Isla
65- │ │ │ ├── lean-experiments-specialist.md # Wade
66- │ │ │ └── learning-decision-expert.md # Max
65+ │ │ │ ├── research-convergence-specialist.md # Mila
66+ │ │ │ ├── hypothesis-engineer.md # Liam
67+ │ │ │ ├── lean-experiments-specialist.md # Wade
68+ │ │ │ ├── production-intelligence-specialist.md # Noah
69+ │ │ │ └── learning-decision-expert.md # Max
6770│ │ ├── workflows/
6871│ │ │ ├── lean-persona/ # Emma workflows
6972│ │ │ ├── product-vision/
7073│ │ │ ├── contextualize-scope/
7174│ │ │ ├── empathy-map/ # Isla workflows
7275│ │ │ ├── user-interview/
7376│ │ │ ├── user-discovery/
77+ │ │ │ ├── research-convergence/ # Mila workflows
78+ │ │ │ ├── pivot-resynthesis/
79+ │ │ │ ├── pattern-mapping/
80+ │ │ │ ├── hypothesis-engineering/ # Liam workflows
81+ │ │ │ ├── assumption-mapping/
82+ │ │ │ ├── experiment-design/
7483│ │ │ ├── mvp/ # Wade workflows
7584│ │ │ ├── lean-experiment/
7685│ │ │ ├── proof-of-concept/
7786│ │ │ ├── proof-of-value/
87+ │ │ │ ├── signal-interpretation/ # Noah workflows
88+ │ │ │ ├── behavior-analysis/
89+ │ │ │ ├── production-monitoring/
7890│ │ │ ├── learning-card/ # Max workflows
7991│ │ │ ├── pivot-patch-persevere/
8092│ │ │ └── vortex-navigation/
@@ -85,7 +97,10 @@ your-project/
8597 └── vortex-artifacts/
8698 ├── EMMA-USER-GUIDE.md
8799 ├── ISLA-USER-GUIDE.md
100+ ├── MILA-USER-GUIDE.md
101+ ├── LIAM-USER-GUIDE.md
88102 ├── WADE-USER-GUIDE.md
103+ ├── NOAH-USER-GUIDE.md
89104 ├── MAX-USER-GUIDE.md
90105 └── (your generated artifacts)
91106```
0 commit comments