Culture Index measures behavioral traits, not intelligence or skills. There is no "good" or "bad" profile.
The 0-10 scale is just a ruler. What matters is distance from the red arrow (population mean at 50th percentile). The arrow position varies between surveys based on EU.
Why the arrow moves: Higher EU scores cause the arrow to plot further right; lower EU causes it to plot further left. This does not affect validity—we always measure distance from wherever the arrow lands.
Wrong: "Dan has higher autonomy than Jim because his A is 8 vs 5"
Right: "Dan is +3 centiles from his arrow; Jim is +1 from his arrow"
Always ask: Where is the arrow, and how far is the dot from it?
"You can't send a duck to Eagle school." Traits are hardwired—you can only modify behaviors temporarily, at the cost of energy.
- Top graph (Survey Traits): Hardwired by age 12-16. Does not change. Writing with your dominant hand.
- Bottom graph (Job Behaviors): Adaptive behavior at work. Can change. Writing with your non-dominant hand.
Large differences between graphs indicate behavior modification, which drains energy and causes burnout if sustained 3-6+ months.
| Distance |
Label |
Percentile |
Interpretation |
| On arrow |
Normative |
50th |
Flexible, situational |
| ±1 centile |
Tendency |
~67th |
Easier to modify |
| ±2 centiles |
Pronounced |
~84th |
Noticeable difference |
| ±4+ centiles |
Extreme |
~98th |
Hardwired, compulsive, predictable |
Key insight: Every 2 centiles of distance = 1 standard deviation.
Extreme traits drive extreme results but are harder to modify and less relatable to average people.
Unlike A, B, C, D, you CAN compare L and I scores directly between people:
- Logic 8 means "High Logic" regardless of arrow position
- Ingenuity 2 means "Low Ingenuity" for anyone
Only these two traits break the "no absolute comparison" rule.
When to Use
- Interpreting Culture Index survey results (individual or team)
- Analyzing CI profiles from PDF or JSON data
- Assessing team composition using Gas/Brake/Glue framework
- Detecting burnout risk by comparing Survey vs Job graphs
- Defining hiring profiles based on CI trait patterns
- Coaching managers on how to work with specific CI profiles
- Predicting CI traits from interview transcripts
- Mediating team conflict using CI profile data
When NOT to Use
- For non-CI behavioral assessments (DISC, Myers-Briggs, StrengthsFinder, Predictive Index, Enneagram)
- For clinical psychological assessments or diagnoses
- As the sole basis for hiring/firing decisions — CI is one data point among many
JSON (Use if available)
If JSON data is already extracted, use it directly:
import json
with open("person_name.json") as f:
profile = json.load(f)
JSON format:
{
"name": "Person Name",
"archetype": "Architect",
"survey": {
"eu": 21,
"arrow": 2.3,
"a": [5, 2.7],
"b": [0, -2.3],
"c": [1, -1.3],
"d": [3, 0.7],
"logic": [5, null],
"ingenuity": [2, null]
},
"job": { "..." : "same structure as survey" },
"analysis": {
"energy_utilization": 148,
"status": "stress"
}
}
Note: Trait values are [absolute, relative_to_arrow] tuples. Use the relative value for interpretation.
Check same directory as PDF for matching .json file, or ask user if they have extracted JSON.
PDF Input (MUST EXTRACT FIRST)
⚠️ NEVER use visual estimation for trait values. Visual estimation has 20-30% error rate.
When given a PDF:
- Check if JSON already exists (same directory as PDF, or ask user)
- If not, run extraction with verification:
uv run --no-project {baseDir}/scripts/extract_pdf.py --verify /path/to/file.pdf [output.json]
- Visually confirm the verification summary matches the PDF
- Use the extracted JSON for interpretation
If uv is not installed: Stop and instruct user to install it (brew install uv or curl -LsSf https://astral.sh/uv/install.sh | sh). Do NOT fall back to vision.
PDF Vision (Reference Only)
Vision may be used ONLY to verify extracted values look reasonable, NOT to extract trait scores.
Step 0: Do you have JSON or PDF?
- If JSON provided or found: Use it directly (skip extraction)
- Check same directory as PDF for
.json file with matching name
- Check if user provided JSON path
- If only PDF: Run extraction script with
--verify flaguv run --no-project {baseDir}/scripts/extract_pdf.py --verify /path/to/file.pdf [output.json]
- If extraction fails: Report error, do NOT fall back to vision
Step 1: What data do you have?
- CI Survey JSON → Proceed to Step 2
- CI Survey PDF → Extract first (Step 0), then proceed to Step 2
- Interview transcript only → Go to option 8 (predict traits from interview)
- No data yet → "Please provide Culture Index profile (PDF or JSON) or interview transcript"
Step 2: What would you like to do?
Profile Analysis:
- Interpret an individual profile - Understand one person's traits, strengths, and challenges
- Analyze team composition - Assess gas/brake/glue balance, identify gaps
- Detect burnout signals - Compare Survey vs Job, flag stress/frustration
- Compare multiple profiles - Understand compatibility, collaboration dynamics
- Get motivator recommendations - Learn how to engage and retain someone
Hiring & Candidates:
6. Define hiring profile - Determine ideal CI traits for a role
7. Coach manager on direct report - Adjust management style based on both profiles
8. Predict traits from interview - Analyze interview transcript to estimate CI traits
9. Interview debrief - Assess candidate fit based on predicted traits
Team Development:
10. Plan onboarding - Design first 90 days based on new hire and team profiles
11. Mediate conflict - Understand friction between two people using their profiles
Provide the profile data (JSON or PDF) and select an option, or describe what you need.
| Response |
Workflow |
| "extract", "parse pdf", "convert pdf", "get json from pdf" |
workflows/extract-from-pdf.md |
| 1, "individual", "interpret", "understand", "analyze one", "single profile" |
workflows/interpret-individual.md |
| 2, "team", "composition", "gaps", "balance", "gas brake glue" |
workflows/analyze-team.md |
| 3, "burnout", "stress", "frustration", "survey vs job", "energy", "flight risk" |
workflows/detect-burnout.md |
| 4, "compare", "compatibility", "collaboration", "multiple", "two profiles" |
workflows/compare-profiles.md |
| 5, "motivate", "engage", "retain", "communicate" |
Read references/motivators.md directly |
| 6, "hire", "hiring profile", "role profile", "recruit", "what profile for" |
workflows/define-hiring-profile.md |
| 7, "manage", "coach", "1:1", "direct report", "manager" |
workflows/coach-manager.md |
| 8, "transcript", "interview", "predict traits", "guess", "estimate", "recording" |
workflows/predict-from-interview.md |
| 9, "debrief", "should we hire", "candidate fit", "proceed", "offer" |
workflows/interview-debrief.md |
| 10, "onboard", "new hire", "integrate", "starting", "first 90 days" |
workflows/plan-onboarding.md |
| 11, "conflict", "friction", "mediate", "not working together", "clash" |
workflows/mediate-conflict.md |
| "conversation starters", "how to talk to", "engage with" |
Read references/conversation-starters.md directly |
After reading the workflow, follow it exactly.
After every interpretation, verify:
- Did you use relative positions? Never stated "A is 8" without context
- Did you reference the arrow? All trait interpretations relative to arrow
- Did you compare Survey vs Job? Identified any behavior modification
- Did you avoid value judgments? No traits called "good" or "bad"
- Did you check EU? Energy utilization calculated if both graphs present
Report to user:
- "Interpretation complete"
- Key findings (2-3 bullet points)
- Recommended actions
Domain Knowledge (in references/):
Primary Traits:
primary-traits.md - A (Autonomy), B (Social), C (Pace), D (Conformity)
Secondary Traits:
secondary-traits.md - EU (Energy Units), L (Logic), I (Ingenuity)
Patterns:
patterns-archetypes.md - Behavioral patterns, trait combinations, archetypes
Archetype Deep Profiles (archetype-*.md):
archetype-administrator.md - The Administrator (High A, High B, Low C, Mid D)
archetype-coordinator.md - The Coordinator (Low A, High B, Mid C, Low D)
archetype-craftsman.md - The Craftsman (Low A, Low B, High C, High D)
archetype-daredevil.md - The Daredevil (High A, Low B, Low C, Low D)
archetype-debater.md - The Debater (Mid A, Mid-High B, Low C, High D)
archetype-facilitator.md - The Facilitator (Low A, Mid B, Mid C, Low D)
archetype-influencer.md - The Influencer (Low A, High B, Low C, Low D)
archetype-operator.md - The Operator (Low A, Low B, High C, Mid-High D)
archetype-persuader.md - The Persuader (High A, High B, Low C, Low D)
archetype-philosopher.md - The Philosopher (Low A, Low B, High C, Low D)
archetype-rainmaker.md - The Rainmaker (High A, High B, Low C, Low D)
archetype-scholar.md - The Scholar (High A, Low B, Low C, High D)
archetype-socializer.md - The Socializer (Low A, High B, Low C, Low D)
archetype-specialist.md - The Specialist (Low A, Low B, High C, Mid D)
archetype-technical-expert.md - The Technical Expert (Low A, Low B, High C, Low D)
archetype-traditionalist.md - The Traditionalist (Low A, Low B, High C, High D)
archetype-trailblazer.md - The Trailblazer (High A, Mid B, Mid C, Low D)
Application:
motivators.md - How to motivate each trait type
team-composition.md - Gas, brake, glue framework
anti-patterns.md - Common interpretation mistakes
conversation-starters.md - How to engage each pattern and trait type
interview-trait-signals.md - Signals for predicting traits from interviews
Workflows (in workflows/):
| File |
Purpose |
extract-from-pdf.md |
Extract profile data from Culture Index PDF to JSON format |
interpret-individual.md |
Analyze single profile, identify archetype, summarize strengths/challenges |
analyze-team.md |
Assess team balance (gas/brake/glue), identify gaps, recommend hires |
detect-burnout.md |
Compare Survey vs Job, calculate EU utilization, flag risk signals |
compare-profiles.md |
Compare multiple profiles, assess compatibility, collaboration dynamics |
define-hiring-profile.md |
Define ideal CI traits for a role, identify acceptable patterns and red flags |
coach-manager.md |
Help managers adjust their style for specific direct reports |
predict-from-interview.md |
Analyze interview transcripts to predict CI traits before survey |
interview-debrief.md |
Assess candidate fit using predicted traits from transcript analysis |
plan-onboarding.md |
Design first 90 days based on new hire profile and team composition |
mediate-conflict.md |
Understand and address friction between team members using their profiles |
Trait Colors:
| Trait |
Color |
Measures |
| A |
Maroon |
Autonomy, initiative, self-confidence |
| B |
Yellow |
Social ability, need for interaction |
| C |
Blue |
Pace/Patience, urgency level |
| D |
Green |
Conformity, attention to detail |
| L |
Purple |
Logic, emotional processing |
| I |
Cyan |
Ingenuity, inventiveness |
Energy Utilization Formula:
Utilization = (Job EU / Survey EU) × 100
70-130% = Healthy
>130% = STRESS (burnout risk)
<70% = FRUSTRATION (flight risk)
Gas/Brake/Glue:
| Role |
Trait |
Function |
| Gas |
High A |
Growth, risk-taking, driving results |
| Brake |
High D |
Quality control, risk aversion, finishing |
| Glue |
High B |
Relationships, morale, culture |
Score Precision:
| Value |
Precision |
Example |
| Traits (A,B,C,D,L,I) |
Integer 0-10 |
0, 1, 2, ... 10 |
| Arrow position |
Tenths |
0.4, 2.2, 3.8 |
| Energy Units (EU) |
Integer |
11, 31, 45 |
A well-interpreted Culture Index profile:
- Uses relative positions (distance from arrow), never absolute values alone
- Identifies the archetype/pattern correctly
- Highlights 2-3 key strengths based on leading traits
- Notes 2-3 challenges or development areas
- Compares Survey vs Job if both are available
- Provides actionable recommendations
- Avoids value judgments ("good"/"bad")
- Acknowledges Culture Index is one data point, not a complete picture
1---2name: interpreting-culture-index3description: Interprets Culture Index (CI) surveys, behavioral profiles, and personality assessment data. Supports individual profile interpretation, team composition analysis (gas/brake/glue), burnout detection, profile comparison, hiring profiles, manager coaching, interview transcript analysis for trait prediction, candidate debrief, onboarding planning, and conflict mediation. Accepts extracted JSON or PDF input via OpenCV extraction script.4---5
6<essential_principles>
7
8**Culture Index measures behavioral traits, not intelligence or skills. There is no "good" or "bad" profile.**
9
10<principle name="never-compare-absolutes">
11**Never compare absolute trait values between people.**
12
13The 0-10 scale is just a ruler. What matters is **distance from the red arrow** (population mean at 50th percentile). The arrow position varies between surveys based on EU.
14
15**Why the arrow moves:** Higher EU scores cause the arrow to plot further right; lower EU causes it to plot further left. This does not affect validity—we always measure distance from wherever the arrow lands.
16
17**Wrong**: "Dan has higher autonomy than Jim because his A is 8 vs 5"
18**Right**: "Dan is +3 centiles from his arrow; Jim is +1 from his arrow"
19
20Always ask: Where is the arrow, and how far is the dot from it?
21</principle>
22
23<principle name="survey-vs-job">
24**Survey = who you ARE. Job = who you're TRYING TO BE.**
25
26> **"You can't send a duck to Eagle school."** Traits are hardwired—you can only modify behaviors temporarily, at the cost of energy.
27
28- **Top graph (Survey Traits)**: Hardwired by age 12-16. Does not change. Writing with your dominant hand.
29- **Bottom graph (Job Behaviors)**: Adaptive behavior at work. Can change. Writing with your non-dominant hand.
30
31Large differences between graphs indicate behavior modification, which drains energy and causes burnout if sustained 3-6+ months.
32</principle>
33
34<principle name="distance-interpretation">
35**Distance from arrow determines trait strength.**
36
37| Distance | Label | Percentile | Interpretation |
38|----------|-------|------------|----------------|
39| On arrow | Normative | 50th | Flexible, situational |
40| ±1 centile | Tendency | ~67th | Easier to modify |
41| ±2 centiles | Pronounced | ~84th | Noticeable difference |
42| ±4+ centiles | Extreme | ~98th | Hardwired, compulsive, predictable |
43
44**Key insight:** Every 2 centiles of distance = 1 standard deviation.
45
46Extreme traits drive extreme results but are harder to modify and less relatable to average people.
47</principle>
48
49<principle name="l-and-i-exception">
50**L (Logic) and I (Ingenuity) use absolute values.**
51
52Unlike A, B, C, D, you CAN compare L and I scores directly between people:
53- Logic 8 means "High Logic" regardless of arrow position
54- Ingenuity 2 means "Low Ingenuity" for anyone
55
56Only these two traits break the "no absolute comparison" rule.
57</principle>
58
59</essential_principles>
60
61## When to Use
62
63- Interpreting Culture Index survey results (individual or team)
64- Analyzing CI profiles from PDF or JSON data
65- Assessing team composition using Gas/Brake/Glue framework
66- Detecting burnout risk by comparing Survey vs Job graphs
67- Defining hiring profiles based on CI trait patterns
68- Coaching managers on how to work with specific CI profiles
69- Predicting CI traits from interview transcripts
70- Mediating team conflict using CI profile data
71
72## When NOT to Use
73
74- For non-CI behavioral assessments (DISC, Myers-Briggs, StrengthsFinder, Predictive Index, Enneagram)
75- For clinical psychological assessments or diagnoses
76- As the sole basis for hiring/firing decisions — CI is one data point among many
77
78<input_formats>
79
80**JSON (Use if available)**
81
82If JSON data is already extracted, use it directly:
83```python
84import json
85with open("person_name.json") as f:
86 profile = json.load(f)
87```
88
89JSON format:
90```json
91{
92 "name": "Person Name",
93 "archetype": "Architect",
94 "survey": {
95 "eu": 21,
96 "arrow": 2.3,
97 "a": [5, 2.7],
98 "b": [0, -2.3],
99 "c": [1, -1.3],
100 "d": [3, 0.7],
101 "logic": [5, null],
102 "ingenuity": [2, null]
103 },
104 "job": { "..." : "same structure as survey" },
105 "analysis": {
106 "energy_utilization": 148,
107 "status": "stress"
108 }
109}
110```
111
112Note: Trait values are `[absolute, relative_to_arrow]` tuples. Use the relative value for interpretation.
113
114Check same directory as PDF for matching `.json` file, or ask user if they have extracted JSON.
115
116**PDF Input (MUST EXTRACT FIRST)**
117
118⚠️ **NEVER use visual estimation for trait values.** Visual estimation has 20-30% error rate.
119
120When given a PDF:
1211. Check if JSON already exists (same directory as PDF, or ask user)
1222. If not, run extraction with verification:
123 ```bash
124 uv run --no-project {baseDir}/scripts/extract_pdf.py --verify /path/to/file.pdf [output.json]
125 ```
1263. Visually confirm the verification summary matches the PDF
1274. Use the extracted JSON for interpretation
128
129**If uv is not installed:** Stop and instruct user to install it (`brew install uv` or `curl -LsSf https://astral.sh/uv/install.sh | sh`). Do NOT fall back to vision.
130
131**PDF Vision (Reference Only)**
132
133Vision may be used ONLY to verify extracted values look reasonable, NOT to extract trait scores.
134
135</input_formats>
136
137<intake>
138
139**Step 0: Do you have JSON or PDF?**
140
1411. **If JSON provided or found:** Use it directly (skip extraction)
142 - Check same directory as PDF for `.json` file with matching name
143 - Check if user provided JSON path
1442. **If only PDF:** Run extraction script with `--verify` flag
145 ```bash
146 uv run --no-project {baseDir}/scripts/extract_pdf.py --verify /path/to/file.pdf [output.json]
147 ```
1483. **If extraction fails:** Report error, do NOT fall back to vision
149
150**Step 1: What data do you have?**
151
152- **CI Survey JSON** → Proceed to Step 2
153- **CI Survey PDF** → Extract first (Step 0), then proceed to Step 2
154- **Interview transcript only** → Go to option 8 (predict traits from interview)
155- **No data yet** → "Please provide Culture Index profile (PDF or JSON) or interview transcript"
156
157**Step 2: What would you like to do?**
158
159**Profile Analysis:**
1601. **Interpret an individual profile** - Understand one person's traits, strengths, and challenges
1612. **Analyze team composition** - Assess gas/brake/glue balance, identify gaps
1623. **Detect burnout signals** - Compare Survey vs Job, flag stress/frustration
1634. **Compare multiple profiles** - Understand compatibility, collaboration dynamics
1645. **Get motivator recommendations** - Learn how to engage and retain someone
165
166**Hiring & Candidates:**
1676. **Define hiring profile** - Determine ideal CI traits for a role
1687. **Coach manager on direct report** - Adjust management style based on both profiles
1698. **Predict traits from interview** - Analyze interview transcript to estimate CI traits
1709. **Interview debrief** - Assess candidate fit based on predicted traits
171
172**Team Development:**
17310. **Plan onboarding** - Design first 90 days based on new hire and team profiles
17411. **Mediate conflict** - Understand friction between two people using their profiles
175
176**Provide the profile data (JSON or PDF) and select an option, or describe what you need.**
177
178</intake>
179
180<routing>
181
182| Response | Workflow |
183|----------|----------|
184| "extract", "parse pdf", "convert pdf", "get json from pdf" | `workflows/extract-from-pdf.md` |
185| 1, "individual", "interpret", "understand", "analyze one", "single profile" | `workflows/interpret-individual.md` |
186| 2, "team", "composition", "gaps", "balance", "gas brake glue" | `workflows/analyze-team.md` |
187| 3, "burnout", "stress", "frustration", "survey vs job", "energy", "flight risk" | `workflows/detect-burnout.md` |
188| 4, "compare", "compatibility", "collaboration", "multiple", "two profiles" | `workflows/compare-profiles.md` |
189| 5, "motivate", "engage", "retain", "communicate" | Read `references/motivators.md` directly |
190| 6, "hire", "hiring profile", "role profile", "recruit", "what profile for" | `workflows/define-hiring-profile.md` |
191| 7, "manage", "coach", "1:1", "direct report", "manager" | `workflows/coach-manager.md` |
192| 8, "transcript", "interview", "predict traits", "guess", "estimate", "recording" | `workflows/predict-from-interview.md` |
193| 9, "debrief", "should we hire", "candidate fit", "proceed", "offer" | `workflows/interview-debrief.md` |
194| 10, "onboard", "new hire", "integrate", "starting", "first 90 days" | `workflows/plan-onboarding.md` |
195| 11, "conflict", "friction", "mediate", "not working together", "clash" | `workflows/mediate-conflict.md` |
196| "conversation starters", "how to talk to", "engage with" | Read `references/conversation-starters.md` directly |
197
198**After reading the workflow, follow it exactly.**
199
200</routing>
201
202<verification_loop>
203
204After every interpretation, verify:
205
2061. **Did you use relative positions?** Never stated "A is 8" without context
2072. **Did you reference the arrow?** All trait interpretations relative to arrow
2083. **Did you compare Survey vs Job?** Identified any behavior modification
2094. **Did you avoid value judgments?** No traits called "good" or "bad"
2105. **Did you check EU?** Energy utilization calculated if both graphs present
211
212Report to user:
213- "Interpretation complete"
214- Key findings (2-3 bullet points)
215- Recommended actions
216
217</verification_loop>
218
219<reference_index>
220
221**Domain Knowledge** (in `references/`):
222
223**Primary Traits:**
224- `primary-traits.md` - A (Autonomy), B (Social), C (Pace), D (Conformity)
225
226**Secondary Traits:**
227- `secondary-traits.md` - EU (Energy Units), L (Logic), I (Ingenuity)
228
229**Patterns:**
230- `patterns-archetypes.md` - Behavioral patterns, trait combinations, archetypes
231
232**Archetype Deep Profiles** (`archetype-*.md`):
233- `archetype-administrator.md` - The Administrator (High A, High B, Low C, Mid D)
234- `archetype-coordinator.md` - The Coordinator (Low A, High B, Mid C, Low D)
235- `archetype-craftsman.md` - The Craftsman (Low A, Low B, High C, High D)
236- `archetype-daredevil.md` - The Daredevil (High A, Low B, Low C, Low D)
237- `archetype-debater.md` - The Debater (Mid A, Mid-High B, Low C, High D)
238- `archetype-facilitator.md` - The Facilitator (Low A, Mid B, Mid C, Low D)
239- `archetype-influencer.md` - The Influencer (Low A, High B, Low C, Low D)
240- `archetype-operator.md` - The Operator (Low A, Low B, High C, Mid-High D)
241- `archetype-persuader.md` - The Persuader (High A, High B, Low C, Low D)
242- `archetype-philosopher.md` - The Philosopher (Low A, Low B, High C, Low D)
243- `archetype-rainmaker.md` - The Rainmaker (High A, High B, Low C, Low D)
244- `archetype-scholar.md` - The Scholar (High A, Low B, Low C, High D)
245- `archetype-socializer.md` - The Socializer (Low A, High B, Low C, Low D)
246- `archetype-specialist.md` - The Specialist (Low A, Low B, High C, Mid D)
247- `archetype-technical-expert.md` - The Technical Expert (Low A, Low B, High C, Low D)
248- `archetype-traditionalist.md` - The Traditionalist (Low A, Low B, High C, High D)
249- `archetype-trailblazer.md` - The Trailblazer (High A, Mid B, Mid C, Low D)
250
251**Application:**
252- `motivators.md` - How to motivate each trait type
253- `team-composition.md` - Gas, brake, glue framework
254- `anti-patterns.md` - Common interpretation mistakes
255- `conversation-starters.md` - How to engage each pattern and trait type
256- `interview-trait-signals.md` - Signals for predicting traits from interviews
257
258</reference_index>
259
260<workflows_index>
261
262**Workflows** (in `workflows/`):
263
264| File | Purpose |
265|------|---------|
266| `extract-from-pdf.md` | Extract profile data from Culture Index PDF to JSON format |
267| `interpret-individual.md` | Analyze single profile, identify archetype, summarize strengths/challenges |
268| `analyze-team.md` | Assess team balance (gas/brake/glue), identify gaps, recommend hires |
269| `detect-burnout.md` | Compare Survey vs Job, calculate EU utilization, flag risk signals |
270| `compare-profiles.md` | Compare multiple profiles, assess compatibility, collaboration dynamics |
271| `define-hiring-profile.md` | Define ideal CI traits for a role, identify acceptable patterns and red flags |
272| `coach-manager.md` | Help managers adjust their style for specific direct reports |
273| `predict-from-interview.md` | Analyze interview transcripts to predict CI traits before survey |
274| `interview-debrief.md` | Assess candidate fit using predicted traits from transcript analysis |
275| `plan-onboarding.md` | Design first 90 days based on new hire profile and team composition |
276| `mediate-conflict.md` | Understand and address friction between team members using their profiles |
277
278</workflows_index>
279
280<quick_reference>
281
282**Trait Colors:**
283| Trait | Color | Measures |
284|-------|-------|----------|
285| A | Maroon | Autonomy, initiative, self-confidence |
286| B | Yellow | Social ability, need for interaction |
287| C | Blue | Pace/Patience, urgency level |
288| D | Green | Conformity, attention to detail |
289| L | Purple | Logic, emotional processing |
290| I | Cyan | Ingenuity, inventiveness |
291
292**Energy Utilization Formula:**
293```
294Utilization = (Job EU / Survey EU) × 100
295
29670-130% = Healthy
297>130% = STRESS (burnout risk)
298<70% = FRUSTRATION (flight risk)
299```
300
301**Gas/Brake/Glue:**
302| Role | Trait | Function |
303|------|-------|----------|
304| Gas | High A | Growth, risk-taking, driving results |
305| Brake | High D | Quality control, risk aversion, finishing |
306| Glue | High B | Relationships, morale, culture |
307
308**Score Precision:**
309| Value | Precision | Example |
310|-------|-----------|---------|
311| Traits (A,B,C,D,L,I) | Integer 0-10 | 0, 1, 2, ... 10 |
312| Arrow position | Tenths | 0.4, 2.2, 3.8 |
313| Energy Units (EU) | Integer | 11, 31, 45 |
314
315</quick_reference>
316
317<success_criteria>
318
319A well-interpreted Culture Index profile:
320- Uses relative positions (distance from arrow), never absolute values alone
321- Identifies the archetype/pattern correctly
322- Highlights 2-3 key strengths based on leading traits
323- Notes 2-3 challenges or development areas
324- Compares Survey vs Job if both are available
325- Provides actionable recommendations
326- Avoids value judgments ("good"/"bad")
327- Acknowledges Culture Index is one data point, not a complete picture
328
329</success_criteria>