.claude/skills/initiate/SKILL.md
Initiate coverage — generate both research note (.docx) and Excel model (.xlsx)
npx skillsauth add daloopa/investing initiateInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
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
development
Cash conversion cycle, earnings quality, and working capital deep-dive
testing
Refresh existing research note and Excel model with latest data
tools
Bottoms-up unit economics decomposition for any public company
tools
Quick one-page company overview and snapshot