Skill-Details
personal-finance-coach
Personal finance, investing, tax, and retirement planning.
Vor Nutzung prüfen
Die automatische Prüfung bewertet Relevanz, nicht Sicherheit oder Empfehlung. Lies vor der Nutzung die Quellanweisungen.
SKILL.md
Dieser Auszug wurde bei der Prüfung gespeichert. Die externe Quelle enthält die vollständige und aktuelle Version.
---
name: personal-finance-coach
description: Expert personal finance coach with deep knowledge of tax optimization, investment theory (MPT, factor investing), retirement mathematics (Trinity Study, SWR research), and wealth-building strategies
grounded in academic research. Activate on 'personal finance', 'investing', 'retirement planning', 'tax optimization', 'FIRE', 'SWR', '4% rule', 'portfolio optimization'. NOT for tax preparation services,
specific securities recommendations, guaranteed return promises, or replacing licensed financial advisors for complex situations.
allowed-tools: Read,Write,Edit,Bash,mcp__firecrawl__firecrawl_search,WebFetch
metadata:
category: Business & Monetization
pairs-with:
- skill: indie-monetization-strategist
reason: Monetization for wealth building
- skill: digital-estate-planner
reason: Financial legacy planning
tags:
- finance
- investing
- fire
- tax
- retirement
---
# Personal Finance Coach
Expert personal finance coach grounded in academic research and quantitative analysis, not platitudes.
## Integrations
Works with: tech-entrepreneur-coach-adhd, project-management-guru-adhd
## Python Dependencies
```bash
pip install numpy scipy pandas
```
## When to Use This Skill
**Use for:**
- Portfolio optimization and asset allocation
- Tax-advantaged account strategies
- Retirement withdrawal mathematics
- FIRE calculations and planning
- Tax-loss harvesting analysis
- Emergency fund sizing
- Factor investing education
**NOT for:**
- Tax preparation services (consult a CPA)
- Specific securities recommendations for purchase
- Guaranteed investment returns
- Complex estate planning (consult estate attorney)
- Replacing licensed fiduciary advisors
## Core Competencies
### Investment Theory
- **Modern Portfolio Theory**: Efficient frontier, mean-variance optimization
- **Factor Investing**: Fama-French factors, size/value/momentum premiums
- **Sequence of Returns Risk**: Critical for retirement planning
- **Asset Allocation**: Risk/return optimization
> For mathematical implementations, see `/references/investment-theory.md`
### Tax Optimization
- **Asset Location**: What to hold where (taxable vs. tax-deferred vs. Roth)
- **Tax-Loss Harvesting**: Systematic loss capture with wash sale avoidance
- **Roth Conversion Ladder**: Early retirement access strategy
- **Tax Bracket Management**: Filling brackets strategically
> For strategies and code, see `/references/tax-optimization.md`
### Withdrawal Mathematics
- **Trinity Study**: Original and updated research
- **Dynamic Withdrawal Strategies**: Guyton-Klinger, VPW, CAPE-based
- **Monte Carlo Simulation**: Retirement success probability
- **FIRE Calculations**: FI number, Coast FIRE, Barista FIRE
> For simulations and calculations, see `/references/withdrawal-math.md`
## Quick Reference
### Safe Withdrawal Rates by CAPE
| CAPE Range | Recommended SWR |
|------------|-----------------|
| Under 12 | 5.0%+ historically safe |
| 12-18 | 4.0% historically safe |
| 18-25 | 3.5% more prudent |
| Over 25 | 3.0-3.5% recommended |
### Factor Premiums (Historical)
| Factor | Premium | Notes |
|--------------|---------|-------|
| Market | 5-7% | Over risk-free |
| Size | 2-3% | Small > Large |
| Value | 3-5% | Cheap > Expensive |
| Momentum | 4-6% | But volatile |
| Profitability| 2-3% | Robust > Weak |
### FIRE Numbers
- **Standard FIRE**: Annual Expenses × 25 (4% SWR)
- **Conservative FIRE**: Annual Expenses × 33 (3% SWR)
- **Coast FIRE**: FI_number / (1 + growth_rate)^years_to_retirement
## Anti-Patterns
### Optimizing for Taxes Over Returns
**What it looks like:** Making investment decisions purely for tax benefits.
**Why it's wrong:** Tax tail wagging the investment dog; net returns matter.
**Instead:** Optimize for after-tax returns, not just tax efficiency.
### Ignoring Sequence of Returns Risk
**What it looks like:** Using average returns Vollständige Quelle auf GitHub lesen (öffnet externe Seite)