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 {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 pip install uv). 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 {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
Source: trailofbits/skills → plugins/culture-index/skills/interpreting-culture-index/SKILL.md
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---567<essential_principles>89**Culture Index measures behavioral traits, not intelligence or skills. There is no "good" or "bad" profile.**1011<principle name="never-compare-absolutes">12**Never compare absolute trait values between people.**1314The 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.1516**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.1718**Wrong**: "Dan has higher autonomy than Jim because his A is 8 vs 5"19**Right**: "Dan is +3 centiles from his arrow; Jim is +1 from his arrow"2021Always ask: Where is the arrow, and how far is the dot from it?22</principle>2324<principle name="survey-vs-job">25**Survey = who you ARE. Job = who you're TRYING TO BE.**2627> **"You can't send a duck to Eagle school."** Traits are hardwired—you can only modify behaviors temporarily, at the cost of energy.2829- **Top graph (Survey Traits)**: Hardwired by age 12-16. Does not change. Writing with your dominant hand.30- **Bottom graph (Job Behaviors)**: Adaptive behavior at work. Can change. Writing with your non-dominant hand.3132Large differences between graphs indicate behavior modification, which drains energy and causes burnout if sustained 3-6+ months.33</principle>3435<principle name="distance-interpretation">36**Distance from arrow determines trait strength.**3738| Distance | Label | Percentile | Interpretation |39|----------|-------|------------|----------------|40| On arrow | Normative | 50th | Flexible, situational |41| ±1 centile | Tendency | ~67th | Easier to modify |42| ±2 centiles | Pronounced | ~84th | Noticeable difference |43| ±4+ centiles | Extreme | ~98th | Hardwired, compulsive, predictable |4445**Key insight:** Every 2 centiles of distance = 1 standard deviation.4647Extreme traits drive extreme results but are harder to modify and less relatable to average people.48</principle>4950<principle name="l-and-i-exception">51**L (Logic) and I (Ingenuity) use absolute values.**5253Unlike A, B, C, D, you CAN compare L and I scores directly between people:54- Logic 8 means "High Logic" regardless of arrow position55- Ingenuity 2 means "Low Ingenuity" for anyone5657Only these two traits break the "no absolute comparison" rule.58</principle>5960</essential_principles>6162## When to Use6364- Interpreting Culture Index survey results (individual or team)65- Analyzing CI profiles from PDF or JSON data66- Assessing team composition using Gas/Brake/Glue framework67- Detecting burnout risk by comparing Survey vs Job graphs68- Defining hiring profiles based on CI trait patterns69- Coaching managers on how to work with specific CI profiles70- Predicting CI traits from interview transcripts71- Mediating team conflict using CI profile data7273## When NOT to Use7475- For non-CI behavioral assessments (DISC, Myers-Briggs, StrengthsFinder, Predictive Index, Enneagram)76- For clinical psychological assessments or diagnoses77- As the sole basis for hiring/firing decisions — CI is one data point among many7879<input_formats>8081**JSON (Use if available)**8283If JSON data is already extracted, use it directly:84```python85import json86with open("person_name.json") as f:87 profile = json.load(f)88```8990JSON format:91```json92{93 "name": "Person Name",94 "archetype": "Architect",95 "survey": {96 "eu": 21,97 "arrow": 2.3,98 "a": [5, 2.7],99 "b": [0, -2.3],100 "c": [1, -1.3],101 "d": [3, 0.7],102 "logic": [5, null],103 "ingenuity": [2, null]104 },105 "job": { "..." : "same structure as survey" },106 "analysis": {107 "energy_utilization": 148,108 "status": "stress"109 }110}111```112113Note: Trait values are `[absolute, relative_to_arrow]` tuples. Use the relative value for interpretation.114115Check same directory as PDF for matching `.json` file, or ask user if they have extracted JSON.116117**PDF Input (MUST EXTRACT FIRST)**118119⚠️ **NEVER use visual estimation for trait values.** Visual estimation has 20-30% error rate.120121When given a PDF:1221. Check if JSON already exists (same directory as PDF, or ask user)1232. If not, run extraction with verification:124 ```bash125 uv run {baseDir}/scripts/extract_pdf.py --verify /path/to/file.pdf [output.json]126 ```1273. Visually confirm the verification summary matches the PDF1284. Use the extracted JSON for interpretation129130**If uv is not installed:** Stop and instruct user to install it (`brew install uv` or `pip install uv`). Do NOT fall back to vision.131132**PDF Vision (Reference Only)**133134Vision may be used ONLY to verify extracted values look reasonable, NOT to extract trait scores.135136</input_formats>137138<intake>139140**Step 0: Do you have JSON or PDF?**1411421. **If JSON provided or found:** Use it directly (skip extraction)143 - Check same directory as PDF for `.json` file with matching name144 - Check if user provided JSON path1452. **If only PDF:** Run extraction script with `--verify` flag146 ```bash147 uv run {baseDir}/scripts/extract_pdf.py --verify /path/to/file.pdf [output.json]148 ```1493. **If extraction fails:** Report error, do NOT fall back to vision150151**Step 1: What data do you have?**152153- **CI Survey JSON** → Proceed to Step 2154- **CI Survey PDF** → Extract first (Step 0), then proceed to Step 2155- **Interview transcript only** → Go to option 8 (predict traits from interview)156- **No data yet** → "Please provide Culture Index profile (PDF or JSON) or interview transcript"157158**Step 2: What would you like to do?**159160**Profile Analysis:**1611. **Interpret an individual profile** - Understand one person's traits, strengths, and challenges1622. **Analyze team composition** - Assess gas/brake/glue balance, identify gaps1633. **Detect burnout signals** - Compare Survey vs Job, flag stress/frustration1644. **Compare multiple profiles** - Understand compatibility, collaboration dynamics1655. **Get motivator recommendations** - Learn how to engage and retain someone166167**Hiring & Candidates:**1686. **Define hiring profile** - Determine ideal CI traits for a role1697. **Coach manager on direct report** - Adjust management style based on both profiles1708. **Predict traits from interview** - Analyze interview transcript to estimate CI traits1719. **Interview debrief** - Assess candidate fit based on predicted traits172173**Team Development:**17410. **Plan onboarding** - Design first 90 days based on new hire and team profiles17511. **Mediate conflict** - Understand friction between two people using their profiles176177**Provide the profile data (JSON or PDF) and select an option, or describe what you need.**178179</intake>180181<routing>182183| Response | Workflow |184|----------|----------|185| "extract", "parse pdf", "convert pdf", "get json from pdf" | `workflows/extract-from-pdf.md` |186| 1, "individual", "interpret", "understand", "analyze one", "single profile" | `workflows/interpret-individual.md` |187| 2, "team", "composition", "gaps", "balance", "gas brake glue" | `workflows/analyze-team.md` |188| 3, "burnout", "stress", "frustration", "survey vs job", "energy", "flight risk" | `workflows/detect-burnout.md` |189| 4, "compare", "compatibility", "collaboration", "multiple", "two profiles" | `workflows/compare-profiles.md` |190| 5, "motivate", "engage", "retain", "communicate" | Read `references/motivators.md` directly |191| 6, "hire", "hiring profile", "role profile", "recruit", "what profile for" | `workflows/define-hiring-profile.md` |192| 7, "manage", "coach", "1:1", "direct report", "manager" | `workflows/coach-manager.md` |193| 8, "transcript", "interview", "predict traits", "guess", "estimate", "recording" | `workflows/predict-from-interview.md` |194| 9, "debrief", "should we hire", "candidate fit", "proceed", "offer" | `workflows/interview-debrief.md` |195| 10, "onboard", "new hire", "integrate", "starting", "first 90 days" | `workflows/plan-onboarding.md` |196| 11, "conflict", "friction", "mediate", "not working together", "clash" | `workflows/mediate-conflict.md` |197| "conversation starters", "how to talk to", "engage with" | Read `references/conversation-starters.md` directly |198199**After reading the workflow, follow it exactly.**200201</routing>202203<verification_loop>204205After every interpretation, verify:2062071. **Did you use relative positions?** Never stated "A is 8" without context2082. **Did you reference the arrow?** All trait interpretations relative to arrow2093. **Did you compare Survey vs Job?** Identified any behavior modification2104. **Did you avoid value judgments?** No traits called "good" or "bad"2115. **Did you check EU?** Energy utilization calculated if both graphs present212213Report to user:214- "Interpretation complete"215- Key findings (2-3 bullet points)216- Recommended actions217218</verification_loop>219220<reference_index>221222**Domain Knowledge** (in `references/`):223224**Primary Traits:**225- `primary-traits.md` - A (Autonomy), B (Social), C (Pace), D (Conformity)226227**Secondary Traits:**228- `secondary-traits.md` - EU (Energy Units), L (Logic), I (Ingenuity)229230**Patterns:**231- `patterns-archetypes.md` - Behavioral patterns, trait combinations, archetypes232233**Archetype Deep Profiles** (`archetype-*.md`):234- `archetype-administrator.md` - The Administrator (High A, High B, Low C, Mid D)235- `archetype-coordinator.md` - The Coordinator (Low A, High B, Mid C, Low D)236- `archetype-craftsman.md` - The Craftsman (Low A, Low B, High C, High D)237- `archetype-daredevil.md` - The Daredevil (High A, Low B, Low C, Low D)238- `archetype-debater.md` - The Debater (Mid A, Mid-High B, Low C, High D)239- `archetype-facilitator.md` - The Facilitator (Low A, Mid B, Mid C, Low D)240- `archetype-influencer.md` - The Influencer (Low A, High B, Low C, Low D)241- `archetype-operator.md` - The Operator (Low A, Low B, High C, Mid-High D)242- `archetype-persuader.md` - The Persuader (High A, High B, Low C, Low D)243- `archetype-philosopher.md` - The Philosopher (Low A, Low B, High C, Low D)244- `archetype-rainmaker.md` - The Rainmaker (High A, High B, Low C, Low D)245- `archetype-scholar.md` - The Scholar (High A, Low B, Low C, High D)246- `archetype-socializer.md` - The Socializer (Low A, High B, Low C, Low D)247- `archetype-specialist.md` - The Specialist (Low A, Low B, High C, Mid D)248- `archetype-technical-expert.md` - The Technical Expert (Low A, Low B, High C, Low D)249- `archetype-traditionalist.md` - The Traditionalist (Low A, Low B, High C, High D)250- `archetype-trailblazer.md` - The Trailblazer (High A, Mid B, Mid C, Low D)251252**Application:**253- `motivators.md` - How to motivate each trait type254- `team-composition.md` - Gas, brake, glue framework255- `anti-patterns.md` - Common interpretation mistakes256- `conversation-starters.md` - How to engage each pattern and trait type257- `interview-trait-signals.md` - Signals for predicting traits from interviews258259</reference_index>260261<workflows_index>262263**Workflows** (in `workflows/`):264265| File | Purpose |266|------|---------|267| `extract-from-pdf.md` | Extract profile data from Culture Index PDF to JSON format |268| `interpret-individual.md` | Analyze single profile, identify archetype, summarize strengths/challenges |269| `analyze-team.md` | Assess team balance (gas/brake/glue), identify gaps, recommend hires |270| `detect-burnout.md` | Compare Survey vs Job, calculate EU utilization, flag risk signals |271| `compare-profiles.md` | Compare multiple profiles, assess compatibility, collaboration dynamics |272| `define-hiring-profile.md` | Define ideal CI traits for a role, identify acceptable patterns and red flags |273| `coach-manager.md` | Help managers adjust their style for specific direct reports |274| `predict-from-interview.md` | Analyze interview transcripts to predict CI traits before survey |275| `interview-debrief.md` | Assess candidate fit using predicted traits from transcript analysis |276| `plan-onboarding.md` | Design first 90 days based on new hire profile and team composition |277| `mediate-conflict.md` | Understand and address friction between team members using their profiles |278279</workflows_index>280281<quick_reference>282283**Trait Colors:**284| Trait | Color | Measures |285|-------|-------|----------|286| A | Maroon | Autonomy, initiative, self-confidence |287| B | Yellow | Social ability, need for interaction |288| C | Blue | Pace/Patience, urgency level |289| D | Green | Conformity, attention to detail |290| L | Purple | Logic, emotional processing |291| I | Cyan | Ingenuity, inventiveness |292293**Energy Utilization Formula:**294```295Utilization = (Job EU / Survey EU) × 10029629770-130% = Healthy298>130% = STRESS (burnout risk)299<70% = FRUSTRATION (flight risk)300```301302**Gas/Brake/Glue:**303| Role | Trait | Function |304|------|-------|----------|305| Gas | High A | Growth, risk-taking, driving results |306| Brake | High D | Quality control, risk aversion, finishing |307| Glue | High B | Relationships, morale, culture |308309**Score Precision:**310| Value | Precision | Example |311|-------|-----------|---------|312| Traits (A,B,C,D,L,I) | Integer 0-10 | 0, 1, 2, ... 10 |313| Arrow position | Tenths | 0.4, 2.2, 3.8 |314| Energy Units (EU) | Integer | 11, 31, 45 |315316</quick_reference>317318<success_criteria>319320A well-interpreted Culture Index profile:321- Uses relative positions (distance from arrow), never absolute values alone322- Identifies the archetype/pattern correctly323- Highlights 2-3 key strengths based on leading traits324- Notes 2-3 challenges or development areas325- Compares Survey vs Job if both are available326- Provides actionable recommendations327- Avoids value judgments ("good"/"bad")328- Acknowledges Culture Index is one data point, not a complete picture329330</success_criteria>331332---333334**Source:** [`trailofbits/skills`](https://github.com/trailofbits/skills) → `plugins/culture-index/skills/interpreting-culture-index/SKILL.md`