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

build-test-guide

ユーザーが「構築」「BMAD」などと言った場合や、検証計画が「構築とテスト」の場合に、BMADメソッドとPMFコンテキストファイルを用いて、MVP(実用最小限の製品)の構築とテストを支援するSkill。

📜 元の英語説明(参考)

Guide users to build and test their MVP using the BMAD Method with PMF context files. Use when user says "build it", "start building", "how do I build this", "BMAD", "implement", "code it", "create the app", or when the validation plan method is "build & test".

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

一言でいうと

ユーザーが「構築」「BMAD」などと言った場合や、検証計画が「構築とテスト」の場合に、BMADメソッドとPMFコンテキストファイルを用いて、MVP(実用最小限の製品)の構築とテストを支援するSkill。

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

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

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

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

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

💾 手動でダウンロードしたい(コマンドが難しい人向け)
  1. 1. 下の青いボタンを押して build-test-guide.zip をダウンロード
  2. 2. ZIPファイルをダブルクリックで解凍 → build-test-guide フォルダができる
  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 自身は原文を読みます。誤訳がある場合は原文をご確認ください。

ビルド & テストガイド

このガイドでは、製品開発者が PMF コンテキストファイルを基盤として、BMAD メソッドを使用して MVP を構築する方法を説明します。

BMAD とは?

BMAD メソッド(Breakthrough Method of Agile AI Driven Development)は、オープンソースの AI 駆動型開発フレームワークです。要件定義からアーキテクチャ、ストーリー、実装まで、製品を開発するための特殊なエージェントと構造化されたワークフローを提供します。

GitHub: https://github.com/bmad-code-org/BMAD-METHOD

PMF Detective は WHY (なぜ) を定義します (顧客は誰か、約束は何であるか、アハ体験は何か、何を構築するか)。 BMAD は HOW (どのように) を処理します (アーキテクチャ、スプリント計画、ストーリー実装、コードレビュー)。

前提条件

PMF コンテキストレイヤーが存在することを確認してください。

  • pmf/icp.md (必須)
  • pmf/value-prop.md (必須)
  • pmf/mvp.md (必須 — これは機能と要件を含む MVP PRD です)

pmf/mvp.md が見つからない場合は、ユーザーに通知します。

構築を開始するには、最初に MVP PRD が必要です。これは何を構築するかを定義します。

見つかりません: pmf/mvp.md

/plan-pmf を使用してコンテキストレイヤーを構築するか、「MVP PRD を定義する」と指示して、アハ体験から開始してください。

フロー

ステップ 1: MVP PRD のレビュー (自動 - 質問なし)

pmf/mvp.md を読み、構築されるものの概要を表示します。

┌───────────────────────────────────────────────────────────────┐
│  構築準備完了                                               │
├───────────────────────────────────────────────────────────────┤
│                                                               │
│  アハ体験: [Name]                                           │
│  ステップ: アハ体験へのパスの [N] ステップ                          │
│  機能: [N] 機能                                       │
│  要件: [N] 要件                                       │
│                                                               │
│  MVP PRD (pmf/mvp.md) にはすべてが含まれています                     │
│  構築を開始するために必要なものです。方法は次のとおりです。                      │
│                                                               │
└───────────────────────────────────────────────────────────────┘

ステップ 2: BMAD のインストール

プロジェクトルートで .bmad/ ディレクトリまたは bmad.config.* ファイルを探して、BMAD がすでにインストールされているかどうかを確認します。

インストールされていない場合:

BMAD はまだこのプロジェクトにインストールされていません。

インストールするには、以下を実行します。

  npx bmad-method install

プロンプトが表示されたら:
- "BMM" (BMad Method) モジュールを選択します
- AI ツール (Claude Code、Cursor など) を選択します
- プロジェクトルートにインストールします

インストールが完了したら、戻ってきてください。
PMF コンテキストを BMAD のワークフローにブリッジするお手伝いをします。

ユーザーがインストール完了を確認するまで待ちます。

すでにインストールされている場合: ステップ 3 にスキップします。

ステップ 3: PMF コンテキストから BMAD へのブリッジ (1 つの質問)

BMAD には、独自の製品概要と PRD ワークフローがあります。PMF コンテキストファイルには、同じ情報が異なる形式で含まれています。ユーザーは、それらをどのようにブリッジするかを決定する必要があります。

AskUserQuestion を使用します: "PMF コンテキストファイルには、すでに製品定義が含まれています。BMAD でどのように使用しますか?"

オプション:

  • "BMAD の製品概要にフィードする" — "/product-brief を実行し、pmf/ ファイルを入力として参照します。BMAD はその形式に再構築します。"
  • "アーキテクチャにスキップする" — "MVP PRD にはすでに機能と要件があります。/create-architecture に直接ジャンプし、pmf/mvp.md を参照します。"
  • "クイックパス" — "/quick-spec を使用して PMF コンテキストを分析し、ストーリーを含む技術仕様を直接生成します。"

ステップ 4: プロンプトの提供

ユーザーの選択に基づいて、BMAD で使用する必要がある正確なプロンプトを提供します。

"製品概要にフィードする" の場合:

次のプロンプトで BMAD を開始します。

  /product-brief

製品について尋ねられたら、次のように伝えます。

  "製品定義は pmf/ フォルダにあります。
  顧客プロファイルについては pmf/icp.md を読み、
  価値提案については pmf/value-prop.md を読み、
  機能と要件を含む MVP PRD については pmf/mvp.md を読んでください。"

"アーキテクチャにスキップする" の場合:

次のコマンドで BMAD を開始します。

  /create-architecture

MVP PRD を参照します。

  "製品要件は pmf/mvp.md で定義されています。
  これには、MVP の各ステップの機能と
  高レベルの要件が含まれています。
  これをアーキテクチャの基礎として使用してください。"

"クイックパス" の場合:

次のコマンドで BMAD を開始します。

  /quick-spec

次のように伝えます。

  "プロジェクトと pmf/ フォルダを分析してください。
  pmf/mvp.md には、機能と要件を含む MVP PRD が含まれています。
  これらの要件から技術仕様とストーリーを生成してください。"

ステップ 5: スコープのリマインド

最終的な注意を表示します。

┌───────────────────────────────────────────────────────────────┐
│  スコープ内に留まる                                                │
├───────────────────────────────────────────────────────────────┤
│                                                               │
│  MVP PRD は、スコープ内とスコープ外のものを定義します。             │
│  BMAD が pmf/mvp.md にない機能を提案する場合は、                 │
│  追加する前に「スコープ外」セクションを確認してください。         │
│                                                               │
│  目標: アハ体験を提供し、検証し、               │
│  学習したことに基づいて拡張することです。                         │
│                                                               │
└───────────────────────────────────────────────────────────────┘

帰属

Adi Shmorak、The P/MF Detective によって作成されました。フィードバック: adi@adidacta.com

BMAD Method by BMad Code — https://github.com/bmad-code-org/BMAD-METHOD

📜 原文 SKILL.md(Claudeが読む英語/中国語)を展開

Build & Test Guide

You guide product builders on how to use the BMAD Method to build their MVP, using the PMF context files as the foundation.

What is BMAD?

The BMAD Method (Breakthrough Method of Agile AI Driven Development) is an open-source AI-driven development framework. It provides specialized agents and structured workflows that take a product from requirements through architecture, stories, and implementation.

GitHub: https://github.com/bmad-code-org/BMAD-METHOD

PMF Detective defines the WHY (who's the customer, what's the promise, what's the aha moment, what to build). BMAD handles the HOW (architecture, sprint planning, story implementation, code review).

Prerequisites

Check that the PMF context layer exists:

  • pmf/icp.md (required)
  • pmf/value-prop.md (required)
  • pmf/mvp.md (required — this is the MVP PRD with features & requirements)

If pmf/mvp.md is missing, inform the user:

To start building, you need your MVP PRD first — it defines what to build.

Missing: pmf/mvp.md

Use /plan-pmf to build your context layer, or tell me to
"define my MVP PRD" to start from the aha moment.

The Flow

Step 1: Review the MVP PRD (automated — no questions)

Read pmf/mvp.md and display a summary of what will be built:

┌───────────────────────────────────────────────────────────────┐
│  READY TO BUILD                                               │
├───────────────────────────────────────────────────────────────┤
│                                                               │
│  Aha Moment: [Name]                                           │
│  Steps: [N] steps in the Path to Aha                          │
│  Features: [N] features                                       │
│  Requirements: [N] requirements                               │
│                                                               │
│  Your MVP PRD (pmf/mvp.md) has everything                     │
│  you need to start building. Here's how.                      │
│                                                               │
└───────────────────────────────────────────────────────────────┘

Step 2: Install BMAD

Check if BMAD is already installed by looking for a .bmad/ directory or bmad.config.* file in the project root.

If not installed:

BMAD is not installed in this project yet.

To install, run:

  npx bmad-method install

When prompted:
- Select the "BMM" (BMad Method) module
- Choose your AI tool (Claude Code, Cursor, etc.)
- Install in your project root

After installation, come back and I'll help you
bridge your PMF context into BMAD's workflow.

Wait for the user to confirm installation is complete.

If already installed: Skip to Step 3.

Step 3: Bridge PMF Context to BMAD (1 question)

BMAD has its own product brief and PRD workflows. The PMF context files contain the same information in a different format. The user needs to decide how to bridge them.

Use AskUserQuestion: "Your PMF context files already contain your product definition. How do you want to use them with BMAD?"

Options:

  • "Feed into BMAD's product brief" — "Run /product-brief and reference pmf/ files as input. BMAD will restructure into its format."
  • "Skip to architecture" — "Your MVP PRD already has features and requirements. Jump straight to /create-architecture and reference pmf/mvp.md."
  • "Quick path" — "Use /quick-spec to analyze your PMF context and generate a tech spec with stories directly."

Step 4: Provide the Prompt

Based on the user's choice, provide the exact prompt they should use with BMAD:

If "Feed into product brief":

Start BMAD with this prompt:

  /product-brief

When it asks about the product, tell it:

  "My product definition is in the pmf/ folder.
  Read pmf/icp.md for the customer profile,
  pmf/value-prop.md for the value proposition,
  and pmf/mvp.md for the MVP PRD with
  features and requirements."

If "Skip to architecture":

Start BMAD with:

  /create-architecture

Reference your MVP PRD:

  "My product requirements are defined in
  pmf/mvp.md — it has the features and
  high-level requirements for each step of the MVP.
  Use this as the basis for the architecture."

If "Quick path":

Start BMAD with:

  /quick-spec

Tell it:

  "Analyze my project and the pmf/ folder.
  pmf/mvp.md contains the MVP PRD with
  features and requirements. Generate a tech spec
  and stories from those requirements."

Step 5: Remind About Scope

Display a final note:

┌───────────────────────────────────────────────────────────────┐
│  STAY IN SCOPE                                                │
├───────────────────────────────────────────────────────────────┤
│                                                               │
│  Your MVP PRD defines what's IN and OUT of scope.             │
│  If BMAD suggests features not in pmf/mvp.md,                 │
│  check the "Out of Scope" section before adding them.         │
│                                                               │
│  The goal: deliver the aha moment, validate it,               │
│  then expand based on what you learn.                         │
│                                                               │
└───────────────────────────────────────────────────────────────┘

Attribution

Created by Adi Shmorak, The P/MF Detective. For feedback: adi@adidacta.com

BMAD Method by BMad Code — https://github.com/bmad-code-org/BMAD-METHOD