• Projects
  • Service
  • About
  • branding.bz
  • Podcast
  • Tips
  • FAQ
  • Recruit
  • Download
  • Contact
  • branding.bz(ブランド構築SaaS)
  • DESIGN NOW(デザインメディア)
  • X
  • LinkedIn
  • Spotify
  • Facebook

213-0011 神奈川県川崎市高津区久本3-6-7-303

© 2026 ID INC. All rights reserved

claude-skills/スキル
SKILLKnowledge Workproductivity

benchmark-assets

プラグイン
Maven Bio
ソース
GitHub で見る ↗
説明

複数の対象物(製品・プログラム・企業など)を同じ基準で横並びに比較し、根拠の説明度を明記した構造的なベンチマーク結果を返します。 **次のような場合に使用:** - 直接的な比較が必要な場合 - 例えば「XはほかのIL-23製品とどう異なるのか」「これら4つのプログラムを比較してほしい」といった質問 ※参考となる過去の事例や先例に基づいた推論が欲しい場合は、identify-analogs(類似事例検索)を使う方が適しています。

原文を表示

Compare named assets side by side on a common set of dimensions and return a structured benchmark with explicit evidence strength. Use for direct comparisons, for example 'how does X compare to the other IL-23s', 'benchmark these four programs'. Use identify-analogs when precedents to reason from are wanted rather than a head-to-head table.

ユースケース
  • 複数の対象物を同じ基準で比較したい
  • 製品やプログラムの違いを明確にしたい
  • 根拠付きのベンチマーク結果が必要
本文(日本語訳)

ベンチマーク資産比較

複数の資産を比較する際の標準的な方法で、最終的な表形式やスライド形式を強制しません。

次のような場合に使用

  • ユーザーが複数の資産を並べて比較したい
  • ワークフロー内で複数の資産を統一的な観点から比較する必要がある
  • 最終的な分析の前に再利用可能な比較データを作成したい

主なツール

  • match_entity
  • search_entities
  • research_entity
  • search_documents
  • read_document(検出した文書を読む。ベンチマーク項目が承認状況、認定、またはラベル内容の場合は、まず search_documents(source_types=["fda_filings"]) でラベルを検索してから読み込む。source_types は search_documents のフィルター機能で、read_document ではない)

ベンチマーク作成前に、match_entity を使用して各資産名を標準化します。元の資産名は name に、事業者・企業・補足情報は context に記入します。固定リストではなく条件から比較対象を探す場合は、search_entities を使用します。

出力の形式

各資産について、以下のような項目を含むベンチマーク結果を返します。

  • メカニズム(作用機序)
  • 主要な治療対象疾患
  • 開発段階の最高レベル
  • 差別化できる根拠
  • 主なリスク要因

各項目には以下を含めます。

  • value(値)
  • evidence_rating(根拠の信頼度評価)
  • citations(引用元)
  • notes(オプション:補足)

ベンチマークの規模調整

research_entity を資産ごとに実施する方法は、小規模な比較(各資産について構造化データだけでなく詳しい背景情報が必要な場合)に適しています。

規模が大きい場合、予算に合わせて各行の内容を勝手に簡略化してはいけません。まずベンチマークの対象範囲を絞り込む(開発段階・疾患・治療法のカテゴリーを search_entities で限定する)か、比較項目を減らし、どちらを選んだかを説明します。30個の資産を1行ずつ比較するより、8個の資産を根拠をもって詳しく比較する方が有用です。

  • research-assistant サブエージェント(補助となる分析エージェント)を使い、資産ごとに並列処理で証拠を収集し、その後、すべての行が同じ信頼度の根拠に基づくよう整合させます。

オプション機能

  • validate-target(ベンチマーク項目が標的の遺伝学的検証可能性や対処可能性に関わる場合)

品質基準

  • 資産全体で比較項目の基準を統一する
  • 直接的に根拠のある事実と分析的な判断を分ける
  • ある資産の根拠が不足している場合は、その差を隠さず明示する
  • ベンチマーク項目がラベル内容に関わる場合、search_documents(source_types=["fda_filings"]) で各資産のラベルを見つけ、read_document で該当の文書を読み込む。全文を取得する前に format="sections" で関連セクションを抽出し、各セルに文書名と日付を記載する
原文(English)を表示

Benchmark Assets

This primitive standardizes comparisons across assets without imposing a final table or slide format.

Use When

  • the user wants side-by-side comparison
  • a workflow needs comparable dimensions across multiple assets
  • you need a reusable comparison object before synthesis

Core Tools

  • match_entity
  • search_entities
  • research_entity
  • search_documents
  • read_document to read a located document (when a benchmark dimension is approval status, designations, or label content, find the label first with search_documents(source_types=["fda_filings"]) -- source_types is a search_documents filter, not a read_document one)

Use match_entity to canonicalize each named asset before benchmarking. Keep the raw asset name in name and put sponsor/company/disambiguating text in context. Use search_entities when you are discovering the benchmark set by criteria rather than starting from a fixed named list.

Output Contract

Return benchmark items where each asset has dimensions such as:

  • mechanism
  • lead indication
  • highest stage
  • differentiating evidence
  • key risks

Each dimension should include:

  • value
  • evidence_rating
  • citations
  • optional notes

Scaling the Benchmark

The research_entity-per-asset path is the right one for small-N comparisons, where the user needs deep narrative context per asset rather than just structured dimensions.

For larger sets, do not silently degrade the depth of each row to fit the budget. Narrow the benchmark set first (tighten the phase, indication, or modality scope via search_entities), or reduce the number of comparison dimensions, and say which of the two you did. A benchmark of 30 assets at one line each is less useful than a benchmark of 8 assets that actually supports its claims.

  • gather evidence for the assets in parallel with the research-assistant sub-agent, one workstream per asset, then reconcile the returned claim sets so every row is held to the same evidence bar

Optional Primitives

  • validate-target (when a benchmark dimension is target genetic validation or tractability)

Quality Bar

  • keep dimensions comparable across assets
  • separate directly supported facts from analytic judgment
  • when one asset has missing evidence, preserve the asymmetry rather than smoothing it over
  • when benchmarking dimensions touch label content, locate each asset's label with search_documents(source_types=["fda_filings"]) and read the specific document with read_document; prefer format="sections" to find the relevant section before pulling full text, and cite the document plus its date on each cell

原文・著作権は Anthropic および各プラグイン作者に帰属します。日本語訳は Claude API による自動翻訳です。