Agent Plugins Marketplace
All plugins

extract-system-blueprint

v0.2.9

参考システムの公開URLを認可・低負荷budget内で調査し、静的HTTP(WebFetch/stdlib静的DOM観測)+browser-render(MCP非依存のローカルheadless Chrome via Bash)の観測fact、根拠つきinference、欠測(observation_gap)を明示区別したmd+json+Mermaidのローカル章別ブループリントを生成するplugin。外部サービス連携(MCP/Notion)なしで自己完結する。

CodexClaude Code4 Skills

By harness maintainers10 GitHub starsUpdated 1 hour ago

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
4 skill or MCP entries
Source updated
Sep 1, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install extract-system-blueprint for Codex and Claude Code

Installs for the current user
codex plugin marketplace add daishiman/harness-dev
codex plugin marketplace upgrade harness-dev
codex plugin add extract-system-blueprint@harness-dev

Paste and run these commands in a terminal with Codex. They add and refresh the harness-dev catalog, then install this plugin.

Compatibility: the page URL and API slug “extract-system-blueprint” remain stable.

  • Codex: extract-system-blueprint@agent-plugin-marketplaceextract-system-blueprint@harness-dev

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/daishiman/harness-dev

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/extract-system-blueprint/.

Plugin files

plugins/extract-system-blueprint/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
├── skills/assign-blueprint-fidelity-evaluator/SKILL.md
├── skills/run-blueprint-apply/SKILL.md
├── skills/run-extract-blueprint/SKILL.md
└── skills/run-skill-feedback/SKILL.md

Included Skills4

assign-blueprint-fidelity-evaluatorskills/assign-blueprint-fidelity-evaluator/SKILL.md

run-extract-blueprint が生成した章別ブループリントの忠実性を独立 context で評価したいとき、事実/推測区別と粒度と被覆を検証し draft_hash に束縛した PASS/FAIL verdict をローカル品質ゲート (C01 の周回内の受入判定・差し戻し) へ渡したいときに使う。

run-blueprint-applyskills/run-blueprint-apply/SKILL.md

C02 PASS済のシステムblueprintを自社開発へ適用する採用/回避/差別化の推奨を導出したいとき、抽出結果を自社の技術スタックや制約へ接地した判断材料へ変換したいときに使う。

run-extract-blueprintskills/run-extract-blueprint/SKILL.md

参考システムのURL1件から、フロント表層の事実とバックエンド/設計意図の根拠つき推測を明示区別した章別ブループリントを外部公開せずローカルに生成したいとき、生成物の忠実性を独立verdictで品質評価したいときに使う。

run-skill-feedbackskills/run-skill-feedback/SKILL.md

既存スキルへの「こう直してほしい」要望を受け取って Notion 改善要望 DB にプッシュしたいとき、利用者発端のフィードバックループを起動したいときに使う。

Plugin manifests2

plugins/extract-system-blueprint/.codex-plugin/plugin.json
{
  "name": "extract-system-blueprint",
  "version": "0.2.9",
  "description": "参考システムの公開URLを認可・低負荷budget内で調査し、静的HTTP(WebFetch/stdlib静的DOM観測)+browser-render(MCP非依存のローカルheadless Chrome via Bash)の観測fact、根拠つきinference、欠測(observation_gap)を明示区別したmd+json+Mermaidのローカル章別ブループリントを生成するplugin。外部サービス連携(MCP/Notion)なしで自己完結する。",
  "author": {
    "name": "harness maintainers"
  },
  "interface": {
    "displayName": "Extract System Blueprint",
    "shortDescription": "参考システムの公開URLを認可・低負荷budget内で調査し、静的HTTP(WebFetch/stdlib静的DOM観測)+browser-render(MCP非依存のローカルheadless Chrome via Bash)の観測fact",
    "longDescription": "参考システムの公開URLを認可・低負荷budget内で調査し、静的HTTP(WebFetch/stdlib静的DOM観測)+browser-render(MCP非依存のローカルheadless Chrome via Bash)の観測fact、根拠つきinference、欠測(observation_gap)を明示区別したmd+json+Mermaidのローカル章別ブループリントを生成するplugin。外部サービス連携(MCP/Notion)なしで自己完結する。",
    "developerName": "harness maintainers",
    "category": "Development Tools",
    "capabilities": [
      "Skills"
    ],
    "defaultPrompt": [
      "Help me use Extract System Blueprint."
    ]
  },
  "skills": "./skills/",
  "hooks": "./hooks/hooks.json"
}
plugins/extract-system-blueprint/.claude-plugin/plugin.json
{
  "name": "extract-system-blueprint",
  "version": "0.2.9",
  "dependencies": [
    "skill-governance-adapters"
  ],
  "description": "参考システムの公開URLを認可・低負荷budget内で調査し、静的HTTP(WebFetch/stdlib静的DOM観測)+browser-render(MCP非依存のローカルheadless Chrome via Bash)の観測fact、根拠つきinference、欠測(observation_gap)を明示区別したmd+json+Mermaidのローカル章別ブループリントを生成するplugin。外部サービス連携(MCP/Notion)なしで自己完結する。",
  "author": {
    "name": "harness maintainers"
  }
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[extract-system-blueprint on Agent Plugins Marketplace](https://pluginsmp.com/plugins/extract-system-blueprint)