jpskill.com
💬 コミュニケーション コミュニティ 🔴 エンジニア向け 👤 エンジニア・AI開発者

💬 Blueprint

blueprint

複雑なプロジェクトの目標を、複数の工程に分けて実行

⏱ 社内アナウンス文 30分 → 3分

📺 まず動画で見る(YouTube)

▶ 【最新版】Claude(クロード)完全解説!20以上の便利機能をこの動画1本で全て解説 ↗

※ jpskill.com 編集部が参考用に選んだ動画です。動画の内容と Skill の挙動は厳密には一致しないことがあります。

📜 元の英語説明(参考)

Turn a one-line objective into a step-by-step construction plan for multi-session, multi-agent engineering projects. Each step has a self-contained context brief so a fresh agent can execute it cold. Includes adversarial review gate, dependency graph, parallel step detection, anti-pattern catalog, and plan mutation protocol. TRIGGER when: user requests a plan, blueprint, or roadmap for a complex multi-PR task, or describes work that needs multiple sessions. DO NOT TRIGGER when: task is completable in a single PR or fewer than 3 tool calls, or user says "just do it".

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

一言でいうと

複雑なプロジェクトの目標を、複数の工程に分けて実行

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

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

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

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

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

💾 手動でダウンロードしたい(コマンドが難しい人向け)
  1. 1. 下の青いボタンを押して blueprint.zip をダウンロード
  2. 2. ZIPファイルをダブルクリックで解凍 → blueprint フォルダができる
  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-17
取得日時
2026-05-18
同梱ファイル
1

💬 こう話しかけるだけ — サンプルプロンプト

  • Blueprint を使って、最小構成のサンプルコードを示して
  • Blueprint の主な使い方と注意点を教えて
  • Blueprint を既存プロジェクトに組み込む方法を教えて

これをClaude Code に貼るだけで、このSkillが自動発動します。

📖 Skill本文(日本語訳)

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

Blueprint — 構築計画ジェネレーター

一行の目的を、どんなコーディングエージェントでもすぐに実行できるステップバイステップの構築計画に変換します。

使用する場面

  • 大規模な機能を、明確な依存関係の順序を持つ複数の PR に分割する場合
  • 複数のセッションにまたがるリファクタリングや移行を計画する場合
  • サブエージェント間で並行作業ストリームを調整する場合
  • セッション間のコンテキスト損失が手戻りを引き起こす可能性のあるあらゆるタスク

単一の PR で完了できるタスク、3 回未満のツール呼び出し、またはユーザーが「ただ実行して」と言う場合には使用しないでください

仕組み

Blueprint は 5 段階のパイプラインを実行します。

  1. 調査 — 事前チェック(git、gh auth、リモート、デフォルトブランチ)を行い、プロジェクト構造、既存の計画、およびメモリファイルを読み取ってコンテキストを収集します。
  2. 設計 — 目的を 1 PR サイズのステップ(通常 3〜12)に分割します。各ステップに依存関係エッジ、並列/直列順序付け、モデル層(最強 vs デフォルト)、およびロールバック戦略を割り当てます。
  3. 下書き — 自己完結型の Markdown 計画ファイルを plans/ に書き込みます。各ステップには、コンテキスト概要、タスクリスト、検証コマンド、および終了条件が含まれているため、新しいエージェントは以前のステップを読まずに任意のステップを実行できます。
  4. レビュー — チェックリストとアンチパターンカタログに対して、最強モデルのサブエージェント(例:Opus)に敵対的レビューを委任します。最終決定する前に、すべての重大な発見を修正します。
  5. 登録 — 計画を保存し、メモリインデックスを更新し、ステップ数と並列処理の概要をユーザーに提示します。

Blueprint は git/gh の可用性を自動的に検出します。git + GitHub CLI がある場合、完全なブランチ/PR/CI ワークフロー計画を生成します。それらがない場合、直接モード(インプレース編集、ブランチなし)に切り替わります。

基本的な使用法

/blueprint myapp "migrate database to PostgreSQL"

plans/myapp-migrate-database-to-postgresql.md を生成し、次のようなステップが含まれます。

  • ステップ 1: PostgreSQL ドライバーと接続設定を追加する
  • ステップ 2: 各テーブルのマイグレーションスクリプトを作成する
  • ステップ 3: 新しいドライバーを使用するようにリポジトリ層を更新する
  • ステップ 4: PostgreSQL に対する統合テストを追加する
  • ステップ 5: 古いデータベースコードと設定を削除する

マルチエージェントプロジェクト

/blueprint chatbot "extract LLM providers into a plugin system"

可能な限り並列ステップを含む計画を生成します(例:「Anthropic プラグインを実装する」と「OpenAI プラグインを実装する」は、プラグインインターフェースステップが完了した後、並列で実行されます)。モデル層の割り当て(インターフェース設計ステップには最強モデル、実装にはデフォルトモデル)と、各ステップ後に検証される不変条件(例:「既存のすべてのテストがパスする」、「コアにプロバイダーのインポートがない」)も含まれます。

主要機能

  • コールドスタート実行 — 各ステップには自己完結型のコンテキスト概要が含まれています。以前のコンテキストは必要ありません。
  • 敵対的レビューゲート — すべての計画は、完全性、依存関係の正確性、およびアンチパターン検出をカバーするチェックリストに対して、最強モデルのサブエージェントによってレビューされます。
  • ブランチ/PR/CI ワークフロー — すべてのステップに組み込まれています。git/gh がない場合は、直接モードに gracefully に移行します。
  • 並列ステップ検出 — 依存関係グラフは、共有ファイルや出力依存関係のないステップを識別します。
  • 計画変更プロトコル — ステップは、正式なプロトコルと監査証跡を使用して、分割、挿入、スキップ、並べ替え、または破棄できます。
  • ゼロランタイムリスク — 純粋な Markdown スキルです。リポジトリ全体には .md ファイルのみが含まれており、フック、シェルスクリプト、実行可能コード、package.json、ビルドステップはありません。Claude Code のネイティブ Markdown スキルローダー以外に、インストール時や呼び出し時に何も実行されません。

インストール

このスキルは Everything Claude Code に同梱されています。ECC がインストールされている場合、別途インストールする必要はありません。

完全な ECC インストール

ECC リポジトリのチェックアウトから作業している場合、スキルが存在することを確認するには、次のようにします。

test -f skills/blueprint/SKILL.md

後で更新するには、更新する前に ECC の差分を確認してください。

cd /path/to/everything-claude-code
git fetch origin main
git log --oneline HEAD..origin/main       # 更新する前に新しいコミットを確認する
git checkout <reviewed-full-sha>          # 特定のレビュー済みコミットに固定する

ベンダーされたスタンドアロンインストール

このスキルのみを完全な ECC インストール外でベンダーする場合、レビュー済みのファイルを ECC リポジトリから ~/.claude/skills/blueprint/SKILL.md にコピーします。ベンダーされたコピーには git リモートがないため、git pull を実行するのではなく、レビュー済みの ECC コミットからファイルを再コピーして更新してください。

要件

  • Claude Code(/blueprint スラッシュコマンド用)
  • Git + GitHub CLI(オプション — 完全なブランチ/PR/CI ワークフローを有効にします。Blueprint は不在を検出し、自動的に直接モードに切り替わります)

ソース

antbotlab/blueprint に触発されました — アップストリームプロジェクトおよびリファレンスデザインです。

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

Blueprint — Construction Plan Generator

Turn a one-line objective into a step-by-step construction plan that any coding agent can execute cold.

When to Use

  • Breaking a large feature into multiple PRs with clear dependency order
  • Planning a refactor or migration that spans multiple sessions
  • Coordinating parallel workstreams across sub-agents
  • Any task where context loss between sessions would cause rework

Do not use for tasks completable in a single PR, fewer than 3 tool calls, or when the user says "just do it."

How It Works

Blueprint runs a 5-phase pipeline:

  1. Research — Pre-flight checks (git, gh auth, remote, default branch), then reads project structure, existing plans, and memory files to gather context.
  2. Design — Breaks the objective into one-PR-sized steps (3–12 typical). Assigns dependency edges, parallel/serial ordering, model tier (strongest vs default), and rollback strategy per step.
  3. Draft — Writes a self-contained Markdown plan file to plans/. Every step includes a context brief, task list, verification commands, and exit criteria — so a fresh agent can execute any step without reading prior steps.
  4. Review — Delegates adversarial review to a strongest-model sub-agent (e.g., Opus) against a checklist and anti-pattern catalog. Fixes all critical findings before finalizing.
  5. Register — Saves the plan, updates memory index, and presents the step count and parallelism summary to the user.

Blueprint detects git/gh availability automatically. With git + GitHub CLI, it generates full branch/PR/CI workflow plans. Without them, it switches to direct mode (edit-in-place, no branches).

Examples

Basic usage

/blueprint myapp "migrate database to PostgreSQL"

Produces plans/myapp-migrate-database-to-postgresql.md with steps like:

  • Step 1: Add PostgreSQL driver and connection config
  • Step 2: Create migration scripts for each table
  • Step 3: Update repository layer to use new driver
  • Step 4: Add integration tests against PostgreSQL
  • Step 5: Remove old database code and config

Multi-agent project

/blueprint chatbot "extract LLM providers into a plugin system"

Produces a plan with parallel steps where possible (e.g., "implement Anthropic plugin" and "implement OpenAI plugin" run in parallel after the plugin interface step is done), model tier assignments (strongest for the interface design step, default for implementation), and invariants verified after every step (e.g., "all existing tests pass", "no provider imports in core").

Key Features

  • Cold-start execution — Every step includes a self-contained context brief. No prior context needed.
  • Adversarial review gate — Every plan is reviewed by a strongest-model sub-agent against a checklist covering completeness, dependency correctness, and anti-pattern detection.
  • Branch/PR/CI workflow — Built into every step. Degrades gracefully to direct mode when git/gh is absent.
  • Parallel step detection — Dependency graph identifies steps with no shared files or output dependencies.
  • Plan mutation protocol — Steps can be split, inserted, skipped, reordered, or abandoned with formal protocols and audit trail.
  • Zero runtime risk — Pure Markdown skill. The entire repository contains only .md files — no hooks, no shell scripts, no executable code, no package.json, no build step. Nothing runs on install or invocation beyond Claude Code's native Markdown skill loader.

Installation

This skill ships with Everything Claude Code. No separate installation is needed when ECC is installed.

Full ECC install

If you are working from the ECC repository checkout, verify the skill is present with:

test -f skills/blueprint/SKILL.md

To update later, review the ECC diff before updating:

cd /path/to/everything-claude-code
git fetch origin main
git log --oneline HEAD..origin/main       # review new commits before updating
git checkout <reviewed-full-sha>          # pin to a specific reviewed commit

Vendored standalone install

If you are vendoring only this skill outside the full ECC install, copy the reviewed file from the ECC repository into ~/.claude/skills/blueprint/SKILL.md. Vendored copies do not have a git remote, so update them by re-copying the file from a reviewed ECC commit rather than running git pull.

Requirements

  • Claude Code (for /blueprint slash command)
  • Git + GitHub CLI (optional — enables full branch/PR/CI workflow; Blueprint detects absence and auto-switches to direct mode)

Source

Inspired by antbotlab/blueprint — upstream project and reference design.