dev-workflow
v1.11.1この開発ハーネスでの標準開発ワークフローを集めるプラグイン。github-issue: GitHub issue(番号/URL/自然文)に取り組む時に発火し、worktree のセットアップは worktree プラグインの hooks(WorktreeCreate / SessionStart)が自動で済ませる前提に立ち、このスキルでは判定しない → 仕様として残すべき変更なら opsx(openspec)フロー → 単一 change で足りるか複数 change に割れるかを判定 → 実行戦略(solo / delegate+verify / workflow 型)を残量モード(FABLE_BUDGET_MODE)込みで仮決め → TDD で実装、という標準手順を毎回同じに通す。work-issue: 対象 issue が未起票なら loops-issueify の手順で起票してから同パイプラインに接続する(issueify フォールバック)。pr-review-gate: PR 作成後に必ず通す品質ゲート(別コンテキストレビュー・リスク宣言の positive affirmation・動作確認証拠・agent-review:passed 付与を fail-closed で行う。レビューの重量は変更内容から light / full に事前判定し、既定と迷ったときは full=Codex に倒す。auto-merge workflow のリポ展開テンプレートは templates/auto-merge/)。誤分類は昇格トリップワイヤー(templates/escalation-tripwires.md)が実行中に修正する。人間の直接依頼でも loop-dev-agent の無人サイクルからでも同じフローを共有する(--unmanned で無人モード)。longrun:plan は呼ばず、issue 化前の壁打ちとは切り分ける。実装モデルのエスカレーションポリシー: 聖域パス・マージ権限・層間契約・課金/法務に触れる実装は1周目から model: fable で spawn し(分類表の正本は github-issue の Step D)、レビュー failed からの修正実装は実装品質起因のときだけ fable へ昇格する(仕様曖昧・レビュアー誤検出はモデル昇格しない。フォールバック記録の正本は pr-review-gate)。
By OrattaLicense: MIT0 GitHub starsUpdated 3 hours ago
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 3 skill or MCP entries
- Source updated
- Aug 28, 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
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install dev-workflow@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.
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/oratta/claude-harnessClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/dev-workflow/.
Plugin files
├── .claude-plugin/plugin.json├── skills/github-issue/SKILL.md├── skills/pr-review-gate/SKILL.md└── skills/push-guard-setup/SKILL.md
Included Skills3
開発 repo で GitHub issue に取り組む標準ワークフロー(worktree セットアップは hooks 任せ → opsx 要否 → change 分割 → TDD 実装)。issue 番号・URL・「このissue対応して」等の自然文で起動。人間依頼と loop-dev-agent 無人サイクル(--unmanned)の両対応。
PR を作成したら必ず通す品質ゲート。別コンテキストのレビュー・リスク宣言(リスクなし or 主の許容確認)・動作確認の証拠添付・agent-review:passed の付与までを1本で行う。「PR を作った」「レビューして」「マージまで進めて」「auto-merge に載せたい」ときに必ず読み込む。保留中の PR を再開するとき(「主の回答が来た」「リスクを許容する/しない」「動作確認の結果を伝える」「保留を進めて」「レビュー指摘を直したので再レビュー」)も必ずこのスキルで復帰手順を確認する。このゲートを通っていない PR は主の承認なしにマージしてはならない。
マージ済み PR のブランチへの push を全リポジトリで拒否するグローバル pre-push ガードを導入する(`~/.githooks/pre-push` + `git config --global core.hooksPath`)。「push ガードを入れて」「マージ済みブランチへの push を止めたい」「グローバル git フックを設定して」で起動。人間の手打ち push と Claude の push の両方を同じ層で止める。
Plugin manifests1
{
"name": "dev-workflow",
"version": "1.11.1",
"description": "この開発ハーネスでの標準開発ワークフローを集めるプラグイン。github-issue: GitHub issue(番号/URL/自然文)に取り組む時に発火し、worktree のセットアップは worktree プラグインの hooks(WorktreeCreate / SessionStart)が自動で済ませる前提に立ち、このスキルでは判定しない → 仕様として残すべき変更なら opsx(openspec)フロー → 単一 change で足りるか複数 change に割れるかを判定 → 実行戦略(solo / delegate+verify / workflow 型)を残量モード(FABLE_BUDGET_MODE)込みで仮決め → TDD で実装、という標準手順を毎回同じに通す。work-issue: 対象 issue が未起票なら loops-issueify の手順で起票してから同パイプラインに接続する(issueify フォールバック)。pr-review-gate: PR 作成後に必ず通す品質ゲート(別コンテキストレビュー・リスク宣言の positive affirmation・動作確認証拠・agent-review:passed 付与を fail-closed で行う。レビューの重量は変更内容から light / full に事前判定し、既定と迷ったときは full=Codex に倒す。auto-merge workflow のリポ展開テンプレートは templates/auto-merge/)。誤分類は昇格トリップワイヤー(templates/escalation-tripwires.md)が実行中に修正する。人間の直接依頼でも loop-dev-agent の無人サイクルからでも同じフローを共有する(--unmanned で無人モード)。longrun:plan は呼ばず、issue 化前の壁打ちとは切り分ける。実装モデルのエスカレーションポリシー: 聖域パス・マージ権限・層間契約・課金/法務に触れる実装は1周目から model: fable で spawn し(分類表の正本は github-issue の Step D)、レビュー failed からの修正実装は実装品質起因のときだけ fable へ昇格する(仕様曖昧・レビュアー誤検出はモデル昇格しない。フォールバック記録の正本は pr-review-gate)。",
"author": {
"name": "Oratta"
},
"license": "MIT",
"keywords": [
"dev-workflow",
"github",
"issue",
"openspec",
"opsx",
"worktree",
"tdd",
"spec-driven"
],
"skills": [
"./skills/github-issue",
"./skills/push-guard-setup",
"./skills/pr-review-gate"
],
"commands": [
"./commands/work-issue.md"
]
}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-workflow on Agent Plugins Marketplace](https://pluginsmp.com/plugins/dev-workflow)