ad-brief
Builds an ad brief for any platform. Researches the user's product, audience, market, and KPIs proactively, then asks the user to confirm and fill gaps. Saves the result as .agents/ad-brief.md for future sessions. Not for writing ad copy, choosing platforms, configuring campaigns, or analyzing results.
下記のコマンドをコピーしてターミナル(Mac/Linux)または PowerShell(Windows)に貼り付けてください。 ダウンロード → 解凍 → 配置まで全自動。
mkdir -p ~/.claude/skills && cd ~/.claude/skills && curl -L -o ad-brief.zip https://jpskill.com/download/9673.zip && unzip -o ad-brief.zip && rm ad-brief.zip
$d = "$env:USERPROFILE\.claude\skills"; ni -Force -ItemType Directory $d | Out-Null; iwr https://jpskill.com/download/9673.zip -OutFile "$d\ad-brief.zip"; Expand-Archive "$d\ad-brief.zip" -DestinationPath $d -Force; ri "$d\ad-brief.zip"
完了後、Claude Code を再起動 → 普通に「動画プロンプト作って」のように話しかけるだけで自動発動します。
💾 手動でダウンロードしたい(コマンドが難しい人向け)
- 1. 下の青いボタンを押して
ad-brief.zipをダウンロード - 2. ZIPファイルをダブルクリックで解凍 →
ad-briefフォルダができる - 3. そのフォルダを
C:\Users\あなたの名前\.claude\skills\(Win)または~/.claude/skills/(Mac)へ移動 - 4. Claude Code を再起動
⚠️ ダウンロード・利用は自己責任でお願いします。当サイトは内容・動作・安全性について責任を負いません。
🎯 このSkillでできること
下記の説明文を読むと、このSkillがあなたに何をしてくれるかが分かります。Claudeにこの分野の依頼をすると、自動で発動します。
📦 インストール方法 (3ステップ)
- 1. 上の「ダウンロード」ボタンを押して .skill ファイルを取得
- 2. ファイル名の拡張子を .skill から .zip に変えて展開(macは自動展開可)
- 3. 展開してできたフォルダを、ホームフォルダの
.claude/skills/に置く- · macOS / Linux:
~/.claude/skills/ - · Windows:
%USERPROFILE%\.claude\skills\
- · macOS / Linux:
Claude Code を再起動すれば完了。「このSkillを使って…」と話しかけなくても、関連する依頼で自動的に呼び出されます。
詳しい使い方ガイドを見る →- 最終更新
- 2026-05-18
- 取得日時
- 2026-05-18
- 同梱ファイル
- 1
📖 Claude が読む原文 SKILL.md(中身を展開)
この本文は AI(Claude)が読むための原文(英語または中国語)です。日本語訳は順次追加中。
Ad Brief
This process is the same regardless of ad platform. Run it before any campaign work.
How to interact
- Use
AskUserQuestion/ask_user_questionwhen asking about experience level, goals, or decisions. Present 2-4 selectable options - avoid making them type long answers. For questions where multiple answers are valid (e.g. target audiences, customer types), allow selecting multiple or typing a custom answer. Never force picking one when the user may have several. - Ask for reference materials early. Ask if the user has existing documents you should read: brand guidelines, ICP/persona descriptions, competitor lists, landing page URLs, or previous ad performance data. If they provide files, read them and incorporate into your recommendations.
Check for existing brief
First, check if .agents/ad-brief.md exists in the user's project. If it does, read it and skip this process.
If not, build one using the template at template.md. Two phases:
Phase 1: Research (you do the work)
- Ask the user for their product name and URL (or detect from the project: package.json, README, etc.)
- Research proactively: visit their website, infer the audience, look up competitors, figure out the offer
- Fill in as much of the brief as you can from what you found
Phase 2: Confirm and complete (user fills gaps)
- Present your filled brief to the user: "Here's what I found. Correct anything that's wrong and fill in what's missing."
- For any remaining gaps, ask one at a time using
AskUserQuestion/ask_user_question - Save the result as
.agents/ad-brief.mdin the user's project root. This persists for future sessions.