What problem does it solve? Conducting fundamental equity research requires combining point-in-time data, financial extraction, valuation models, and report generation while respecting organizational permissions and data authorization rules. This Skill coordinates that entire workflow under the fundamental group's identity and governance constraints. ## Core Features & Use Cases - PIT-compliant research: Enforces published_at <= as_of_date on all source materials, preserving citations with source and timestamp. - Component-based analysis: Invokes published capability adapters such as pit_rag_search, extract_financial, dcf_valuation, and render_report when available in the service catalog. - Governed report production: Uses organization_solution to define file scope and acceptance criteria before writing or rendering reports, with honest reporting of any unavailable or failed components. - Use Case: A fundamental group analyst needs a valuation report on a company as of a specific date. The Skill queries the capability catalog and group Memory, reads authorized PIT materials, runs financial extraction and DCF valuation components, then renders a report for user acceptance. ## Quick Start Start a fundamental research task for a target company with a specified as_of_date, asking it to query the capability catalog and group Memory first, then produce a cited valuation report using only authorized PIT sources.