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'.
npx skills add https://github.com/asgard-ai-platform/skills --skill econ-behavioral
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:
# 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) ✓
references/prospect-theory.mdreferences/ethics-of-nudging.mdThis skill provides an advanced financial modeling suite with DCF analysis, sensitivity testing, Monte Carlo simulations, and scenario planning for investment decisions
This skill retrieves upcoming earnings announcements for US stocks using the Financial Modeling Prep (FMP) API. Use this when the user requests earnings calendar data, wants to know which companies are reporting earnings in the upcoming week, or needs a weekly earnings review. The skill focuses on mid-cap and above companies (over $2B market cap) that have significant market impact, organizing the data by date and timing in a clean markdown table format. Supports multiple environments (CLI, Desktop, Web) with flexible API key management.
This skill should be used when analyzing recent market-moving news events and their impact on equity markets and commodities. Use this skill when the user requests analysis of major financial news from the past 10 days, wants to understand market reactions to monetary policy decisions (FOMC, ECB, BOJ), needs assessment of geopolitical events' impact on commodities, or requires comprehensive review of earnings announcements from mega-cap stocks. The skill automatically collects news using WebSearch/WebFetch tools and produces impact-ranked analysis reports. All analysis thinking and output are conducted in English.
Screen post-earnings gap-up stocks for PEAD (Post-Earnings Announcement Drift) patterns. Analyzes weekly candle formation to detect red candle pullbacks and breakout signals. Supports two input modes - FMP earnings calendar (Mode A) or earnings-trade-analyzer JSON output (Mode B). Use when user asks about PEAD screening, post-earnings drift, earnings gap follow-through, red candle breakout patterns, or weekly earnings momentum setups.
Plan a sprint — scope work, estimate capacity, set goals, and draft a sprint plan. Use when kicking off a new sprint, sizing a backlog against team availability (accounting for PTO and meetings), deciding what's P0 vs. stretch, or handling carryover from the last sprint.
Provide US dividend tax and account-location workflow for Kanchi-style income portfolios. Use when users ask about qualified vs ordinary dividends, 1099-DIV interpretation, REIT/BDC distribution treatment, holding-period checks, or taxable-vs-IRA account placement decisions for dividend assets.
Business fundamentals for indie app developers — LLC/entity setup, taxes, Apple Small Business Program, revenue tracking, hiring contractors, and financial planning for sustainability. Use when user asks about business setup, tax implications, hiring, or financial planning for their app business.
Inventory management for TikTok Shop — demand forecasting, viral stock planning, FBT optimization
Take asgard-ai-platform/econ-behavioral from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.