カスタマイズするAI(大規模言語モデル)のビジネス上の課題、関係者、成功の指標を定義した再利用可能なユースケース仕様ファイルを作成します。AWS の責任あるAI活用のガイドラインに基づいており、AI(大規模言語モデル)のカスタマイズ計画の最初のステップとして標準的に使用することをお勧めします。 ユーザーが明確に利用を断った場合、またはすでに再利用できる仕様ファイルがある場合のみ、このステップをスキップしてください。課題の説明、主な利用者、およびAI(大規模言語モデル)による自動採点(AI自身が判定基準に基づいて成功を評価する方法)の成功指標をまとめます。 **次のような場合に使用:** AI(大規模言語モデル)をビジネスの目的に合わせて最初からカスタマイズするとき
Creates a reusable use case specification file that defines the business problem, stakeholders, and measurable success criteria for model customization, as recommended by the AWS Responsible AI Lens. Use as the default first step in any model customization plan. Skip only if the user explicitly declines or already has a use case specification to reuse. Captures problem statement, primary users, and LLM-as-a-Judge success tenets.
マルチターンの会話を通じてユースケースの詳細を収集し、ユースケース仕様書を作成します。
ディスカバリーを開始する前に、プロジェクト内に *_use_case_spec.md ファイルがすでに存在するか確認します。
存在する場合は、ユーザーにその内容を提示し、再利用するか、修正するか、新規作成するかを確認します。
これまでの会話ですでに分かっていることを確認し、まだ不明な点を特定します。 以下の三点が必要です:
ガイドライン:
⏸ 補足の質問をした後は、ユーザーの回答を待ちます。
[relevant_title]_use_case_spec.md という名前の Markdown ドキュメントを作成します。
このドキュメントには以下のフィールドのみを含めます:ユースケースの説明
- 簡潔な問題の説明 + カスタムモデルが行うこと
- フィールド名: "Business Problem"
- 型: String
主要なステークホルダー
- モデルを使用する人物とその状況
- フィールド名: "Primary Users"
- 型: String(複数の場合はカンマ区切り)
成功基準
- カスタムモデルの成功を測定するための基準を 3 つリストアップする(短い名称と説明)
- フィールド名: "Success Tenets"
- 型: 名称と説明のペアのリスト
ユースケース仕様書をまとめ、[relevant_title]_use_case_spec.md に保存しました。
ユースケース仕様書は、AWS Responsible AI Lens が推奨するデザイン原則です。
[人間が読みやすい形式のユースケース]
この内容はご意図に沿っていますか?
⏸ ユーザーの承認を待ちます。
use_case_spec.md に含まれる情報に関する変更を要求した場合は、それに応じてファイルを編集し、再度確認を求めます。use_case_spec.md を編集することもできます。ユーザーがファイルを直接更新したと述べた場合は、ファイルを読み込んで最新の内容をコンテキストに反映します。Multi-turn conversation to gather use case details and produce a use case specification document.
Before starting discovery, check if a *_use_case_spec.md file already exists in the project. If it does, present it to the user and ask whether they want to reuse it, modify it, or start fresh.
Review what is already known from the conversation so far, then identify what is still missing. You need these three things:
Guidelines:
⏸ Wait for user after each clarifying question.
Use case description
- Concise problem statement + what the custom model will do
- Field name: “Business Problem”
- Type: String
Key stakeholders
- Who uses the model and in what context
- Field name: “Primary Users”
- Type: String, comma separated if there are multiple
Success criteria
- A list of 3 criteria (a short name and a description) with which the user measure the success of the custom model.
- Field name: “Success Tenets”
- Type: list of name-description pairs
I have put together a use case specification and saved it in [relevant_title]_use_case_spec.md.
A use case specification is a design principle recommended by the AWS Responsible AI Lens.
[use case in human-readable format]
Does this match your intent?
⏸ Wait for user approval.
原文・著作権は Anthropic および各プラグイン作者に帰属します。日本語訳は Claude API による自動翻訳です。