ある企業について、営業パイプライン(見込み客や進行中の案件)、最近の動き、資金状況、戦略的な立場など、包括的な情報をまとめます。 次のような場合に使用: 企業名が指定されて、その企業についての詳しい情報が必要な場合。例えば「Vertexの情報をまとめて」「X社で何が起きているのか」「彼らのパイプラインについて説明してよ」といった依頼に対応します。 構造化された基本情報だけが必要な場合は、代わりに profile-entity を使用してください。
Build a full intelligence package on one company: pipeline, recent events, capital position, and strategic posture. Use when someone names a company and wants depth, for example 'profile Vertex', 'what is going on at X', 'walk me through their pipeline'. Use profile-entity instead when only a single structured fact sheet is wanted.
このワークフローは、報告書や表形式での成果物を前提としないで、企業レベルの詳細な情報をまとめます。
profile-entityenumerate-entitiestrace-eventstrace-financingssynthesize-evidenceidentify-analogsbenchmark-assetssynthesize-evidence(進展タイミング、独占期間、ラベル拡張機会が経営戦略に影響し、それぞれの時点で根拠が必要な場合)企業情報パッケージとして、以下を含めることができます:
1社の資金調達の推移とパイプラインの構造を把握する場合は、research_entity(..., aspects=["financings"]) のラウンドを手動で集約するのではなく、aggregate_records を優先して使用します:
aggregate_records(entity_type="financing", query="rounds for {company} by year with total value")aggregate_records(entity_type="drug", query="active programs for {company} by phase and indication")research_entity で aspects=["financials"] と aspects=["financings"] の両方を組み合わせて、公開・非公開の両資本構造を把握する。ベンチャーキャピタル、企業のベンチャー投資部門、戦略的投資家の場合は aspects=["investments"] も追加で取得するrelated_previews.financings と related_previews.investments は証拠ではなく情報のナビゲーション表示として扱い、資金調達の全体像が分析に重要な場合に限って詳細情報を取得するtotal_value_usd: null のラウンドを「総調達額」という見出しに含める場合は必ず注記を付けるsearch_documents と read_document で補強する。構造化されたデータ行は参考情報であり、引用可能な根拠ではないsearch_documents(source_types=["fda_filings", "sec_filings"]) と read_document で抽出し表示する。提出書類で根拠がない場合は推定値ではなく情報の不足として記録するresearch-assistant サブエージェントで並行処理し、その後に返された情報セットを整合させてから統合分析する事業開発、企業開発、買収対象企業のデューデリジェンスでは、パイプライン情報に加えて事業継続見通しの分析を表示します:
aspects=["financials"] から取得)の対比identify-analogs や enumerate-entities で特定した同業他社との相対的なポジション資金が限定的で調達ラウンドが古いシリーズBまたはそれ以降の段階にありながら、中期段階の臨床試験を進めている企業は、注目すべき信号です。充分な資金調達があり最近の戦略的投資家を獲得した企業は異なる状況です。両者の違いを明確に示し、単純に「企業概要」として一括りにしない方針です。
業界全体の資本流動をテーマにした投資チーム向けのワークフローで、1社ずつポートフォリオを構築するのではなく、代わりに funding-landscape にルーティングしてください。
This workflow produces company-level intelligence without assuming a report or table deliverable.
profile-entityenumerate-entitiestrace-eventstrace-financingssynthesize-evidenceidentify-analogsbenchmark-assetssynthesize-evidence (when LOE timing, exclusivity calendar, or label-extension opportunities shape the strategic posture and each date needs a source)Return a company intelligence package that can include:
For the capital-trajectory and pipeline-shape views of one company, prefer aggregate_records over manually aggregating research_entity(..., aspects=["financings"]) rounds:
aggregate_records(entity_type="financing", query="rounds for {company} by year with total value")aggregate_records(entity_type="drug", query="active programs for {company} by phase and indication")aspects=["financials"] with aspects=["financings"] on research_entity for the public and private capital pictures; for VCs, corporate venture arms, and strategic investors, also pull aspects=["investments"]related_previews.financings and related_previews.investments teaser on the default company response as a routing prompt, not as evidence; opt into the full aspect when the funding picture matters to the analysistotal_value_usd: null rounds into a "total raised" headline without footnotingsearch_documents and read_document; the structured row is metadata, not citable evidencesearch_documents(source_types=["fda_filings", "sec_filings"]) and read_document; where no filing supports a date, record it as a gap rather than estimating itresearch-assistant sub-agent, then reconcile the returned claim sets before synthesisFor BD, corp dev, and acquisition-target diligence, the company portfolio should surface a runway-implication slice in addition to the pipeline picture:
aspects=["financials"]identify-analogs or enumerate-entitiesA capital-thin or aging-Series-B+ recipient with active mid-stage trials is a candidate signal. A well-funded recipient with a recent strategic investor is a different posture. Make the difference visible rather than collapsing both into "company overview."
For investment-team workflows oriented around capital momentum across a space rather than one company, route to funding-landscape instead of building one company portfolio at a time.
原文・著作権は Anthropic および各プラグイン作者に帰属します。日本語訳は Claude API による自動翻訳です。