---
name: Finance Guru Document Creation
slug: finance-guru-document-creation
category: Writing
description: Finance Guru Document Creation generates institutional-style financial documents from templates such as analysis reports, buy tickets, compliance memos, model specs, presentations, and onboarding reports. Use it when you need a structured finance document with citations, disclaimers, and YAML frontmatter.
github: "https://github.com/AojdevStudio/Finance-Guru/tree/main/.claude/skills/fin-guru-create-doc"
language: Python
stars: 318
forks: 109
install: "npx degit https://github.com/AojdevStudio/Finance-Guru/tree/main/.claude/skills/fin-guru-create-doc ~/.claude/skills/fin-guru-create-doc"
installs_to: ~/.claude/skills/fin-guru-create-doc
source_path: .claude/skills/fin-guru-create-doc/SKILL.md
collection_size: 17
category_size: 1109
collection_url: "https://dirskills.com/collections/AojdevStudio/Finance-Guru"
added: 2026-09-03T06:03:33.630Z
last_synced: 2026-09-03T06:03:33.630Z
canonical_url: "https://dirskills.com/skills/finance-guru-document-creation"
---

# Finance Guru Document Creation

Finance Guru Document Creation generates institutional-style financial documents from templates such as analysis reports, buy tickets, compliance memos, model specs, presentations, and onboarding reports. Use it when you need a structured finance document with citations, disclaimers, and YAML frontmatter.

**Install:**

```bash
npx degit https://github.com/AojdevStudio/Finance-Guru/tree/main/.claude/skills/fin-guru-create-doc ~/.claude/skills/fin-guru-create-doc
```

## README

# 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](../_shared/PaidMcpCapabilityProbe.md)**. 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

1. Identify the appropriate template for the document type
2. Load the template from `{project-root}/fin-guru/templates/`
3. Gather required inputs (analysis data, recommendations, metrics)
4. Generate document with proper YAML frontmatter (date stamp, disclaimer, citations)
5. 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`

## 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 Summary` section
- 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
