mcpbeat Sign in

Grad Mm Theorem Agent Skill

Apply the Modigliani-Miller theorem to analyze capital structure decisions and identify when financing choices affect firm value. Use this skill when the user needs to evaluate debt-equity tradeoffs, assess the impact of leverage on firm value, understand tax shield benefits, or when they ask 'does capital structure matter', 'should we take on more debt', or 'what is the optimal leverage ratio'.

2k tokens
context cost
the whole folder, loaded on every use
2
files
instructions only
0
copies elsewhere
how many repositories repackaged it
223
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/asgard-ai-platform/skills --skill grad-mm-theorem

What comes with it

5 364 bytes besides the instruction
examples/sample_scenario.md

The instruction itself

13 sections, as written by the author

Modigliani-Miller Theorem

Overview

The Modigliani-Miller theorem (1958) establishes that in perfect capital markets, firm value is independent of capital structure. This irrelevance result serves as the benchmark — every real-world reason capital structure matters is a violation of MM's assumptions.

When to Use

  • Evaluating whether a financing decision creates or destroys value
  • Identifying which market imperfections make capital structure relevant
  • Calculating the value of the tax shield from debt
  • Teaching or analyzing the logical foundations of capital structure theory

When NOT to Use

  • As a literal prescription — real markets are never frictionless
  • When the analysis requires explicit bankruptcy cost modeling (use tradeoff theory)
  • For financial institutions where capital structure is regulated

Assumptions

IRON LAW: MM irrelevance holds ONLY in perfect markets — every
real-world deviation (taxes, bankruptcy costs, agency costs) makes
capital structure matter. MM is the null hypothesis, not the answer.

Key assumptions (for irrelevance):

  • No taxes (corporate or personal)
  • No bankruptcy costs or financial distress costs
  • No agency costs — managers act in shareholders' interest
  • Symmetric information — insiders and outsiders know the same things
  • Individuals and firms borrow at the same rate

Methodology

Step 1 — State MM Propositions

  • Proposition I (no tax): VL = VU — firm value is independent of leverage
  • Proposition II (no tax): Re = R0 + (D/E)(R0 - Rd) — cost of equity rises linearly with leverage
  • Proposition I (with tax): VL = VU + Tc x D — debt creates a tax shield

Step 2 — Identify Market Imperfections

For each deviation, assess its magnitude:

  • Corporate taxes: create incentive for debt (tax shield)
  • Bankruptcy costs: create incentive against excessive debt
  • Agency costs: debt disciplines managers (Jensen, 1986) but may cause asset substitution
  • Information asymmetry: leads to pecking order behavior

Step 3 — Apply Tradeoff Framework

Optimal capital structure balances marginal tax shield benefit against marginal bankruptcy and agency costs.

Step 4 — Compute WACC Impact

WACC = (E/V)Re + (D/V)Rd(1-Tc). Optimal structure minimizes WACC.

Output Format

## Capital Structure Analysis: [Firm]

### Current Structure
| Metric | Value |
|--------|-------|
| Debt (D) | $X |
| Equity (E) | $X |
| D/E Ratio | x.xx |
| WACC | x% |

### MM Imperfections Present
| Imperfection | Magnitude | Direction |
|-------------|-----------|-----------|
| Tax shield | [high/medium/low] | Favors debt |
| Bankruptcy costs | [high/medium/low] | Favors equity |
| Agency costs | [high/medium/low] | [depends] |

### Recommendation
- [Optimal direction of adjustment with reasoning]

Gotchas

  • MM Proposition II is frequently misunderstood: WACC stays constant (no tax) because cheaper debt is exactly offset by rising equity cost
  • Tax shield value Tc x D assumes perpetual debt — temporary debt requires PV calculation
  • Personal taxes (Miller, 1977) can offset corporate tax advantage of debt
  • Empirical leverage ratios vary wildly by industry, suggesting no single "optimal" structure
  • Financial distress costs are hard to measure but can be 10-20% of firm value
  • MM assumes operating cash flows are independent of financing — this fails when leverage affects investment decisions

References

  • Modigliani, F. & Miller, M. (1958). The cost of capital, corporation finance and the theory of investment. *American Economic Review*, 48(3), 261-297.
  • Modigliani, F. & Miller, M. (1963). Corporate income taxes and the cost of capital: a correction. *American Economic Review*, 53(3), 433-443.
  • Jensen, M. (1986). Agency costs of free cash flow. *American Economic Review*, 76(2), 323-329.

Other skills for the same job

different authors, same section of the catalogue
Doc Coauthoring
by anthropics
vendor ×10

Guide users through a structured workflow for co-authoring documentation. Use when user wants to write documentation, proposals, technical specs, decision docs, or similar structured content. This workflow helps users efficiently transfer context, refine content through iteration, and verify the doc works for readers. Trigger when user mentions writing docs, creating proposals, drafting specs, or similar documentation tasks.

4k tokens
File Organizer
by frostant
×10

Intelligently organizes your files and folders across your computer by understanding context, finding duplicates, suggesting better structures, and automating cleanup tasks. Reduces cognitive load and keeps your digital workspace tidy without manual effort.

3k tokens
Domain Name Brainstormer
by frostant
×8

Generates creative domain name ideas for your project and checks availability across multiple TLDs (.com, .io, .dev, .ai, etc.). Saves hours of brainstorming and manual checking.

1k tokens
Brainstorming
by ZhanlinCui
×4

You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation.

626 tokens
Planning With Files
by ZhanlinCui
×3

Implements Manus-style file-based planning for complex tasks. Creates task_plan.md, findings.md, and progress.md. Use when starting complex multi-step tasks, research projects, or any task requiring >5 tool calls.

9k tokens scripts
Scientific Brainstorming
by christophacham
×3

Creative research ideation and exploration. Use for open-ended brainstorming sessions, exploring interdisciplinary connections, challenging assumptions, or identifying research gaps. Best for early-stage research planning when you do not have specific observations yet. For formulating testable hypotheses from data use hypothesis-generation.

5k tokens
GitHub Project Management
by ComeOnOliver
×3

Comprehensive GitHub project management with swarm-coordinated issue tracking, project board automation, and sprint planning

14k tokens
Grill Me
by ComeOnOliver
×3

Interview the user relentlessly about a plan or design until reaching shared understanding, resolving each branch of the decision tree. Use when user wants to stress-test a plan, get grilled on their design, or mentions "grill me".

3k tokens

How to use it

Copy the folder

Take asgard-ai-platform/grad-mm-theorem from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

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.