jpskill.com
💼 ビジネス コミュニティ

project-interview

学習者の人物像を把握するために、会話形式のインタビューを実施する際に役立つ情報を提供するSkill。

📜 元の英語説明(参考)

Resources for conversational interviews to create learner profiles. Used by project-interviewer agent during /init.

🇯🇵 日本人クリエイター向け解説

一言でいうと

学習者の人物像を把握するために、会話形式のインタビューを実施する際に役立つ情報を提供するSkill。

※ jpskill.com 編集部が日本のビジネス現場向けに補足した解説です。Skill本体の挙動とは独立した参考情報です。

⚡ おすすめ: コマンド1行でインストール(60秒)

下記のコマンドをコピーしてターミナル(Mac/Linux)または PowerShell(Windows)に貼り付けてください。 ダウンロード → 解凍 → 配置まで全自動。

🍎 Mac / 🐧 Linux
mkdir -p ~/.claude/skills && cd ~/.claude/skills && curl -L -o project-interview.zip https://jpskill.com/download/17547.zip && unzip -o project-interview.zip && rm project-interview.zip
🪟 Windows (PowerShell)
$d = "$env:USERPROFILE\.claude\skills"; ni -Force -ItemType Directory $d | Out-Null; iwr https://jpskill.com/download/17547.zip -OutFile "$d\project-interview.zip"; Expand-Archive "$d\project-interview.zip" -DestinationPath $d -Force; ri "$d\project-interview.zip"

完了後、Claude Code を再起動 → 普通に「動画プロンプト作って」のように話しかけるだけで自動発動します。

💾 手動でダウンロードしたい(コマンドが難しい人向け)
  1. 1. 下の青いボタンを押して project-interview.zip をダウンロード
  2. 2. ZIPファイルをダブルクリックで解凍 → project-interview フォルダができる
  3. 3. そのフォルダを C:\Users\あなたの名前\.claude\skills\(Win)または ~/.claude/skills/(Mac)へ移動
  4. 4. Claude Code を再起動

⚠️ ダウンロード・利用は自己責任でお願いします。当サイトは内容・動作・安全性について責任を負いません。

🎯 このSkillでできること

下記の説明文を読むと、このSkillがあなたに何をしてくれるかが分かります。Claudeにこの分野の依頼をすると、自動で発動します。

📦 インストール方法 (3ステップ)

  1. 1. 上の「ダウンロード」ボタンを押して .skill ファイルを取得
  2. 2. ファイル名の拡張子を .skill から .zip に変えて展開(macは自動展開可)
  3. 3. 展開してできたフォルダを、ホームフォルダの .claude/skills/ に置く
    • · macOS / Linux: ~/.claude/skills/
    • · Windows: %USERPROFILE%\.claude\skills\

Claude Code を再起動すれば完了。「このSkillを使って…」と話しかけなくても、関連する依頼で自動的に呼び出されます。

詳しい使い方ガイドを見る →
最終更新
2026-05-18
取得日時
2026-05-18
同梱ファイル
1

📖 Skill本文(日本語訳)

※ 原文(英語/中国語)を Gemini で日本語化したものです。Claude 自身は原文を読みます。誤訳がある場合は原文をご確認ください。

Project Interview Skill

このスキルは、学習者との自然な会話形式のインタビューを実施するためのリソースを提供します。

コア原則

一つの目標: 学習者に合った persona.md を作成するのに十分な情報を収集すること。

理解すべきこと:

  • 彼らが何を学びたいか (topic)
  • なぜそれを学びたいのか (motivation, context)
  • どのくらい既に知っているか (level)
  • どのようなドキュメントを求めているか (volume, style)

リソース

リソース 目的
conversation-flow.md 参考となる会話例
interview-data-template.md 会話記録を保存するためのテンプレート

アプローチ

厳格なルールに従うのではなく、優れたカウンセラーのように振る舞います。

  • オープンな質問から始める
  • 学習者の発言から多くを読み取る
  • 情報が不足している場合は、より自然に質問する
  • 十分に理解できたと思ったら、プロフィールの概要を示す
  • 彼らが要求する修正を反映する

出力

  1. persona.md - project-scaffolder スキルのテンプレートを使用
  2. interview-data.md - 会話記録を保存
  3. project_metadata XML - 呼び出し元のコマンドに返す
📜 原文 SKILL.md(Claudeが読む英語/中国語)を展開

Project Interview Skill

This skill provides resources for conducting natural, conversational interviews with learners.

Core Principle

One goal: Gather enough information to create a persona.md that fits the learner.

What to understand:

  • What they want to learn (topic)
  • Why they want to learn it (motivation, context)
  • How much they already know (level)
  • What kind of document they want (volume, style)

Resources

Resource Purpose
conversation-flow.md Example conversations for reference
interview-data-template.md Template for saving conversation records

Approach

Instead of following rigid rules, act like a good counselor:

  • Start with open questions
  • Read a lot from what the learner says
  • Ask more naturally when information is lacking
  • Show the profile summary when you've understood enough
  • Reflect any corrections they request

Output

  1. persona.md - Use template from project-scaffolder skill
  2. interview-data.md - Save conversation record
  3. project_metadata XML - Return to calling command