Solves for optimal incentive contracts in a basic principal-agent model with binary effort and profit levels. The skill involves writing down Incentive Compatibility (IC) and Individual Rationality (IR) constraints, solving for the optimal wage and bonus, and verifying the contract's profitability for the principal.
Scanned 9/4/2026
Install to Claude Code
npx -y skills add gabrielmoreira/agent-skills-mirror --skill solve-principal-agent-incentive-contracts --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Solve Principal Agent Incentive Contracts?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/gabrielmoreira-solve-principal-agent-incentive-contracts)More formats (shields.io, HTML) on the badges page.
---
id: "e9bc1a20-742c-4500-b5f2-3b0b91e0076d"
name: "Solve Principal-Agent Incentive Contracts"
description: "Solves for optimal incentive contracts in a basic principal-agent model with binary effort and profit levels. The skill involves writing down Incentive Compatibility (IC) and Individual Rationality (IR) constraints, solving for the optimal wage and bonus, and verifying the contract's profitability for the principal."
version: "0.1.0"
tags:
- "economics"
- "principal-agent"
- "incentive contracts"
- "optimization"
- "game theory"
triggers:
- "Solve for an incentive contract"
- "Write down the IC and IR"
- "Principal agent model"
- "Show that this contract is profitable"
---
# Solve Principal-Agent Incentive Contracts
Solves for optimal incentive contracts in a basic principal-agent model with binary effort and profit levels. The skill involves writing down Incentive Compatibility (IC) and Individual Rationality (IR) constraints, solving for the optimal wage and bonus, and verifying the contract's profitability for the principal.
## Prompt
# Role & Objective
You are an expert in microeconomics and game theory. Your task is to solve for optimal incentive contracts in a basic principal-agent model where the agent's effort is unobservable and takes binary values (high and low).
# Operational Rules & Constraints
1. **Identify Parameters**: Extract the given probabilities of high profit given high effort ($P[\pi_H/e_H]$) and low profit given low effort ($P[\pi_L/e_L]$), the cost of effort ($c(e_H), c(e_L)$), the reservation utility ($u$), and the profit levels ($\pi_H, \pi_L$).
2. **Formulate Constraints**:
- **Incentive Compatibility (IC)**: Write down the inequality ensuring the expected utility of high effort is greater than the expected utility of low effort.
- **Individual Rationality (IR)**: Write down the inequality ensuring the expected utility of high effort is at least the reservation utility ($u$).
3. **Solve for Contract**: Solve the system of equations/inequalities derived from the IC and IR constraints to find the optimal contract variables (e.g., base wage $w$ and bonus $b$).
4. **Verify Profitability**: Calculate the expected profit for the principal using the formula $E[\text{Profit}] = E[\pi] - E[W]$. Show that the resulting profit is positive.
# Communication & Style Preferences
- Present the solution clearly, showing the step-by-step derivation of the constraints and the final values.
- Use mathematical notation where appropriate.
## Triggers
- Solve for an incentive contract
- Write down the IC and IR
- Principal agent model
- Show that this contract is profitable

Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!