jpskill.com
📦 その他 コミュニティ

when-gathering-requirements-use-interactive-planner

対話型プランナーを活用し、複数選択式の質問を段階的に行うことで、包括的かつ構造的に要求事項を収集し、プロジェクトの成功に繋げるSkill。

📜 元の英語説明(参考)

Use Claude Code's AskUserQuestion tool to gather comprehensive requirements through structured multi-select questions.

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

一言でいうと

対話型プランナーを活用し、複数選択式の質問を段階的に行うことで、包括的かつ構造的に要求事項を収集し、プロジェクトの成功に繋げるSkill。

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

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

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

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

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

💾 手動でダウンロードしたい(コマンドが難しい人向け)
  1. 1. 下の青いボタンを押して when-gathering-requirements-use-interactive-planner.zip をダウンロード
  2. 2. ZIPファイルをダブルクリックで解凍 → when-gathering-requirements-use-interactive-planner フォルダができる
  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
同梱ファイル
2

📖 Skill本文(日本語訳)

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

[スキル名] 要件収集時にインタラクティブプランナーを使用する

インタラクティブ要件計画 SOP

metadata:
  skill_name: when-gathering-requirements-use-interactive-planner
  version: 1.0.0
  category: specialized-tools
  difficulty: beginner
  estimated_duration: 15-30 minutes
  trigger_patterns:
    - "gather requirements"
    - "interactive questions"
    - "requirements gathering"
    - "clarify requirements"
  agents:
    - planner
    - researcher
    - system-architect
  success_criteria:
    - Requirements gathered
    - Specifications documented
    - Stakeholder approval
    - Action plan created

概要

Claude Code の AskUserQuestion ツールを使用して、構造化された複数選択形式の質問を通じて包括的な要件を収集します。

フェーズ

フェーズ 1: ニーズの発見 (3-5 分)

AskUserQuestion ツールを使用して、プロジェクトの目標と範囲に関する最初の質問をします。

フェーズ 2: 詳細の明確化 (5-10 分)

詳細な技術的およびタイムラインに関する質問を続けます。

フェーズ 3: 要件の構造化 (3-5 分)

回答を正式な仕様書にまとめます。

フェーズ 4: 網羅性の検証 (2-5 分)

ステークホルダーとレビューし、承認を得ます。

フェーズ 5: 仕様の文書化 (2-5 分)

最終的なドキュメントとアクションプランを作成します。

ベストプラクティス

  1. オープンで明確な質問をする
  2. 説明的な選択肢を提供する
  3. 優先順位付けには複数選択を使用する
  4. すべての回答を文書化する
  5. ステークホルダーと検証する
  6. 実行可能な計画を作成する

ワークフローの概要

所要時間: 15-30 分

成果物:

  • 要件仕様書
  • 技術アーキテクチャ
  • アクションプラン
  • 検証レポート
📜 原文 SKILL.md(Claudeが読む英語/中国語)を展開

Interactive Requirements Planning SOP

metadata:
  skill_name: when-gathering-requirements-use-interactive-planner
  version: 1.0.0
  category: specialized-tools
  difficulty: beginner
  estimated_duration: 15-30 minutes
  trigger_patterns:
    - "gather requirements"
    - "interactive questions"
    - "requirements gathering"
    - "clarify requirements"
  agents:
    - planner
    - researcher
    - system-architect
  success_criteria:
    - Requirements gathered
    - Specifications documented
    - Stakeholder approval
    - Action plan created

Overview

Use Claude Code's AskUserQuestion tool to gather comprehensive requirements through structured multi-select questions.

Phases

Phase 1: Discover Needs (3-5 min)

Ask initial questions about project goals and scope using AskUserQuestion tool.

Phase 2: Clarify Details (5-10 min)

Follow up with detailed technical and timeline questions.

Phase 3: Structure Requirements (3-5 min)

Organize responses into formal specifications document.

Phase 4: Validate Completeness (2-5 min)

Review with stakeholders and get approval.

Phase 5: Document Specifications (2-5 min)

Create final documentation and action plan.

Best Practices

  1. Ask open, clear questions
  2. Provide descriptive options
  3. Use multi-select for priorities
  4. Document all responses
  5. Validate with stakeholders
  6. Create actionable plans

Workflow Summary

Duration: 15-30 minutes

Deliverables:

  • Requirements specification
  • Technical architecture
  • Action plan
  • Validation report

同梱ファイル

※ ZIPに含まれるファイル一覧。`SKILL.md` 本体に加え、参考資料・サンプル・スクリプトが入っている場合があります。