FIRE Planner Skill
Description
This skill provides access to a structured knowledge base for Financial Independence, Retire Early (FIRE) planning. It covers core formulas (FIRE Number, SWR, Coast Number), variant strategies (Lean/Fat/Barista/Coast), risk analysis (bear markets, inflation, Monte Carlo), international considerations (multi-currency, tax-efficient withdrawals), and progress tracking SOPs.
Resources
The knowledge base contains 20+ guides organized by domain:
- Core Concepts:
core-concepts/ (FIRE Number, SWR, Trinity Study, variants, lifecycle stages)
- Planning:
planning/ (projections, scenario analysis, cashflow, Barista FIRE)
- Risk Analysis:
risk-analysis/ (bear market stress test, inflation, Monte Carlo)
- Asset Allocation:
asset-allocation/ (stage-based allocation, multi-currency, rebalancing)
- International:
international/ (Asia FIRE, tax-efficient withdrawal, currency risk)
- Tracking:
tracking/ (progress tracking SOP, reporting guide)
- Reference Scripts:
reference-scripts/ (Python calculation examples)
See RESOURCES_INDEX.md for the complete file listing.
Instructions
- Analyze User Intent: Determine whether the user needs a formula, a framework comparison, a stress test interpretation, or a planning workflow.
- Locate & Read:
- Identify the relevant subfolder (e.g., "How do I calculate my FIRE number?" ->
core-concepts/fire-number-calculation.md).
- Always read the relevant file contents before answering. Do not invent formulas or percentages.
- Handle Edge Cases:
- If multiple files are relevant, read all and synthesize insights.
- If no exact match exists, check the broader category (e.g.,
core-concepts/ for general questions).
- If the question is ambiguous, ask for specifics: "Are you asking about traditional FIRE or Barista FIRE?"
- If a file cannot be found, suggest the closest alternative from RESOURCES_INDEX.md.
- Synthesize with Citations:
- Provide a specific, actionable answer based only on the file content.
- MANDATORY: At the end of your response, cite the specific file(s) you referenced.
- Example: (Source: core-concepts/fire-number-calculation.md)
Example Usage
User: "How do I calculate my FIRE number?"
- Action: Read
core-concepts/fire-number-calculation.md.
- Response: Walk through the formula
FIRE Number = Annual Expenses / SWR with concrete examples and the multi-currency table.
- Citation: (Source: core-concepts/fire-number-calculation.md)
User: "Should I aim for Barista FIRE or full FIRE?"
- Action: Read
core-concepts/fire-variants-guide.md AND planning/barista-fire-planning.md.
- Response: Compare the two variants using the decision framework and highlight the coverage ratio formula.
- Citation: (Sources: core-concepts/fire-variants-guide.md, planning/barista-fire-planning.md)
User: "What happens to my plan if there's a bear market right after I retire?"
- Action: Read
risk-analysis/bear-market-stress-test.md AND core-concepts/safe-withdrawal-rate.md.
- Response: Explain sequence-of-returns risk and the guardrails strategy for adjusting withdrawals.
- Citation: (Sources: risk-analysis/bear-market-stress-test.md, core-concepts/safe-withdrawal-rate.md)
User: "I earn in TWD but want to retire in multiple countries. How do I track net worth?"
- Action: Read
asset-allocation/multi-currency-net-worth.md AND international/currency-risk-management.md.
- Response: Explain the base-currency conversion approach and hedging considerations.
- Citation: (Sources: asset-allocation/multi-currency-net-worth.md, international/currency-risk-management.md)
1---2name: fire-planner3description: A FIRE (Financial Independence, Retire Early) planning knowledge base with calculation frameworks, stress testing, and multi-currency support. Use this skill when users ask about: - FIRE number calculation, safe withdrawal rates, or the Trinity Study - FIRE variants (Lean, Fat, Barista, Coast FIRE) and which one fits their situation - Bear market stress tests, Monte Carlo simulations, or inflation sensitivity - Years-to-FIRE projections, scenario analysis, or cashflow impact modeling - Multi-currency net worth aggregation or international FIRE considerations - FIRE progress tracking, reporting, or rebalancing strategies DO NOT use for: Generic budgeting tips, individual stock picks, or tax filing instructions. This skill reads from a curated knowledge base of 20+ strategic guides to provide citation-backed, actionable answers grounded in established FIRE methodology.4---56# FIRE Planner Skill78## Description9This skill provides access to a structured knowledge base for **Financial Independence, Retire Early (FIRE)** planning. It covers core formulas (FIRE Number, SWR, Coast Number), variant strategies (Lean/Fat/Barista/Coast), risk analysis (bear markets, inflation, Monte Carlo), international considerations (multi-currency, tax-efficient withdrawals), and progress tracking SOPs.1011## Resources12The knowledge base contains 20+ guides organized by domain:13- **Core Concepts**: `core-concepts/` (FIRE Number, SWR, Trinity Study, variants, lifecycle stages)14- **Planning**: `planning/` (projections, scenario analysis, cashflow, Barista FIRE)15- **Risk Analysis**: `risk-analysis/` (bear market stress test, inflation, Monte Carlo)16- **Asset Allocation**: `asset-allocation/` (stage-based allocation, multi-currency, rebalancing)17- **International**: `international/` (Asia FIRE, tax-efficient withdrawal, currency risk)18- **Tracking**: `tracking/` (progress tracking SOP, reporting guide)19- **Reference Scripts**: `reference-scripts/` (Python calculation examples)2021See [RESOURCES_INDEX.md](RESOURCES_INDEX.md) for the complete file listing.2223## Instructions24251. **Analyze User Intent**: Determine whether the user needs a formula, a framework comparison, a stress test interpretation, or a planning workflow.262. **Locate & Read**:27 - Identify the relevant subfolder (e.g., "How do I calculate my FIRE number?" -> `core-concepts/fire-number-calculation.md`).28 - **Always read the relevant file contents** before answering. Do not invent formulas or percentages.293. **Handle Edge Cases**:30 - If multiple files are relevant, read all and synthesize insights.31 - If no exact match exists, check the broader category (e.g., `core-concepts/` for general questions).32 - If the question is ambiguous, ask for specifics: "Are you asking about traditional FIRE or Barista FIRE?"33 - If a file cannot be found, suggest the closest alternative from RESOURCES_INDEX.md.344. **Synthesize with Citations**:35 - Provide a specific, actionable answer based *only* on the file content.36 - **MANDATORY**: At the end of your response, cite the specific file(s) you referenced.37 - Example: *(Source: core-concepts/fire-number-calculation.md)*3839## Example Usage4041- **User**: "How do I calculate my FIRE number?"42 - **Action**: Read `core-concepts/fire-number-calculation.md`.43 - **Response**: Walk through the formula `FIRE Number = Annual Expenses / SWR` with concrete examples and the multi-currency table.44 - **Citation**: *(Source: core-concepts/fire-number-calculation.md)*4546- **User**: "Should I aim for Barista FIRE or full FIRE?"47 - **Action**: Read `core-concepts/fire-variants-guide.md` AND `planning/barista-fire-planning.md`.48 - **Response**: Compare the two variants using the decision framework and highlight the coverage ratio formula.49 - **Citation**: *(Sources: core-concepts/fire-variants-guide.md, planning/barista-fire-planning.md)*5051- **User**: "What happens to my plan if there's a bear market right after I retire?"52 - **Action**: Read `risk-analysis/bear-market-stress-test.md` AND `core-concepts/safe-withdrawal-rate.md`.53 - **Response**: Explain sequence-of-returns risk and the guardrails strategy for adjusting withdrawals.54 - **Citation**: *(Sources: risk-analysis/bear-market-stress-test.md, core-concepts/safe-withdrawal-rate.md)*5556- **User**: "I earn in TWD but want to retire in multiple countries. How do I track net worth?"57 - **Action**: Read `asset-allocation/multi-currency-net-worth.md` AND `international/currency-risk-management.md`.58 - **Response**: Explain the base-currency conversion approach and hedging considerations.59 - **Citation**: *(Sources: asset-allocation/multi-currency-net-worth.md, international/currency-risk-management.md)*