dev-graph
v0.1.9ローカル task graph と Markdown を正本に、feature orchestration、tracker 投影、複数 worktree 実行を管理する開発グラフ harness。
By harness maintainers10 GitHub starsUpdated 1 hour ago
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 10 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 dev-graph for Codex and Claude Code
codex plugin marketplace add daishiman/harness-dev
codex plugin marketplace upgrade harness-dev
codex plugin add dev-graph@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 “dev-graph” remain stable.
- Codex:
dev-graph@agent-plugin-marketplace→dev-graph@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/dev-graph/.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json├── skills/run-dev-graph-decompose/SKILL.md├── skills/run-dev-graph-init/SKILL.md├── skills/run-dev-graph-node/SKILL.md├── skills/run-dev-graph-render/SKILL.md├── skills/run-dev-graph-requirements/SKILL.md├── skills/run-dev-graph-schedule/SKILL.md├── skills/run-dev-graph-status/SKILL.md├── skills/run-dev-graph-sync/SKILL.md├── skills/run-dev-graph-system-spec/SKILL.md└── skills/run-skill-feedback/SKILL.md
Included Skills10
大きな自然文構想を feature・architecture・機能間依存へマクロ分解したいとき、ready feature の system-dev-planner package を atomic 登録・binding 別投影したいときに使う。
dev-graph を呼出し元 repository/worktree 内へ冪等初期化したいとき、6 content root と repo-local config/state/templates/hook fallback を安全に用意したいときに使う。
dev-graph artifact を正規 path へ atomic 追加・差分更新したいとき、system-dev-planner の exact 13 phase task package を all-or-none 登録したいときに使う。
dev-graph を静的 HTML に可視化したいとき、外部 CDN/npm なしの自己完結 SVG + inline JS 成果物を生成したいときに使う。
確定 system spec と feature package から実装要件を導出したいとき、readiness 完了時だけ capability-build/task-graph build へ handoff したいときに使う。
feature ready と task ready を分離したいとき、依存・tracker parity・resource scope・active lease を満たす conflict-free batch を算出したいときに使う。
dev-graph node を metadata で検索したいとき、依存・tombstone・completion 状態を副作用なしで確認したいときに使う。
tracker_binding に従い dev-graph と Beads を同期したいとき、GitHub Issues/Projects/PR lifecycle を冪等収束したいときに使う。
system-spec-harness の正規フローで仕様を作りたいとき、確定した仕様・architecture を source lineage 付きで dev-graph に取り込みたいときに使う。
既存スキルへの「こう直してほしい」要望を受け取って Notion 改善要望 DB にプッシュしたいとき、利用者発端のフィードバックループを起動したいときに使う。
Plugin manifests2
{
"name": "dev-graph",
"version": "0.1.9",
"description": "ローカル task graph と Markdown を正本に、feature orchestration、tracker 投影、複数 worktree 実行を管理する開発グラフ harness。",
"author": {
"name": "harness maintainers"
},
"interface": {
"displayName": "Dev Graph",
"shortDescription": "ローカル task graph と Markdown を正本に、feature orchestration、tracker 投影、複数 worktree 実行を管理する開発グラフ harness。",
"longDescription": "ローカル task graph と Markdown を正本に、feature orchestration、tracker 投影、複数 worktree 実行を管理する開発グラフ harness。",
"developerName": "harness maintainers",
"category": "Development Tools",
"capabilities": [
"Skills"
],
"defaultPrompt": [
"Help me use Dev Graph."
]
},
"hooks": "./codex/hooks.json",
"skills": "./skills/"
}{
"name": "dev-graph",
"version": "0.1.9",
"dependencies": [
"skill-governance-adapters"
],
"description": "ローカル task graph と Markdown を正本に、feature orchestration、tracker 投影、複数 worktree 実行を管理する開発グラフ harness。",
"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.
[dev-graph on Agent Plugins Marketplace](https://pluginsmp.com/plugins/dev-graph)