Agent Plugins Marketplace
All plugins

system-spec-harness

v0.1.11

カテゴリ×プラットフォームの網羅マトリクス、公式出典、独立完成度評価を用いてシステム仕様書を生成するハーネス plugin。

CodexClaude Code6 Skills

By harness maintainers10 GitHub starsUpdated 1 hour ago

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
6 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 system-spec-harness 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 system-spec-harness@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 “system-spec-harness” remain stable.

  • Codex: system-spec-harness@agent-plugin-marketplacesystem-spec-harness@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/system-spec-harness/.

Plugin files

plugins/system-spec-harness/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
├── skills/assign-system-spec-completeness-evaluator/SKILL.md
├── skills/ref-system-design-knowledge/SKILL.md
├── skills/run-skill-feedback/SKILL.md
├── skills/run-system-spec-compile/SKILL.md
├── skills/run-system-spec-doc-fetch/SKILL.md
└── skills/run-system-spec-elicit/SKILL.md

Included Skills6

assign-system-spec-completeness-evaluatorskills/assign-system-spec-completeness-evaluator/SKILL.md

生成された仕様書ドキュメントセットの完成度を独立 context で評価したいとき、上位概念trace・意思決定・マトリクス網羅性・設計知識反映・最新ドキュメント出典・prompt品質の 6 観点で合否判定したいときに使う。

ref-system-design-knowledgeskills/ref-system-design-knowledge/SKILL.md

システム設計知識の深いカード・一次資料・鮮度やシステム構成カテゴリのseed初期集合を参照したいとき、seed外の設計知識をopen-worldで発見・拡張したいときに使う。

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

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

run-system-spec-compileskills/run-system-spec-compile/SKILL.md

収集済み仕様 (spec-state.json) と取得済み最新ドキュメント・設計知識参照を章立ての複数 Markdown ファイル + index の仕様書ドキュメントセットへまとめたいとき、ヒアリング結果を仕様書へコンパイルしたいときに使う。

run-system-spec-doc-fetchskills/run-system-spec-doc-fetch/SKILL.md

対象カテゴリで使う予定のツール・インフラ・フレームワークの最新公式ドキュメントを集めて公式host・version や更新日・確認時刻・参照元を fetched-references.json に記録したいとき、spec-compile 前に公式サイトの現行版で裏取りしたいときに使う。

run-system-spec-elicitskills/run-system-spec-elicit/SKILL.md

システム仕様のヒアリングを開始するとき、システム構築の要件をカテゴリ×プラットフォームの収集マトリクスで往復ヒアリングして spec-state.json に確定させたいときに使う。

Plugin manifests2

plugins/system-spec-harness/.codex-plugin/plugin.json
{
  "name": "system-spec-harness",
  "version": "0.1.11",
  "description": "カテゴリ×プラットフォームの網羅マトリクス、公式出典、独立完成度評価を用いてシステム仕様書を生成するハーネス plugin。",
  "author": {
    "name": "harness maintainers"
  },
  "interface": {
    "displayName": "System Spec Harness",
    "shortDescription": "カテゴリ×プラットフォームの網羅マトリクス、公式出典、独立完成度評価を用いてシステム仕様書を生成するハーネス plugin。",
    "longDescription": "カテゴリ×プラットフォームの網羅マトリクス、公式出典、独立完成度評価を用いてシステム仕様書を生成するハーネス plugin。",
    "developerName": "harness maintainers",
    "category": "Development Tools",
    "capabilities": [
      "Skills"
    ],
    "defaultPrompt": [
      "Help me use System Spec Harness."
    ]
  },
  "skills": "./skills/",
  "hooks": "./hooks/hooks.json"
}
plugins/system-spec-harness/.claude-plugin/plugin.json
{
  "name": "system-spec-harness",
  "version": "0.1.11",
  "dependencies": [
    "skill-governance-adapters"
  ],
  "description": "カテゴリ×プラットフォームの網羅マトリクス、公式出典、独立完成度評価を用いてシステム仕様書を生成するハーネス plugin。",
  "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.

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