Agent Plugins Marketplace
All plugins

plugin-dev-planner

v0.1.14

プラグイン構想を index + 13 フェーズファイル(phase-01〜phase-13) + component-inventory.json へ目的ドリブンで分解し、skill/sub-agent/slash-command/hook/script/harness/manifest を漏れなく評価する前段の計画プラグイン。ライフサイクル軸=13 フェーズ / 成果物実体軸=N component の 2 軸直交に加え、タスク粒度の型付き依存グラフ (task-graph) を第 3 の射影として保持し、依存駆動の並列実行・成果物連結・discovered-task 還流を機械保証する。orchestrator skill (run-plugin-dev-plan) + prompt-creator 仕様準拠の agents (elicitor=R1 / architect=R2,R3 / evaluator=R4 / improvement-reviewer) + command + hook + harness で構成。実ビルドは harness-creator へ委譲し、本プラグインは計画生成までを担う。改善要望は `/run-skill-feedback plugin-dev-planner` で投入可能 (SSOT: harness-creator/skills/run-skill-feedback、symlink 配備)。

CodexClaude Code3 Skills

By harness maintainers10 GitHub starsUpdated 1 hour ago

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
3 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 plugin-dev-planner 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 plugin-dev-planner@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 “plugin-dev-planner” remain stable.

  • Codex: plugin-dev-planner@agent-plugin-marketplaceplugin-dev-planner@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/plugin-dev-planner/.

Plugin files

plugins/plugin-dev-planner/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
├── skills/assign-plugin-plan-evaluator/SKILL.md
├── skills/run-plugin-dev-plan/SKILL.md
└── skills/run-skill-feedback/SKILL.md

Included Skills3

assign-plugin-plan-evaluatorskills/assign-plugin-plan-evaluator/SKILL.md

生成済み plan を4条件と決定論ゲートで評価したいとき、context:fork で独立評価結果 plan-findings.json を取得したいときに使う。

run-plugin-dev-planskills/run-plugin-dev-plan/SKILL.md

プラグイン構想から index+13 フェーズファイル+component-inventory.json とタスク粒度の型付き依存グラフ (task-graph) を第3の射影として生成したいとき、後段のrun-skill-createへ渡す前段の開発計画を立て build 中の discovered-task を --mode update の外ループで graph へ還流したいときに使う。

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

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

Plugin manifests2

plugins/plugin-dev-planner/.codex-plugin/plugin.json
{
  "name": "plugin-dev-planner",
  "version": "0.1.14",
  "description": "プラグイン構想を index + 13 フェーズファイル(phase-01〜phase-13) + component-inventory.json へ目的ドリブンで分解し、skill/sub-agent/slash-command/hook/script/harness/manifest を漏れなく評価する前段の計画プラグイン。ライフサイクル軸=13 フェーズ / 成果物実体軸=N component の 2 軸直交に加え、タスク粒度の型付き依存グラフ (task-graph) を第 3 の射影として保持し、依存駆動の並列実行・成果物連結・discovered-task 還流を機械保証する。orchestrator skill (run-plugin-dev-plan) + prompt-creator 仕様準拠の agents (elicitor=R1 / architect=R2,R3 / evaluator=R4 / improvement-reviewer) + command + hook + harness で構成。実ビルドは harness-creator へ委譲し、本プラグインは計画生成までを担う。改善要望は `/run-skill-feedback plugin-dev-planner` で投入可能 (SSOT: harness-creator/skills/run-skill-feedback、symlink 配備)。",
  "author": {
    "name": "harness maintainers"
  },
  "interface": {
    "displayName": "Plugin Dev Planner",
    "shortDescription": "プラグイン構想を index + 13 フェーズファイル(phase-01〜phase-13) + component-inventory.json へ目的ドリブンで分解し、skill/sub-agent/slash-command/hoo",
    "longDescription": "プラグイン構想を index + 13 フェーズファイル(phase-01〜phase-13) + component-inventory.json へ目的ドリブンで分解し、skill/sub-agent/slash-command/hook/script/harness/manifest を漏れなく評価する前段の計画プラグイン。ライフサイクル軸=13 フェーズ / 成果物実体軸=N component の 2 軸直交に加え、タスク粒度の型付き依存グラフ (task-graph) を第 3 の射影として保持し、依存駆動の並列実行・成果物連結・discovered-task 還流を機械保証する。orchestrator skill (run-plugin-dev-plan) + prompt-creator 仕様準拠の agents (elicitor=R1 / architect=R2,R3 / evaluator=R4 / improvement-reviewer) + command + hook + harness で構成。実ビルドは harness-creator へ委譲し、本プラグインは計画生成までを担う。改善要望は `/run-skill-feedback plugin-dev-planner` で投入可能 (SSOT: harness-creator/skills/run-skill-feedback、symlink 配備)。",
    "developerName": "harness maintainers",
    "category": "Development Tools",
    "capabilities": [
      "Skills"
    ],
    "defaultPrompt": [
      "Help me use Plugin Dev Planner."
    ]
  },
  "skills": "./skills/",
  "hooks": "./hooks/hooks.json"
}
plugins/plugin-dev-planner/.claude-plugin/plugin.json
{
  "name": "plugin-dev-planner",
  "version": "0.1.14",
  "dependencies": [
    "skill-governance-adapters"
  ],
  "description": "プラグイン構想を index + 13 フェーズファイル(phase-01〜phase-13) + component-inventory.json へ目的ドリブンで分解し、skill/sub-agent/slash-command/hook/script/harness/manifest を漏れなく評価する前段の計画プラグイン。ライフサイクル軸=13 フェーズ / 成果物実体軸=N component の 2 軸直交に加え、タスク粒度の型付き依存グラフ (task-graph) を第 3 の射影として保持し、依存駆動の並列実行・成果物連結・discovered-task 還流を機械保証する。orchestrator skill (run-plugin-dev-plan) + prompt-creator 仕様準拠の agents (elicitor=R1 / architect=R2,R3 / evaluator=R4 / improvement-reviewer) + command + hook + harness で構成。実ビルドは harness-creator へ委譲し、本プラグインは計画生成までを担う。改善要望は `/run-skill-feedback plugin-dev-planner` で投入可能 (SSOT: harness-creator/skills/run-skill-feedback、symlink 配備)。",
  "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.

[plugin-dev-planner on Agent Plugins Marketplace](https://pluginsmp.com/plugins/plugin-dev-planner)