Source profileQuality 65/100

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行の目的を、任意のコーディングエージェントがコールドで実行できるステップバイステップ構築計画に変換します。

Best for

    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

    PlatformStatusEvidenceWhat to check
    CodexNot declaredNo explicit evidencePortability before use
    Claude CodeNot declaredNo explicit evidencePortability before use
    CursorNot declaredNo explicit evidencePortability before use
    Gemini CLINot declaredNo explicit evidencePortability before use
    Open the compatibility checker

    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.

    Source-detected install commandSource
    npx skills add https://github.com/affaan-m/ECC --skill "docs/ja-JP/skills/blueprint"
    Safe inspection promptEditorial

    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

    1. 01

      使用時期

      しないでください単一のPR、3未満のツール呼び出しで完成可能なタスク、またはユーザーが「単にやってくれ」と言う場合。

      大きな機能をクリアな依存関係の順序で複数のPRに分割複数のセッションにまたがるリファクタリングまたは移行を計画サブエージェント間の平行作業流を調整
    2. 02

      動作方法

      ブループリントは5段階パイプラインを実行します:

      研究 — 飛行前チェック(git、gh認証、リモート、デフォルトブランチ)、次にプロジェクト構造、既存計画、メモリファイルを読んでコンテキストを収集。設計 — 目的を1 PRサイズのステップに分割(典型的には3~12)。依存関係エッジ、平行/順序付け、モデル層、ロールバック戦略を割り当て。ドラフト — 自己完結型マークダウン計画ファイルをplans/に書く。すべてのステップにはコンテキストブリーフ、タスクリスト、検証コマンド、出口基準を含む — 新しいエージェントが前のステップを読まずに任意のステップを実行できます。
    3. 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

    EvidenceSourceComputedTestedEditorial
    SignalValueEvidence typeMeaning
    Quality score65/100ComputedDocumentation, specificity, maintenance, and trust rules
    Repository stars234,327SourceRepository attention, not individual Skill quality
    Compatibility0 platformsSourceDeclared in the catalog source record
    Usage guidecatalog recordEditorialGenerated 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段階パイプラインを実行します:

    1. 研究 — 飛行前チェック(git、gh認証、リモート、デフォルトブランチ)、次にプロジェクト構造、既存計画、メモリファイルを読んでコンテキストを収集。
    2. 設計 — 目的を1 PRサイズのステップに分割(典型的には3~12)。依存関係エッジ、平行/順序付け、モデル層、ロールバック戦略を割り当て。
    3. ドラフト — 自己完結型マークダウン計画ファイルをplans/に書く。すべてのステップにはコンテキストブリーフ、タスクリスト、検証コマンド、出口基準を含む — 新しいエージェントが前のステップを読まずに任意のステップを実行できます。
    4. レビュー — 敵対的なレビューを最強モデルサブエージェント(例:Opus)にチェックリストとアンチパターンカタログに対して委任。最終化する前にすべての重大な知見を修正。
    5. 登録 — 計画を保存、メモリインデックスを更新、ステップ数と並列性概要をユーザーに提示。

    ブループリントは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