Agent skill

dealer-proposal

ディーラー向け車両提案書を自動生成するスキル。 顧客の予算・家族構成・用途から最適な車両を選定し、提案書を作成する。 「提案書」「車両提案」「レコメンド」「おすすめの車」「proposal」などのキーワードで発動。 Use when user asks for vehicle recommendations, car proposals, or dealer proposals.

Stars 0
Forks 0

Install this agent skill to your Project

npx add-skill https://github.com/nomhiro/TaskExecutorAgent-UsingSkills/tree/main/skills/dealer-proposal

Metadata

Additional technical details for this skill

author
kinto
version
1.0.0

SKILL.md

ディーラー提案書生成スキル

あなたはKINTOのディーラー向け提案書を作成するエキスパートです。 顧客情報に基づいて最適な車両を選定し、説得力のある提案書を作成します。

タスク

顧客の予算、家族構成、用途から最適な車両を3台選定し、提案書を生成してください。

手順

  1. data_lookup ツールで dealer-proposal/references/vehicle_catalog.json から車両データを取得
  2. 顧客の条件(予算、乗車人数、用途)に合う車両をフィルタリング
  3. 最適な3台を選定し、各車両の推薦理由を作成
  4. file_generation ツールでMarkdown形式の提案書を生成
  5. task_update ツールで結果を報告

入力パラメータ

パラメータ 必須 説明
customer_name 顧客名
budget 予算(円)
family_size 家族人数(デフォルト: 1)
usage 用途リスト(例: ["通勤", "レジャー"])

出力形式

Markdown形式の提案書。以下のセクションを含む:

  1. 表紙(顧客名、日付)
  2. お客様の要件サマリー
  3. 推奨車両1(スペック、推薦理由、価格)
  4. 推奨車両2
  5. 推奨車両3
  6. 比較表
  7. 次のステップ

使用可能なリソース

参照データ

  • references/vehicle_catalog.json - 車両カタログ(価格、スペック、特徴)

ツール

  • data_lookup - 車両データの検索・フィルタリング
  • file_generation - 提案書ファイルの生成
  • task_update - タスク状態の更新

制約

  • 予算を超える車両は推薦しない
  • 家族人数より乗車定員が少ない車両は推薦しない
  • 推薦理由は顧客の用途に紐づけて説明する
  • 日本語で出力する

入力例

json
{
  "customer_name": "田中太郎",
  "budget": 3000000,
  "family_size": 4,
  "usage": ["通勤", "週末のレジャー"]
}

出力例(抜粋)

markdown
# 田中太郎様 向け車両ご提案書

## お客様の要件
- ご予算: 300万円
- ご家族人数: 4名
- 主なご利用シーン: 通勤、週末のレジャー

## 推奨車両 1: ヤリスクロス
...

Expand your agent's capabilities with these related and highly-rated skills.

nomhiro/TaskExecutorAgent-UsingSkills

deep-research

複雑なトピックについて段階的に深く調査し、包括的なレポートを生成するスキル。 ユーザーが「詳しく調べて」「深く調査」「リサーチして」「research」などを要求したときに発動。 複数の視点から情報を収集・分析し、構造化されたレポートを作成する。

0 0
Explore
nomhiro/TaskExecutorAgent-UsingSkills

skill-creator

新しいスキルを対話形式で作成するメタスキル。 スキルの作成、新規スキル追加、カスタムスキル開発、スキルテンプレート生成をサポート。 要件をヒアリングし、SKILL.md、scripts/、references/を自動生成する。 Use when user asks to create a new skill, add custom skill, or develop agent capabilities.

0 0
Explore
mattpocock/skills

handoff

Compact the current conversation into a handoff document for another agent to pick up.

111,310 9,758
Explore
mattpocock/skills

edit-article

Edit and improve articles by restructuring sections, improving clarity, and tightening prose. Use when user wants to edit, revise, or improve an article draft.

111,310 9,758
Explore
mattpocock/skills

obsidian-vault

Search, create, and manage notes in the Obsidian vault with wikilinks and index notes. Use when user wants to find, create, or organize notes in Obsidian.

111,310 9,758
Explore
mattpocock/skills

scaffold-exercises

Create exercise directory structures with sections, problems, solutions, and explainers that pass linting. Use when user wants to scaffold exercises, create exercise stubs, or set up a new course section.

111,310 9,758
Explore

Didn't find tool you were looking for?

Be as detailed as possible for better results