system-dev-planner
v0.1.10確定したdev-graph featureを、同一digestで昇格可能なexact 13実行タスクへ分解するシステム開発planner。
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 system-dev-planner for Codex and Claude Code
codex plugin marketplace add daishiman/harness-dev
codex plugin marketplace upgrade harness-dev
codex plugin add system-dev-planner@harness-devPaste 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-dev-planner” remain stable.
- Codex:
system-dev-planner@agent-plugin-marketplace→system-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-devClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/system-dev-planner/.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json├── skills/assign-system-dev-plan-evaluator/SKILL.md├── skills/run-skill-feedback/SKILL.md└── skills/run-system-dev-plan/SKILL.md
Included Skills3
exact-13 staging planを独立評価したいとき、4条件とdigestに束縛したplan-findings.jsonを生成したいときに使う。
既存スキルへの「こう直してほしい」要望を受け取って Notion 改善要望 DB にプッシュしたいとき、利用者発端のフィードバックループを起動したいときに使う。
dev-graph の1 featureを exact 13 task specsへ分解したいとき、独立評価後に13-entry inventory・13-node DAGを atomic promotionしたいときに使う。
Plugin manifests2
{
"name": "system-dev-planner",
"version": "0.1.10",
"description": "確定したdev-graph featureを、同一digestで昇格可能なexact 13実行タスクへ分解するシステム開発planner。",
"author": {
"name": "harness maintainers"
},
"interface": {
"displayName": "System Dev Planner",
"shortDescription": "確定したdev-graph featureを、同一digestで昇格可能なexact 13実行タスクへ分解するシステム開発planner。",
"longDescription": "確定したdev-graph featureを、同一digestで昇格可能なexact 13実行タスクへ分解するシステム開発planner。",
"developerName": "harness maintainers",
"category": "Development Tools",
"capabilities": [
"Skills"
],
"defaultPrompt": [
"Help me use System Dev Planner."
]
},
"skills": "./skills/",
"hooks": "./hooks/hooks.json"
}{
"name": "system-dev-planner",
"version": "0.1.10",
"dependencies": [
"skill-governance-adapters"
],
"description": "確定したdev-graph featureを、同一digestで昇格可能なexact 13実行タスクへ分解するシステム開発planner。",
"author": {
"name": "harness maintainers"
}
}For 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-dev-planner on Agent Plugins Marketplace](https://pluginsmp.com/plugins/system-dev-planner)