一键导入
initiate
Initiate coverage — generate both research note (.docx) and Excel model (.xlsx)
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Initiate coverage — generate both research note (.docx) and Excel model (.xlsx)
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | initiate |
| description | Initiate coverage — generate both research note (.docx) and Excel model (.xlsx) |
| argument-hint | TICKER |
Initiate coverage on the company specified by the user: $ARGUMENTS
Before starting, read ../data-access.md for data access methods and ../design-system.md for formatting conventions. Follow the data access detection logic and design system throughout this skill.
This is the capstone skill that produces both a research note and an Excel model from a single comprehensive data gathering pass.
Rather than running /research-note and /build-model independently (which would duplicate data gathering), this skill gathers a superset of data once, then renders both outputs.
Look up the company by ticker using discover_companies. Capture:
company_idlatest_calendar_quarter — anchor for all period calculations (see ../data-access.md Section 1.5)latest_fiscal_quarter../data-access.md Section 4.5Get market data (see ../data-access.md Section 2):
Follow the /build-model skill's Phase 2 data pull (the most comprehensive). Calculate 8-16 quarters backward from latest_calendar_quarter. Pull:
Identify 5-8 comparable companies. Get peer trading multiples (see ../data-access.md Section 2). If consensus forward estimates are available (../data-access.md Section 3), include NTM estimates. Pull peer fundamentals from Daloopa where available (revenue growth, margins).
If a projection engine is available (see ../data-access.md Section 5), use it. Otherwise project manually.
Write historical data to reports/.tmp/{TICKER}_initiate_input.json for reuse.
Search SEC filings comprehensively:
Build falsifiable bull/bear beliefs (follows /research-note methodology):
Write the executive summary, variant perception, and key findings.
If chart generation is available (see ../data-access.md Section 5), generate charts:
Skip any charts that fail; note which were generated.
Research Note (.docx):
reports/.tmp/{TICKER}_context.jsonpython infra/docx_renderer.py --template templates/research_note.docx --context reports/.tmp/{TICKER}_context.json --output reports/{TICKER}_research_note.docxExcel Model (.xlsx):
reports/.tmp/{TICKER}_model_context.jsonpython infra/excel_builder.py --context reports/.tmp/{TICKER}_model_context.json --output reports/{TICKER}_model.xlsxTell the user:
reports/{TICKER}_research_note.docxreports/{TICKER}_model.xlsxreports/.tmp/ (for future updates)All financial figures must use Daloopa citation format: $X.XX million
Build an industry comp sheet Excel model with deep operational KPIs
Trading comparables analysis with peer multiples and implied valuation
Rapid first-read earnings flash for a given company
Pre-earnings preparation report for the night before a company reports
Full earnings analysis with guidance tracking for a given company
Walk through initial setup and authentication for this Daloopa starter kit