Decision Toolkit Overview Create structured decision support materials that help humans think through significant choices systematically. This skill produces interactive tools, not just analysis — empowering the decision-maker rather than deciding for them. Philosophy Principles 1. Guide, don't decide — Tools illuminate the decision space; humans choose 2. One thing at a time — Reduce cognitive load through progressive disclosure 3. Multiple lenses — Same decision viewed through different frameworks reveals blind spots 4. Biases visible — Make cognitive biases explicit and checkable 5. Action…

+ cost.toLocaleString();\n }\n\n function selectFinal(el) {\n const container = el.closest('.options');\n container.querySelectorAll('.option').forEach(o => {\n o.classList.remove('selected');\n o.setAttribute('aria-checked', 'false');\n });\n el.classList.add('selected');\n el.setAttribute('aria-checked', 'true');\n state.decision = el.dataset.value;\n document.getElementById('finalDecisionText').textContent = el.querySelector('.option-label').textContent;\n document.getElementById('finalDecisionDesc').textContent = el.querySelector('.option-desc').textContent;\n }\n\n function updateSummary() {\n const problemText = state.problem === 'yes' ? 'Yes' : state.problem === 'partial' ? 'Partial' : 'No';\n const problemClass = state.problem === 'yes' ? 'positive' : state.problem === 'partial' ? 'neutral' : 'negative';\n document.getElementById('sumProblem').textContent = problemText;\n document.getElementById('sumProblem').className = 'summary-value ' + problemClass;\n document.getElementById('sumHours').textContent = (state.weeks * state.hours) + 'h total';\n const teamClass = state.team \u003c= 3 ? 'negative' : state.team \u003c= 6 ? 'neutral' : 'positive';\n document.getElementById('sumTeam').textContent = state.team + '/10';\n document.getElementById('sumTeam').className = 'summary-value ' + teamClass;\n document.getElementById('sumBiases').textContent = state.biases;\n document.getElementById('sumBiases').className = 'summary-value ' + (state.biases > 2 ? 'negative' : 'neutral');\n const cost = state.weeks * state.hours * state.rate;\n document.getElementById('sumCost').textContent = '

Decision Toolkit Overview Create structured decision support materials that help humans think through significant choices systematically. This skill produces interactive tools, not just analysis — empowering the decision-maker rather than deciding for them. Philosophy Principles 1. Guide, don't decide — Tools illuminate the decision space; humans choose 2. One thing at a time — Reduce cognitive load through progressive disclosure 3. Multiple lenses — Same decision viewed through different frameworks reveals blind spots 4. Biases visible — Make cognitive biases explicit and checkable 5. Action…

+ cost.toLocaleString();\n }\n\n // Keyboard navigation\n document.addEventListener('keydown', function(e) {\n if (e.key === 'ArrowRight' && e.altKey) nextStep();\n if (e.key === 'ArrowLeft' && e.altKey) prevStep();\n });\n\n showStep(1);\n calculateCost();\n \u003c/script>\n\u003c/body>\n\u003c/html>\n","content_type":"text/html; charset=utf-8","language":"markup","size":38782,"content_sha256":"4d0d688d6b9f6b97f260a0c3efc5391afbad1cd531576281f953af8be5e7fb46"},{"filename":"templates/decision-voice-summary.md","content":"# Voice Summary Template\n\n*For Orpheus TTS or similar expressive voice synthesis*\n\n---\n\n## Script: {{DECISION_TITLE}}\n\n### Opening (Set the stage)\n\nSo, here's the situation. {{CONTEXT_BRIEF}}\n\n{{DECISION_QUESTION_SPOKEN}}\n\n\u003cpause length=\"medium\"/>\n\n### The Tension\n\n{{KEY_TENSION_SPOKEN}}\n\n\u003csigh> It's not straightforward.\n\n### First Principles Reality Check\n\nLet me be honest. {{FIRST_PRINCIPLES_ASSESSMENT}}\n\n\u003cpause length=\"short\"/>\n\n### The Numbers\n\nHere's what the analysis shows:\n\n{{TIMING_SUMMARY}}\n\n{{OPPORTUNITY_COST_SUMMARY}}\n\n\u003cpause length=\"short\"/>\n\n### What Could Go Wrong\n\nNow for the uncomfortable part.\n\n{{SCENARIO_WORST_CASE}}\n\n{{SCENARIO_PROBABILITY_SUMMARY}}\n\n\u003cpause length=\"medium\"/>\n\n### The Biases\n\nAnd here's where I need to be really honest with myself.\n\n{{BIAS_ACKNOWLEDGMENT}}\n\n\u003cpause length=\"short\"/>\n\n### The Verdict\n\n\u003cpause length=\"medium\"/>\n\n{{RECOMMENDATION_SPOKEN}}\n\n{{BOUNDARY_STATEMENT}}\n\n\u003cchuckle> {{CLOSING_THOUGHT}}\n\n---\n\n## Orpheus TTS Markup Reference\n\n### Emotional Tags\n- `\u003csigh>` — Expressing concern or resignation\n- `\u003cchuckle>` — Light humor or self-aware moment\n- `\u003cwhisper>` — Emphasis through contrast\n- `\u003cexcited>` — Enthusiasm\n\n### Pacing\n- `\u003cpause length=\"short\"/>` — Brief beat (0.5s)\n- `\u003cpause length=\"medium\"/>` — Thinking pause (1s)\n- `\u003cpause length=\"long\"/>` — Section break (2s)\n\n### Emphasis\n- `\u003cemphasis>word\u003c/emphasis>` — Stress important terms\n- `\u003cslow>phrase\u003c/slow>` — Deliberate pacing for key points\n\n---\n\n## Example Filled Script\n\n### Opening\n\nSo, here's the situation. Andrew called about joining Synthius, a mental health platform for builders.\n\nShould I commit my time to this right now?\n\n\u003cpause length=\"medium\"/>\n\n### The Tension\n\nThe thing is, I'm launching Salience in February. Every hour I give Synthius is an hour not spent on my own launch.\n\n\u003csigh> It's not straightforward.\n\n### First Principles Reality Check\n\nLet me be honest. I already have Claude Code, my own MCP servers, Obsidian. I can build agent memory myself. Synthius doesn't solve something I genuinely can't do.\n\n\u003cpause length=\"short\"/>\n\n### The Numbers\n\nHere's what the analysis shows:\n\nIf I give three hours a week for six weeks, that's eighteen hours. At my rate, that's about two thousand seven hundred euros worth of time.\n\nThat's roughly two Salience course modules I won't be building.\n\n\u003cpause length=\"short\"/>\n\n### What Could Go Wrong\n\nNow for the uncomfortable part.\n\nIn September, Andrew had six to eleven potential co-founders. Now it's just him and Artem. Eighty percent attrition in four months.\n\nThe analysis suggests a seventy-five percent probability of zero or negative return.\n\n\u003cpause length=\"medium\"/>\n\n### The Biases\n\nAnd here's where I need to be really honest with myself.\n\nI'm feeling FOMO. I'm feeling sunk cost from those previous meetings. I'm influenced by the \"tier zero point three investors\" mention. \u003csigh> Classic authority bias.\n\n\u003cpause length=\"short\"/>\n\n### The Verdict\n\n\u003cpause length=\"medium\"/>\n\nMy recommendation? \u003cemphasis>Observe only.\u003c/emphasis>\n\nTake the Monday call. Maximum three hours per week. No builder commitment until Salience launches.\n\n\"I'm launching Salience in February. Until then, I can offer maximum three hours per week for observation. If that doesn't work, let's reconnect in March.\"\n\n\u003cchuckle> Sometimes the best decision is no decision. Yet.\n\n---\n\n## Usage Notes\n\n1. **Customize placeholders**: Replace {{VARIABLE}} with decision-specific content\n2. **Match emotional beats**: Place `\u003csigh>` at genuine concern points, `\u003cchuckle>` for self-awareness\n3. **Use pauses strategically**: Before key revelations, after heavy information\n4. **Keep it conversational**: Write for the ear, not the eye\n5. **Duration target**: 2-3 minutes spoken (roughly 350-500 words)\n","content_type":"text/markdown; charset=utf-8","language":"markdown","size":3775,"content_sha256":"2f3254ef371035caad394d3334107dbc2963eec19de0613a548d615d03ce16ce"}],"content_json":{"type":"doc","content":[{"type":"heading","attrs":{"level":1},"content":[{"text":"Decision Toolkit","type":"text"}]},{"type":"heading","attrs":{"level":2},"content":[{"text":"Overview","type":"text"}]},{"type":"paragraph","content":[{"text":"Create structured decision support materials that help humans think through significant choices systematically. This skill produces interactive tools, not just analysis — empowering the decision-maker rather than deciding for them.","type":"text"}]},{"type":"heading","attrs":{"level":2},"content":[{"text":"Philosophy","type":"text"}]},{"type":"heading","attrs":{"level":3},"content":[{"text":"Principles","type":"text"}]},{"type":"ordered_list","attrs":{"order":1,"listStyle":"number"},"content":[{"type":"list_item","content":[{"type":"paragraph","content":[{"text":"Guide, don't decide","type":"text","marks":[{"type":"strong"}]},{"text":" — Tools illuminate the decision space; humans choose","type":"text"}]}]},{"type":"list_item","content":[{"type":"paragraph","content":[{"text":"One thing at a time","type":"text","marks":[{"type":"strong"}]},{"text":" — Reduce cognitive load through progressive disclosure","type":"text"}]}]},{"type":"list_item","content":[{"type":"paragraph","content":[{"text":"Multiple lenses","type":"text","marks":[{"type":"strong"}]},{"text":" — Same decision viewed through different frameworks reveals blind spots","type":"text"}]}]},{"type":"list_item","content":[{"type":"paragraph","content":[{"text":"Biases visible","type":"text","marks":[{"type":"strong"}]},{"text":" — Make cognitive biases explicit and checkable","type":"text"}]}]},{"type":"list_item","content":[{"type":"paragraph","content":[{"text":"Actionable output","type":"text","marks":[{"type":"strong"}]},{"text":" — End with concrete next steps, not abstract conclusions","type":"text"}]}]}]},{"type":"heading","attrs":{"level":3},"content":[{"text":"Accessibility First","type":"text"}]},{"type":"bullet_list","content":[{"type":"list_item","content":[{"type":"paragraph","content":[{"text":"Support screen readers (semantic HTML, ARIA labels)","type":"text"}]}]},{"type":"list_item","content":[{"type":"paragraph","content":[{"text":"Keyboard navigable (tab order, focus states)","type":"text"}]}]},{"type":"list_item","content":[{"type":"paragraph","content":[{"text":"High contrast by default (WCAG AA minimum)","type":"text"}]}]},{"type":"list_item","content":[{"type":"paragraph","content":[{"text":"Reduced motion option","type":"text"}]}]},{"type":"list_item","content":[{"type":"paragraph","content":[{"text":"Works without JavaScript (graceful degradation)","type":"text"}]}]},{"type":"list_item","content":[{"type":"paragraph","content":[{"text":"Mobile-friendly touch targets (44px minimum)","type":"text"}]}]}]},{"type":"heading","attrs":{"level":3},"content":[{"text":"Cognitive Inclusivity","type":"text"}]},{"type":"paragraph","content":[{"text":"Different people process decisions differently:","type":"text"}]},{"type":"table","attrs":{"layout":null},"content":[{"type":"tr","content":[{"type":"th","attrs":{"colspan":1,"rowspan":1,"colwidth":null,"alignment":""},"content":[{"type":"paragraph","content":[{"text":"Style","type":"text"}]}]},{"type":"th","attrs":{"colspan":1,"rowspan":1,"colwidth":null,"alignment":""},"content":[{"type":"paragraph","content":[{"text":"Accommodation","type":"text"}]}]}]},{"type":"tr","content":[{"type":"td","attrs":{"colspan":1,"rowspan":1,"colwidth":null,"alignment":""},"content":[{"type":"paragraph","content":[{"text":"Analytical","type":"text","marks":[{"type":"strong"}]}]}]},{"type":"td","attrs":{"colspan":1,"rowspan":1,"colwidth":null,"alignment":""},"content":[{"type":"paragraph","content":[{"text":"Numbers, matrices, weighted scores","type":"text"}]}]}]},{"type":"tr","content":[{"type":"td","attrs":{"colspan":1,"rowspan":1,"colwidth":null,"alignment":""},"content":[{"type":"paragraph","content":[{"text":"Intuitive","type":"text","marks":[{"type":"strong"}]}]}]},{"type":"td","attrs":{"colspan":1,"rowspan":1,"colwidth":null,"alignment":""},"content":[{"type":"paragraph","content":[{"text":"Gut-check prompts, \"how does this feel?\"","type":"text"}]}]}]},{"type":"tr","content":[{"type":"td","attrs":{"colspan":1,"rowspan":1,"colwidth":null,"alignment":""},"content":[{"type":"paragraph","content":[{"text":"Visual","type":"text","marks":[{"type":"strong"}]}]}]},{"type":"td","attrs":{"colspan":1,"rowspan":1,"colwidth":null,"alignment":""},"content":[{"type":"paragraph","content":[{"text":"Diagrams, progress bars, color coding","type":"text"}]}]}]},{"type":"tr","content":[{"type":"td","attrs":{"colspan":1,"rowspan":1,"colwidth":null,"alignment":""},"content":[{"type":"paragraph","content":[{"text":"Verbal","type":"text","marks":[{"type":"strong"}]}]}]},{"type":"td","attrs":{"colspan":1,"rowspan":1,"colwidth":null,"alignment":""},"content":[{"type":"paragraph","content":[{"text":"Written summaries, question prompts","type":"text"}]}]}]},{"type":"tr","content":[{"type":"td","attrs":{"colspan":1,"rowspan":1,"colwidth":null,"alignment":""},"content":[{"type":"paragraph","content":[{"text":"Sequential","type":"text","marks":[{"type":"strong"}]}]}]},{"type":"td","attrs":{"colspan":1,"rowspan":1,"colwidth":null,"alignment":""},"content":[{"type":"paragraph","content":[{"text":"Step-by-step wizard flow","type":"text"}]}]}]},{"type":"tr","content":[{"type":"td","attrs":{"colspan":1,"rowspan":1,"colwidth":null,"alignment":""},"content":[{"type":"paragraph","content":[{"text":"Global","type":"text","marks":[{"type":"strong"}]}]}]},{"type":"td","attrs":{"colspan":1,"rowspan":1,"colwidth":null,"alignment":""},"content":[{"type":"paragraph","content":[{"text":"Dashboard overview option","type":"text"}]}]}]}]},{"type":"heading","attrs":{"level":2},"content":[{"text":"When to Use","type":"text"}]},{"type":"paragraph","content":[{"text":"Invoke this skill when user faces:","type":"text"}]},{"type":"bullet_list","content":[{"type":"list_item","content":[{"type":"paragraph","content":[{"text":"Collaboration/partnership decisions","type":"text"}]}]},{"type":"list_item","content":[{"type":"paragraph","content":[{"text":"Career or job changes","type":"text"}]}]},{"type":"list_item","content":[{"type":"paragraph","content":[{"text":"Investment of significant time/money","type":"text"}]}]},{"type":"list_item","content":[{"type":"paragraph","content":[{"text":"Project prioritization","type":"text"}]}]},{"type":"list_item","content":[{"type":"paragraph","content":[{"text":"Technology/tool selection","type":"text"}]}]},{"type":"list_item","content":[{"type":"paragraph","content":[{"text":"Any choice with multiple factors and uncertainty","type":"text"}]}]}]},{"type":"paragraph","content":[{"text":"Not for","type":"text","marks":[{"type":"strong"}]},{"text":": Trivial decisions, emergency responses, or when user just needs information.","type":"text"}]},{"type":"heading","attrs":{"level":2},"content":[{"text":"Decision Types","type":"text"}]},{"type":"heading","attrs":{"level":3},"content":[{"text":"Type 1: Opportunity Evaluation","type":"text"}]},{"type":"paragraph","content":[{"text":"Should I pursue this opportunity?","type":"text","marks":[{"type":"em"}]}]},{"type":"bullet_list","content":[{"type":"list_item","content":[{"type":"paragraph","content":[{"text":"Partnership, job offer, investment, project","type":"text"}]}]}]},{"type":"heading","attrs":{"level":3},"content":[{"text":"Type 2: Resource Allocation","type":"text"}]},{"type":"paragraph","content":[{"text":"Where should I invest my time/money/attention?","type":"text","marks":[{"type":"em"}]}]},{"type":"bullet_list","content":[{"type":"list_item","content":[{"type":"paragraph","content":[{"text":"Prioritization, budgeting, focus areas","type":"text"}]}]}]},{"type":"heading","attrs":{"level":3},"content":[{"text":"Type 3: Risk Assessment","type":"text"}]},{"type":"paragraph","content":[{"text":"What could go wrong and is it worth it?","type":"text","marks":[{"type":"em"}]}]},{"type":"bullet_list","content":[{"type":"list_item","content":[{"type":"paragraph","content":[{"text":"New ventures, changes, experiments","type":"text"}]}]}]},{"type":"heading","attrs":{"level":3},"content":[{"text":"Type 4: Trade-off Navigation","type":"text"}]},{"type":"paragraph","content":[{"text":"Which option among alternatives?","type":"text","marks":[{"type":"em"}]}]},{"type":"bullet_list","content":[{"type":"list_item","content":[{"type":"paragraph","content":[{"text":"Tool selection, hire decisions, strategic choices","type":"text"}]}]}]},{"type":"heading","attrs":{"level":2},"content":[{"text":"The Decision Journey","type":"text"}]},{"type":"paragraph","content":[{"text":"Nine steps, each focused on one dimension:","type":"text"}]},{"type":"code_block","attrs":{"wrap":false,"language":""},"content":[{"text":"┌─────────────────────────────────────────────────────────────┐\n│ 1. CONTEXT What is the decision? │\n│ 2. FIRST PRINCIPLES Does this solve a real problem? │\n│ 3. TIMING Is now the right moment? │\n│ 4. STAKEHOLDERS Who else is involved? Are they stable? │\n│ 5. BIASES What might cloud my judgment? │\n│ 6. OPPORTUNITY COST What am I giving up? │\n│ 7. SCENARIOS What could happen? │\n│ 8. QUESTIONS What do I still need to learn? │\n│ 9. SYNTHESIS Summary + decision │\n└─────────────────────────────────────────────────────────────┘","type":"text"}]},{"type":"heading","attrs":{"level":2},"content":[{"text":"Output Formats","type":"text"}]},{"type":"heading","attrs":{"level":3},"content":[{"text":"1. Interactive HTML Guide (Primary)","type":"text"}]},{"type":"paragraph","content":[{"text":"Step-by-step wizard with:","type":"text"}]},{"type":"bullet_list","content":[{"type":"list_item","content":[{"type":"paragraph","content":[{"text":"Progress indicator","type":"text"}]}]},{"type":"list_item","content":[{"type":"paragraph","content":[{"text":"One question per screen","type":"text"}]}]},{"type":"list_item","content":[{"type":"paragraph","content":[{"text":"State persistence across steps","type":"text"}]}]},{"type":"list_item","content":[{"type":"paragraph","content":[{"text":"Final summary aggregating all inputs","type":"text"}]}]},{"type":"list_item","content":[{"type":"paragraph","content":[{"text":"Keyboard navigation","type":"text"}]}]},{"type":"list_item","content":[{"type":"paragraph","content":[{"text":"Print-friendly CSS","type":"text"}]}]}]},{"type":"heading","attrs":{"level":3},"content":[{"text":"2. Markdown Framework","type":"text"}]},{"type":"paragraph","content":[{"text":"For offline/text-based use:","type":"text"}]},{"type":"bullet_list","content":[{"type":"list_item","content":[{"type":"paragraph","content":[{"text":"Structured prompts","type":"text"}]}]},{"type":"list_item","content":[{"type":"paragraph","content":[{"text":"Checkbox-style bias audit","type":"text"}]}]},{"type":"list_item","content":[{"type":"paragraph","content":[{"text":"Fill-in-the-blank templates","type":"text"}]}]}]},{"type":"heading","attrs":{"level":3},"content":[{"text":"3. Voice Summary","type":"text"}]},{"type":"paragraph","content":[{"text":"For audio consumption:","type":"text"}]},{"type":"bullet_list","content":[{"type":"list_item","content":[{"type":"paragraph","content":[{"text":"5-7 paragraph executive summary","type":"text"}]}]},{"type":"list_item","content":[{"type":"paragraph","content":[{"text":"Orpheus TTS markup for emotional texture","type":"text"}]}]},{"type":"list_item","content":[{"type":"paragraph","content":[{"text":"Key decision + rationale","type":"text"}]}]}]},{"type":"heading","attrs":{"level":3},"content":[{"text":"4. PDF Report","type":"text"}]},{"type":"paragraph","content":[{"text":"For documentation/sharing:","type":"text"}]},{"type":"bullet_list","content":[{"type":"list_item","content":[{"type":"paragraph","content":[{"text":"Professional formatting","type":"text"}]}]},{"type":"list_item","content":[{"type":"paragraph","content":[{"text":"All frameworks applied","type":"text"}]}]},{"type":"list_item","content":[{"type":"paragraph","content":[{"text":"Appendix with raw analysis","type":"text"}]}]}]},{"type":"heading","attrs":{"level":2},"content":[{"text":"Frameworks Reference","type":"text"}]},{"type":"heading","attrs":{"level":3},"content":[{"text":"First Principles Test","type":"text"}]},{"type":"code_block","attrs":{"wrap":false,"language":""},"content":[{"text":"1. What problem does this solve?\n2. Can I solve it myself?\n3. Is this the best solution?\n4. What assumptions am I making?\n5. If starting fresh today, would I choose this?","type":"text"}]},{"type":"heading","attrs":{"level":3},"content":[{"text":"Bias Checklist","type":"text"}]},{"type":"code_block","attrs":{"wrap":false,"language":""},"content":[{"text":"□ FOMO — Am I afraid of missing out?\n□ Sunk Cost — Am I factoring past investment?\n□ Authority — Am I deferring to credentials?\n□ Social Proof — Am I following the crowd?\n□ Commitment — Do I feel locked in by past statements?\n□ Optimism — Am I assuming problems will resolve?\n□ Recency — Am I overweighting recent events?\n□ Confirmation — Am I seeking validating info only?\n□ Shiny Object — Is novelty distracting me?\n□ Loss Aversion — Am I overweighting potential losses?","type":"text"}]},{"type":"heading","attrs":{"level":3},"content":[{"text":"Opportunity Cost Calculator","type":"text"}]},{"type":"code_block","attrs":{"wrap":false,"language":""},"content":[{"text":"Hours/week × Weeks × Hourly rate = Direct cost\n+ What else could those hours produce?\n+ What relationships/opportunities might suffer?\n= True opportunity cost","type":"text"}]},{"type":"heading","attrs":{"level":3},"content":[{"text":"Scenario Matrix","type":"text"}]},{"type":"code_block","attrs":{"wrap":false,"language":""},"content":[{"text":"| Scenario | Probability | Outcome | Expected Value |\n|----------|-------------|---------|----------------|\n| Worst | X% | ... | ... |\n| Bad | X% | ... | ... |\n| Neutral | X% | ... | ... |\n| Good | X% | ... | ... |\n| Best | X% | ... | ... |","type":"text"}]},{"type":"heading","attrs":{"level":3},"content":[{"text":"Pre-mortem","type":"text"}]},{"type":"code_block","attrs":{"wrap":false,"language":""},"content":[{"text":"Imagine it's [future date]. This decision failed. Why?\n\nPossible causes:\n1. ...\n2. ...\n3. ...\n\nWhich causes are within my control?\nWhich warning signs should I watch for?","type":"text"}]},{"type":"heading","attrs":{"level":3},"content":[{"text":"10-10-10 Framework","type":"text"}]},{"type":"code_block","attrs":{"wrap":false,"language":""},"content":[{"text":"How will I feel about this decision in:\n- 10 minutes?\n- 10 months?\n- 10 years?","type":"text"}]},{"type":"heading","attrs":{"level":3},"content":[{"text":"Regret Minimization","type":"text"}]},{"type":"code_block","attrs":{"wrap":false,"language":""},"content":[{"text":"Imagine you're 80 looking back.\nWould you regret doing this?\nWould you regret NOT doing this?","type":"text"}]},{"type":"heading","attrs":{"level":2},"content":[{"text":"Implementation Guide","type":"text"}]},{"type":"heading","attrs":{"level":3},"content":[{"text":"Step 1: Gather Context","type":"text"}]},{"type":"paragraph","content":[{"text":"Ask user for:","type":"text"}]},{"type":"bullet_list","content":[{"type":"list_item","content":[{"type":"paragraph","content":[{"text":"What is the decision?","type":"text"}]}]},{"type":"list_item","content":[{"type":"paragraph","content":[{"text":"What are the options?","type":"text"}]}]},{"type":"list_item","content":[{"type":"paragraph","content":[{"text":"What's the timeline?","type":"text"}]}]},{"type":"list_item","content":[{"type":"paragraph","content":[{"text":"What's at stake?","type":"text"}]}]},{"type":"list_item","content":[{"type":"paragraph","content":[{"text":"Any relevant background?","type":"text"}]}]}]},{"type":"paragraph","content":[{"text":"Or extract from existing documents (meeting transcripts, notes).","type":"text"}]},{"type":"heading","attrs":{"level":3},"content":[{"text":"Step 2: Choose Output Format","type":"text"}]},{"type":"paragraph","content":[{"text":"Based on user preference and context:","type":"text"}]},{"type":"bullet_list","content":[{"type":"list_item","content":[{"type":"paragraph","content":[{"text":"Complex decision + time available → Interactive HTML","type":"text"}]}]},{"type":"list_item","content":[{"type":"paragraph","content":[{"text":"Quick analysis → Markdown framework","type":"text"}]}]},{"type":"list_item","content":[{"type":"paragraph","content":[{"text":"On-the-go consumption → Voice summary","type":"text"}]}]},{"type":"list_item","content":[{"type":"paragraph","content":[{"text":"Need to share with others → PDF report","type":"text"}]}]}]},{"type":"heading","attrs":{"level":3},"content":[{"text":"Step 3: Generate Tool","type":"text"}]},{"type":"paragraph","content":[{"text":"Use templates in ","type":"text"},{"text":"templates/","type":"text","marks":[{"type":"code_inline"}]},{"text":" directory:","type":"text"}]},{"type":"bullet_list","content":[{"type":"list_item","content":[{"type":"paragraph","content":[{"text":"decision-guide-template.html","type":"text","marks":[{"type":"code_inline"}]},{"text":" — Full interactive wizard","type":"text"}]}]},{"type":"list_item","content":[{"type":"paragraph","content":[{"text":"decision-framework.md","type":"text","marks":[{"type":"code_inline"}]},{"text":" — Text-based analysis","type":"text"}]}]},{"type":"list_item","content":[{"type":"paragraph","content":[{"text":"decision-voice-summary.md","type":"text","marks":[{"type":"code_inline"}]},{"text":" — Audio script template","type":"text"}]}]}]},{"type":"heading","attrs":{"level":3},"content":[{"text":"Step 4: Customize","type":"text"}]},{"type":"paragraph","content":[{"text":"Replace placeholders:","type":"text"}]},{"type":"bullet_list","content":[{"type":"list_item","content":[{"type":"paragraph","content":[{"text":"{{DECISION_TITLE}}","type":"text","marks":[{"type":"code_inline"}]},{"text":" — What's being decided","type":"text"}]}]},{"type":"list_item","content":[{"type":"paragraph","content":[{"text":"{{CONTEXT}}","type":"text","marks":[{"type":"code_inline"}]},{"text":" — Background information","type":"text"}]}]},{"type":"list_item","content":[{"type":"paragraph","content":[{"text":"{{OPTIONS}}","type":"text","marks":[{"type":"code_inline"}]},{"text":" — Available choices","type":"text"}]}]},{"type":"list_item","content":[{"type":"paragraph","content":[{"text":"{{STAKEHOLDERS}}","type":"text","marks":[{"type":"code_inline"}]},{"text":" — People/teams involved","type":"text"}]}]},{"type":"list_item","content":[{"type":"paragraph","content":[{"text":"{{TIMELINE}}","type":"text","marks":[{"type":"code_inline"}]},{"text":" — Relevant dates","type":"text"}]}]},{"type":"list_item","content":[{"type":"paragraph","content":[{"text":"{{FACTORS}}","type":"text","marks":[{"type":"code_inline"}]},{"text":" — Key evaluation criteria","type":"text"}]}]}]},{"type":"heading","attrs":{"level":3},"content":[{"text":"Step 5: Apply Branding (Optional)","type":"text"}]},{"type":"paragraph","content":[{"text":"If using Agency brand:","type":"text"}]},{"type":"bullet_list","content":[{"type":"list_item","content":[{"type":"paragraph","content":[{"text":"Import brand-agency skill CSS variables","type":"text"}]}]},{"type":"list_item","content":[{"type":"paragraph","content":[{"text":"Use neobrutalism styling","type":"text"}]}]},{"type":"list_item","content":[{"type":"paragraph","content":[{"text":"Apply Geist/EB Garamond typography","type":"text"}]}]}]},{"type":"heading","attrs":{"level":2},"content":[{"text":"Accessibility Implementation","type":"text"}]},{"type":"heading","attrs":{"level":3},"content":[{"text":"Semantic HTML","type":"text"}]},{"type":"code_block","attrs":{"wrap":false,"language":"html"},"content":[{"text":"\u003cmain role=\"main\" aria-label=\"Decision Guide\">\n \u003cnav aria-label=\"Progress\">\n \u003col role=\"list\">...\u003c/ol>\n \u003c/nav>\n \u003csection aria-labelledby=\"step-title\">\n \u003ch1 id=\"step-title\">...\u003c/h1>\n \u003c/section>\n\u003c/main>","type":"text"}]},{"type":"heading","attrs":{"level":3},"content":[{"text":"Keyboard Navigation","type":"text"}]},{"type":"code_block","attrs":{"wrap":false,"language":"javascript"},"content":[{"text":"// Ensure all interactive elements are focusable\n// Tab order follows visual order\n// Enter/Space activate buttons\n// Arrow keys navigate options","type":"text"}]},{"type":"heading","attrs":{"level":3},"content":[{"text":"Screen Reader Announcements","type":"text"}]},{"type":"code_block","attrs":{"wrap":false,"language":"html"},"content":[{"text":"\u003cdiv role=\"status\" aria-live=\"polite\" id=\"announcer\">\n \u003c!-- Announce step changes, selections, results -->\n\u003c/div>","type":"text"}]},{"type":"heading","attrs":{"level":3},"content":[{"text":"Color Contrast","type":"text"}]},{"type":"code_block","attrs":{"wrap":false,"language":"css"},"content":[{"text":"/* Minimum 4.5:1 for normal text, 3:1 for large text */\n--text-on-light: #000000; /* 21:1 on white */\n--text-on-dark: #ffffff; /* 21:1 on black */\n--text-on-primary: #ffffff; /* Check each color */","type":"text"}]},{"type":"heading","attrs":{"level":3},"content":[{"text":"Reduced Motion","type":"text"}]},{"type":"code_block","attrs":{"wrap":false,"language":"css"},"content":[{"text":"@media (prefers-reduced-motion: reduce) {\n * {\n animation: none !important;\n transition: none !important;\n }\n}","type":"text"}]},{"type":"heading","attrs":{"level":2},"content":[{"text":"Cultural Considerations","type":"text"}]},{"type":"heading","attrs":{"level":3},"content":[{"text":"Individualist Framing","type":"text"}]},{"type":"bullet_list","content":[{"type":"list_item","content":[{"type":"paragraph","content":[{"text":"\"What do YOU want?\"","type":"text"}]}]},{"type":"list_item","content":[{"type":"paragraph","content":[{"text":"Personal goals and values","type":"text"}]}]},{"type":"list_item","content":[{"type":"paragraph","content":[{"text":"Individual opportunity cost","type":"text"}]}]}]},{"type":"heading","attrs":{"level":3},"content":[{"text":"Collectivist Framing","type":"text"}]},{"type":"bullet_list","content":[{"type":"list_item","content":[{"type":"paragraph","content":[{"text":"\"How does this affect your team/family?\"","type":"text"}]}]},{"type":"list_item","content":[{"type":"paragraph","content":[{"text":"Relationship implications","type":"text"}]}]},{"type":"list_item","content":[{"type":"paragraph","content":[{"text":"Group harmony considerations","type":"text"}]}]}]},{"type":"heading","attrs":{"level":3},"content":[{"text":"Power Distance Awareness","type":"text"}]},{"type":"bullet_list","content":[{"type":"list_item","content":[{"type":"paragraph","content":[{"text":"Some cultures defer to authority figures","type":"text"}]}]},{"type":"list_item","content":[{"type":"paragraph","content":[{"text":"Bias check should include \"Am I deferring inappropriately?\"","type":"text"}]}]},{"type":"list_item","content":[{"type":"paragraph","content":[{"text":"Include stakeholder perspectives explicitly","type":"text"}]}]}]},{"type":"heading","attrs":{"level":3},"content":[{"text":"Uncertainty Tolerance","type":"text"}]},{"type":"bullet_list","content":[{"type":"list_item","content":[{"type":"paragraph","content":[{"text":"Some prefer detailed scenario analysis","type":"text"}]}]},{"type":"list_item","content":[{"type":"paragraph","content":[{"text":"Others find it anxiety-inducing","type":"text"}]}]},{"type":"list_item","content":[{"type":"paragraph","content":[{"text":"Offer both detailed and simplified views","type":"text"}]}]}]},{"type":"heading","attrs":{"level":2},"content":[{"text":"Example Invocations","type":"text"}]},{"type":"heading","attrs":{"level":3},"content":[{"text":"From Meeting Transcript","type":"text"}]},{"type":"code_block","attrs":{"wrap":false,"language":""},"content":[{"text":"User: Analyze this meeting transcript and create a decision toolkit\nClaude: [Extracts decision, stakeholders, options from transcript]\n [Generates interactive HTML guide]\n [Creates voice summary]","type":"text"}]},{"type":"heading","attrs":{"level":3},"content":[{"text":"From Scratch","type":"text"}]},{"type":"code_block","attrs":{"wrap":false,"language":""},"content":[{"text":"User: I need to decide whether to take a new job offer\nClaude: [Asks clarifying questions]\n [Generates decision framework]\n [Customizes for career decision type]","type":"text"}]},{"type":"heading","attrs":{"level":3},"content":[{"text":"Quick Analysis","type":"text"}]},{"type":"code_block","attrs":{"wrap":false,"language":""},"content":[{"text":"User: Help me think through this partnership decision, just give me the frameworks\nClaude: [Provides markdown framework]\n [Skips interactive tool]\n [Focuses on key questions]","type":"text"}]},{"type":"heading","attrs":{"level":2},"content":[{"text":"Files","type":"text"}]},{"type":"bullet_list","content":[{"type":"list_item","content":[{"type":"paragraph","content":[{"text":"SKILL.md","type":"text","marks":[{"type":"code_inline"}]},{"text":" — This file","type":"text"}]}]},{"type":"list_item","content":[{"type":"paragraph","content":[{"text":"templates/decision-guide-template.html","type":"text","marks":[{"type":"code_inline"}]},{"text":" — Interactive wizard template","type":"text"}]}]},{"type":"list_item","content":[{"type":"paragraph","content":[{"text":"templates/decision-framework.md","type":"text","marks":[{"type":"code_inline"}]},{"text":" — Text-based analysis template","type":"text"}]}]},{"type":"list_item","content":[{"type":"paragraph","content":[{"text":"templates/decision-voice-summary.md","type":"text","marks":[{"type":"code_inline"}]},{"text":" — Audio script template","type":"text"}]}]},{"type":"list_item","content":[{"type":"paragraph","content":[{"text":"references/bias-encyclopedia.md","type":"text","marks":[{"type":"code_inline"}]},{"text":" — Detailed bias descriptions","type":"text"}]}]},{"type":"list_item","content":[{"type":"paragraph","content":[{"text":"references/framework-deep-dives.md","type":"text","marks":[{"type":"code_inline"}]},{"text":" — Extended framework explanations","type":"text"}]}]}]},{"type":"heading","attrs":{"level":2},"content":[{"text":"Integration","type":"text"}]},{"type":"paragraph","content":[{"text":"Works well with:","type":"text"}]},{"type":"bullet_list","content":[{"type":"list_item","content":[{"type":"paragraph","content":[{"text":"brand-agency","type":"text","marks":[{"type":"strong"}]},{"text":" — Apply visual branding","type":"text"}]}]},{"type":"list_item","content":[{"type":"paragraph","content":[{"text":"transcript-analyzer","type":"text","marks":[{"type":"strong"}]},{"text":" — Extract decisions from meetings","type":"text"}]}]},{"type":"list_item","content":[{"type":"paragraph","content":[{"text":"pdf-generation","type":"text","marks":[{"type":"strong"}]},{"text":" — Create shareable reports","type":"text"}]}]},{"type":"list_item","content":[{"type":"paragraph","content":[{"text":"elevenlabs-tts","type":"text","marks":[{"type":"strong"}]},{"text":" — Generate audio summaries","type":"text"}]}]}]},{"type":"heading","attrs":{"level":2},"content":[{"text":"Learnings","type":"text"}]},{"type":"heading","attrs":{"level":3},"content":[{"text":"2026-01-09","type":"text"}]},{"type":"paragraph","content":[{"text":"Context","type":"text","marks":[{"type":"strong"}]},{"text":": Initial skill creation from Synthius decision session","type":"text"}]},{"type":"paragraph","content":[{"text":"Key Insight","type":"text","marks":[{"type":"strong"}]},{"text":": Dashboard-everything-at-once overwhelms. Step-by-step wizard with one concept per screen dramatically improves usability.","type":"text"}]},{"type":"paragraph","content":[{"text":"Architecture","type":"text","marks":[{"type":"strong"}]},{"text":": 9-step journey covering all major decision dimensions. State object persists selections across steps. Summary aggregates everything.","type":"text"}]},{"type":"heading","attrs":{"level":2},"content":[{"text":"Accessibility Note","type":"text","marks":[{"type":"strong"}]},{"text":": High contrast neobrutalism actually helps accessibility — clear borders, distinct states, no subtle gradients.","type":"text"}]}]},"metadata":{"date":"2026-06-05","name":"decision-toolkit","author":"@skillopedia","source":{"stars":237,"repo_name":"claude-skills","origin_url":"https://github.com/glebis/claude-skills/blob/HEAD/decision-toolkit/SKILL.md","repo_owner":"glebis","body_sha256":"dae140e6ea6609b53053ea5718df51ed22f246d33fd58f349b98b921ecdf0666","cluster_key":"355cf760eeee2189d7901bb7dfe3595dcb886fee7debe3325ef9b963d5ed7182","clean_bundle":{"format":"clean-skill-bundle-v1","source":"glebis/claude-skills/decision-toolkit/SKILL.md","attachments":[{"id":"ac7141a8-6b11-5cdc-813f-dff11526f2cd","key":"uploads/10433ee7-ad12-4ae0-b34e-97553e46c6c8/ac7141a8-6b11-5cdc-813f-dff11526f2cd/attachment.md","path":"references/bias-encyclopedia.md","size":8984,"sha256":"2205d90b2881ef1164f54b0e814d35d53422b4cb28f3e4411f535a6ae4858273","contentType":"text/markdown; charset=utf-8"},{"id":"30858e4a-735d-5076-a8e1-e50044c61d81","key":"uploads/10433ee7-ad12-4ae0-b34e-97553e46c6c8/30858e4a-735d-5076-a8e1-e50044c61d81/attachment.md","path":"references/framework-deep-dives.md","size":10917,"sha256":"275526835e10ce5ecf7204cfe6daa5e29b2848d24834495ae6b149a4e071a36a","contentType":"text/markdown; charset=utf-8"},{"id":"55f73fcd-0cec-5284-838e-6bd035a90478","key":"uploads/10433ee7-ad12-4ae0-b34e-97553e46c6c8/55f73fcd-0cec-5284-838e-6bd035a90478/attachment.md","path":"templates/decision-export-template.md","size":7997,"sha256":"275014d892e362f502d95f6a10c137152459f8f91317841ab5d95356bd28d6d8","contentType":"text/markdown; charset=utf-8"},{"id":"8625cd9e-2214-5c4e-b6e7-3b221c8e0452","key":"uploads/10433ee7-ad12-4ae0-b34e-97553e46c6c8/8625cd9e-2214-5c4e-b6e7-3b221c8e0452/attachment.md","path":"templates/decision-framework.md","size":3875,"sha256":"2e7ae9868236d585e5bce947a33238ce9586a4c83978993f2329fc81ff76e87c","contentType":"text/markdown; charset=utf-8"},{"id":"9152bda8-5d54-544b-a2be-d66def7b53dc","key":"uploads/10433ee7-ad12-4ae0-b34e-97553e46c6c8/9152bda8-5d54-544b-a2be-d66def7b53dc/attachment.html","path":"templates/decision-guide-template.html","size":38782,"sha256":"4d0d688d6b9f6b97f260a0c3efc5391afbad1cd531576281f953af8be5e7fb46","contentType":"text/html; charset=utf-8"},{"id":"a25b4d17-44e0-577f-a169-e537f5f95bb0","key":"uploads/10433ee7-ad12-4ae0-b34e-97553e46c6c8/a25b4d17-44e0-577f-a169-e537f5f95bb0/attachment.md","path":"templates/decision-voice-summary.md","size":3775,"sha256":"2f3254ef371035caad394d3334107dbc2963eec19de0613a548d615d03ce16ce","contentType":"text/markdown; charset=utf-8"}],"bundle_sha256":"2fb070ea811f098e9f4c2efab776d2512ec35427ecb83ecaf933724cbab2f6de","attachment_count":6,"text_attachments":6,"attachment_storage":"skillopedia-attachments-v1","binary_attachments":0,"excluded_attachments":[]},"cluster_size":1,"skill_md_path":"decision-toolkit/SKILL.md","import_metadata":{"date":"2026-06-05","author":"@skillopedia","version":"v1","category":"web-development","category_label":"Web"},"exact_dupes_collapsed_into_this":0},"version":"v1","category":"web-development","import_tag":"clean-skills-v1","description":"Generate structured decision-making tools — step-by-step guides, bias checkers, scenario explorers, and interactive dashboards. Use when facing significant choices requiring systematic analysis. Supports multiple cognitive styles and output formats."}},"renderedAt":1782980328818}

Decision Toolkit Overview Create structured decision support materials that help humans think through significant choices systematically. This skill produces interactive tools, not just analysis — empowering the decision-maker rather than deciding for them. Philosophy Principles 1. Guide, don't decide — Tools illuminate the decision space; humans choose 2. One thing at a time — Reduce cognitive load through progressive disclosure 3. Multiple lenses — Same decision viewed through different frameworks reveals blind spots 4. Biases visible — Make cognitive biases explicit and checkable 5. Action…