account-research
Research a company or person and get actionable sales intel. Works standalone with web search, supercharged when you connect enrichment tools or your CRM.…
\"Apply behavioral economics concepts including bounded rationality, prospect theory, mental accounting, and nudge theory to analyze decision-making biases. Use this skill when the user needs to understand why people make irrational economic decisions, design choice
$ npx -y skills add charlieviettq/awesome-agent-skill --skill econ-behavioral --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/econ-behavioralContext preview
The summary Claude sees to decide when to auto-load this skill.
\"Apply behavioral economics concepts including bounded rationality, prospect theory, mental accounting, and nudge theory to analyze decision-making biases. Use this skill when the user needs to understand why people make irrational economic decisions, design choice
name: "\"econ-behavioral\"" description: "\"Apply behavioral economics concepts including bounded rationality, prospect theory, mental accounting, and nudge theory to analyze decision-making biases. Use this skill when the user needs to understand why people make irrational economic decisions, design choice architectures, or apply nudges to influence behavior — even if they say 'why do customers make bad choices', 'how do we encourage people to save more', or 'design a better default option'.\"." allowed-tools: Read, Glob, Grep
Behavioral economics studies how psychological factors cause people to deviate from rational economic predictions. Where classical economics assumes rational actors, behavioral economics documents systematic biases and designs interventions (nudges) to improve decisions.
IRON LAW: Biases Are Systematic, Not Random Behavioral biases are PREDICTABLE patterns, not noise. Loss aversion doesn't sometimes make people risk-seeking and sometimes not — it consistently makes people overweight losses relative to equivalent gains (roughly 2:1 ratio). Use specific bias names and their documented effects, not vague "people are irrational."
**Bounded Rationality** (Simon): People satisfice (find "good enough") rather than optimize because cognitive resources are limited.
**Prospect Theory** (Kahneman & Tversky):
**Mental Accounting** (Thaler): People categorize money into mental "buckets" (rent, fun, savings) and treat them differently, violating fungibility.
**Framing Effect**: Same information presented differently leads to different decisions. "90% survival rate" vs "10% mortality rate" — same fact, different choices.
| Bias | Definition | Business Application | |------|-----------|---------------------| | **Anchoring** | First number seen influences subsequent estimates | Show high "original price" before discount | | **Default effect** | People stick with the pre-selected option | Opt-out > opt-in for subscriptions, organ donation | | **Social proof** | People follow what others do | "1,000+ customers chose this plan" | | **Scarcity** | Limited availability increases perceived value | "Only 3 left in stock" | | **Endowment effect** | People overvalue what they already own | Free trials make cancellation feel like a loss | | **Present bias** | People overweight immediate rewards vs future | "Start free today" > "Save money over 12 months" | | **Sunk cost fallacy** | Past investments influence future decisions (shouldn't) | "I've already watched 2 hours, I should finish the movie" | | **Status quo bias** | Preference for current state over change | Existing customers rarely switch, even when better options exist |
**EAST Framework** for effective nudges:
1. **Identify the decision context**: What choice is the user/customer making? 2. **Map relevant biases**: Which systematic biases are likely at play? 3. **Evaluate current choice architecture**: How is the decision currently presented? 4. **Design interventions**: Apply nudges using EAST framework 5. **Test**: A/B test the intervention against the current design
# Behavioral Analysis: {Decision Context}
## Decision Context
- Decision-maker: {who}
- Choice: {what they're deciding}
- Current behavior: {what they typically do}
- Desired behavior: {what we want them to do}
## Biases Identified
| Bias | How It Manifests | Impact |
|------|-----------------|--------|
| {bias} | {specific manifestation} | H/M/L |
## Current Choice Architecture
{How the decision is currently structured and why it triggers biases}
## Proposed Nudges
| Nudge | EAST Principle | Expected Effect |
|-------|---------------|----------------|
| {intervention} | Easy/Attractive/Social/Timely | {predicted change} |
## Testing Plan
- Control: {current design}
- Treatment: {nudged design}
- Metric: {conversion rate / opt-in rate / etc.}
- Sample size: {N}**Scenario:** Increasing retirement savings enrollment in a Taiwanese company
**Biases at play:**
**Nudge design:** | Nudge | Principle | Intervention | |-------|-----------|-------------| | Auto-enrollment | **Easy** (default) | Change from opt-in to opt-out (3% default contribution) | | Escalation | **Timely** | "Increase contribution by 1% at each annual raise" — timed to coincide with salary increase so deduction doesn't feel like a loss | | Social proof | **Social** | "78% of your colleagues contribute to the retirement plan" |
**Predicted effect**: Auto-enrollment alone typically increases participation from ~30% to ~90% (well-documented in literature) ✓
Curated skill pack for LLM agents in engineer and science workflow (Cursor & Claude ready).
Research a company or person and get actionable sales intel. Works standalone with web search, supercharged when you connect enrichment tools or your CRM.…
Evaluate LLM agents and tool-using workflows—task success, tool accuracy, latency/cost, safety, and regression suites. Use when shipping agent features,…
Design agent tools and CLI surfaces—schemas, naming, errors, idempotency, and discoverability for LLM callers. Use when defining tools for agents, SDKs, or…
\"Implement and select ad bidding strategies from manual CPC to automated target-CPA and target-ROAS. Use this skill when the user needs to choose a bidding…
\"Optimize advertising budget allocation across campaigns using marginal returns analysis. Use this skill when the user needs to distribute budget across…
\"Build CTR prediction models for estimating ad click-through rates from features. Use this skill when the user needs to predict click probability, build an ad…