affaan-m/ECC/docs/ja-JP/skills/blueprint/SKILL.md
blueprint
Review blueprint's use cases, installation, workflow, and original source instructions.
- Source repository stars
- 234,327
- Declared platforms
- 0
- Static risk flags
- 0
- Last source update
- 2026-07-27
- Source checked
- 2026-07-28
Decision brief
What it does—and where it fits
1行の目的を、任意のコーディングエージェントがコールドで実行できるステップバイステップ構築計画に変換します。
Not for
- Tasks that require unconfirmed production actions or broad system permissions.
- Environments where the pinned source and install steps cannot be inspected.
Compatibility matrix
Platform support, with evidence labels
| Platform | Status | Evidence | What to check |
|---|---|---|---|
| Codex | Not declared | No explicit evidence | Portability before use |
| Claude Code | Not declared | No explicit evidence | Portability before use |
| Cursor | Not declared | No explicit evidence | Portability before use |
| Gemini CLI | Not declared | No explicit evidence | Portability before use |
Installation
Inspect first. Install second.
The source command is displayed only when detected. A safe inspection prompt is always available so your agent can explain every action before execution.
npx skills add https://github.com/affaan-m/ECC --skill "docs/ja-JP/skills/blueprint"Inspect the Agent Skill "blueprint" from https://github.com/affaan-m/ECC/blob/4e973d3eaf92d97f8d2e2d8abb39d8bdc8711b38/docs/ja-JP/skills/blueprint/SKILL.md at commit 4e973d3eaf92d97f8d2e2d8abb39d8bdc8711b38. List every install step, command, network request, credential, file read/write, external action, and rollback step. Explain whether it fits my task. Do not install or execute anything until I approve.
Workflow
What the source asks the agent to do
- 01
使用時期
しないでください単一のPR、3未満のツール呼び出しで完成可能なタスク、またはユーザーが「単にやってくれ」と言う場合。
大きな機能をクリアな依存関係の順序で複数のPRに分割複数のセッションにまたがるリファクタリングまたは移行を計画サブエージェント間の平行作業流を調整 - 02
動作方法
ブループリントは5段階パイプラインを実行します:
研究 — 飛行前チェック(git、gh認証、リモート、デフォルトブランチ)、次にプロジェクト構造、既存計画、メモリファイルを読んでコンテキストを収集。設計 — 目的を1 PRサイズのステップに分割(典型的には3~12)。依存関係エッジ、平行/順序付け、モデル層、ロールバック戦略を割り当て。ドラフト — 自己完結型マークダウン計画ファイルをplans/に書く。すべてのステップにはコンテキストブリーフ、タスクリスト、検証コマンド、出口基準を含む — 新しいエージェントが前のステップを読まずに任意のステップを実行できます。 - 03
例
次のようなステップを含むplans/myapp-migrate-database-to-postgresql.mdを生成します: - ステップ1:PostgreSQLドライバーと接続構成を追加 - ステップ2:各テーブルの移行スクリプトを作成 - ステップ3:新しいドライバーを使用するようにリポジトリレイヤーを更新 - ステップ4:PostgreSQLに対する統合テストを追加 - ステップ5:古いデータベースコードと構成を削除
ステップ1:PostgreSQLドライバーと接続構成を追加ステップ2:各テーブルの移行スクリプトを作成ステップ3:新しいドライバーを使用するようにリポジトリレイヤーを更新
Permission review
Static risk signals and limitations
No configured static risk pattern was detected
This is not proof of safety. Runtime behavior, indirect dependencies, and hidden external systems are outside the static scan.
Evidence record
Why each signal appears
| Signal | Value | Evidence type | Meaning |
|---|---|---|---|
| Quality score | 65/100 | Computed | Documentation, specificity, maintenance, and trust rules |
| Repository stars | 234,327 | Source | Repository attention, not individual Skill quality |
| Compatibility | 0 platforms | Source | Declared in the catalog source record |
| Usage guide | catalog record | Editorial | Generated or reviewed according to the visible evidence level |
Pinned source
Provenance and original SKILL.md
- Repository
- affaan-m/ECC
- Skill path
- docs/ja-JP/skills/blueprint/SKILL.md
- Commit
- 4e973d3eaf92d97f8d2e2d8abb39d8bdc8711b38
- License
- MIT
- Collected
- 2026-07-28
- Default branch
- main
View the original SKILL.md
ブループリント — 構築計画ジェネレータ
1行の目的を、任意のコーディングエージェントがコールドで実行できるステップバイステップ構築計画に変換します。
使用時期
- 大きな機能をクリアな依存関係の順序で複数のPRに分割
- 複数のセッションにまたがるリファクタリングまたは移行を計画
- サブエージェント間の平行作業流を調整
- セッション間のコンテキスト損失がやり直しを引き起こす可能性のあるタスク
しないでください単一のPR、3未満のツール呼び出しで完成可能なタスク、またはユーザーが「単にやってくれ」と言う場合。
動作方法
ブループリントは5段階パイプラインを実行します:
- 研究 — 飛行前チェック(git、gh認証、リモート、デフォルトブランチ)、次にプロジェクト構造、既存計画、メモリファイルを読んでコンテキストを収集。
- 設計 — 目的を1 PRサイズのステップに分割(典型的には3~12)。依存関係エッジ、平行/順序付け、モデル層、ロールバック戦略を割り当て。
- ドラフト — 自己完結型マークダウン計画ファイルを
plans/に書く。すべてのステップにはコンテキストブリーフ、タスクリスト、検証コマンド、出口基準を含む — 新しいエージェントが前のステップを読まずに任意のステップを実行できます。 - レビュー — 敵対的なレビューを最強モデルサブエージェント(例:Opus)にチェックリストとアンチパターンカタログに対して委任。最終化する前にすべての重大な知見を修正。
- 登録 — 計画を保存、メモリインデックスを更新、ステップ数と並列性概要をユーザーに提示。
ブループリントはgit/gh可用性を自動的に検出します。git + GitHub CLIを使用すると、完全なブランチ/PR/CIワークフロー計画を生成します。それらなしでは、ダイレクトモードに切り替わります。
例
基本的な使用方法
/blueprint myapp "PostgreSQLにデータベースを移行"
次のようなステップを含むplans/myapp-migrate-database-to-postgresql.mdを生成します:
- ステップ1:PostgreSQLドライバーと接続構成を追加
- ステップ2:各テーブルの移行スクリプトを作成
- ステップ3:新しいドライバーを使用するようにリポジトリレイヤーを更新
- ステップ4:PostgreSQLに対する統合テストを追加
- ステップ5:古いデータベースコードと構成を削除
インストール
このスキルはEverything Claude Codeに付属します。ECCがインストールされている場合、別のインストールは必要ありません。
完全なECCインストール
ECC リポジトリチェックアウトから作業する場合、スキルが存在することを確認します:
test -f skills/blueprint/SKILL.md
Alternatives
Compare before choosing
affaan-m/ECC
blueprint
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 completab
affaan-m/ECC
blueprint
Review blueprint's use cases, installation, workflow, and original source instructions.