fin-guru-create-doc
GitHub基于模板生成机构级金融文档(如分析报告、合规备忘录等),支持自动填充数据与规范输出。
Trigger Scenarios
Install
npx skills add AojdevStudio/Finance-Guru --skill fin-guru-create-doc -g -y
SKILL.md
Frontmatter
{
"name": "fin-guru-create-doc",
"description": "Create institutional-grade financial documents from templates. Handles analysis reports, buy tickets, compliance memos, Excel model specs, presentations, and onboarding reports."
}
Document Creation Skill
Create professional financial documents using Finance Guru templates.
Capability probe
Before filling source gaps in a document, follow the shared paid MCP capability probe. This workflow wants perplexity for sourced synthesis and exa for deep discovery when upstream research is incomplete. If either is absent, announce the source-by-source WebSearch fallback and its coverage caveat; never omit a required source section silently.
Available Templates
| Template | Path | Purpose |
|---|---|---|
| Analysis Report | {project-root}/fin-guru/templates/analysis-report.md |
Research and analysis reports |
| Buy Ticket | {project-root}/fin-guru/templates/buy-ticket-template.md |
Capital deployment authorization |
| Compliance Memo | {project-root}/fin-guru/templates/compliance-memo.md |
Regulatory compliance documentation |
| Excel Model Spec | {project-root}/fin-guru/templates/excel-model-spec.md |
Financial model specifications |
| Presentation | {project-root}/fin-guru/templates/presentation-format.md |
Stakeholder presentations |
| Onboarding Report | {project-root}/fin-guru/templates/onboarding-report.md |
Client onboarding summaries |
Workflow
- Identify the appropriate template for the document type
- Load the template from
{project-root}/fin-guru/templates/ - Gather required inputs (analysis data, recommendations, metrics)
- Generate document with proper YAML frontmatter (date stamp, disclaimer, citations)
- Save under
analysis/using naming conventions:- Analysis reports:
analysis/{topic}-{YYYY-MM-DD}.md - Buy tickets:
tickets/buy-ticket-{YYYY-MM-DD}-{short-descriptor}.md - Strategy docs:
analysis/{strategy-name}-master-strategy.md
- Analysis reports:
Buy Ticket Contract
Buy tickets use the canonical buy-ticket-template.md contract:
- Builder is not a direct buy-ticket entrypoint; buy-ticket creation should begin from Strategy Advisor or Dividend Specialist
- YAML frontmatter plus a structured
## Execution Summarysection - Portfolio context must already be loaded
- Require deployment amount, allocation table, price snapshot, strategy rationale, risk notes, and sources/assumptions
- Save tickets to
tickets/ - Treat ITC risk as advisory-only; include an ITC advisory only when upstream analysis provided it and the signal is materially elevated
Requirements
- All documents MUST include educational-only disclaimer
- All sources MUST be cited with timestamps
- All documents MUST include YAML frontmatter with date stamp
- Follow institutional-grade formatting standards
Version History
-
ac43b09
Current 2026-09-23 02:03
新增付费MCP能力探测流程以处理源数据缺口,优化路径引用并修复Buy Ticket构建说明。
- d13f5ab 2026-08-20 11:51


