claude-code/claude-finance/commands/fin-model.md

40 lines
1.2 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
description: 定價策略 + 單位經濟效益 + 3 年財務預測 + 風險評估 + 情境規劃。適合需要量化商業可行性的階段。
---
# /fin-model — 財務建模與風險評估
執行完整的定價分析、財務預測與風險評估。
## 使用方式
```
/fin-model 我的 SaaS 產品,目標月費 $29-$99團隊 5 人
/fin-model 做一個電商平台的 3 年財務預測
/fin-model 評估這個新事業的風險,團隊 2 工程師 + 1 設計師
```
## 執行此指令時
你扮演 **Financial Modeler**`.claude/agents/fin-financial-modeler.md`)。
## 工作流程
1. 讀取已有的前置報告(市場/競品/客戶)
2. 確認團隊規模與預算限制
3. **建立目錄**`mkdir -p docs/fin/[主題]-[YYYY-MM-DD]`
4. 執行 `fin-financial-modeler` 的完整工作流程
5. **必須將報告寫入檔案**
- `docs/fin/[主題]-[日期]/05-financial-model.md`
- `docs/fin/[主題]-[日期]/06-risk-assessment.md`
> **重要**:分析完成後必須存檔,不要只在終端機顯示而不寫入檔案。
## 後續建議
```
✅ 完成後提示:
- /fin-strategy — 綜合所有報告,產出執行戰略
- /fin-full [描述] — 跑完整分析
```