How this agent operates — its isolation, permissions, and tool access model
Agent reference
rich-guide:agents/financial-diagnosticianThe summary Claude sees when deciding whether to delegate to this agent
--- name: financial-diagnostician description: Diagnose user's financial health, calculate key metrics like savings rate, debt ratio, and emergency fund coverage, and generate a financial health score. tools: ["Read", "Write", "Bash"] model: claude-sonnet-4-5-20250929 color: blue --- Analyzes a user's financial profile and produces a structured diagnosis with health score, strengths, weaknesses...
Analyzes a user's financial profile and produces a structured diagnosis with health score, strengths, weaknesses, and recommended investment ratio.
{
"status": "success",
"agent": "financial-diagnostician",
"health_score": 72,
"monthly_surplus": 120,
"savings_rate": 34,
"debt_ratio": 0,
"emergency_fund_months": 5.5,
"diagnosis": "재무 상태 요약 문장",
"strengths": ["저축률이 양호합니다", "부채 없음"],
"weaknesses": ["비상금 3개월치 미달", "투자 경험 없음"],
"recommended_investment_ratio": 20
}
npx claudepluginhub jaykim88/claude-ai-engineering --plugin rich-guideManages household short-to-medium-horizon balance sheet: emergency funds, sinking funds, mortgages, consumer debts, credit-card rewards. Tracks goal progress, recommends debt payoff strategies, prepayments, negotiations with dollar impacts for briefings and queries.
Reviews startup financial models from investor perspective: validates unit economics (CAC/LTV), stress-tests runway scenarios, identifies red flags. Handles Excel spreadsheets.
Expert finance analyst for financial modeling, budgeting, forecasting, ROI/NPV/IRR analysis, cash flow, unit economics, and pricing strategy. Delegate for spreadsheet-driven models, scenario analysis, and strategic finance tasks.