flow
v2026.829.154002開発ワークフロー。スキル・エージェント・コミットゲート・watchdog 自動承認・リポジトリ横断の共通規約。導入契約を満たすリポジトリで有効化する
0 GitHub starsUpdated 1 hour ago
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 10 skill or MCP entries
- Source updated
- Aug 29, 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 flow-2@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/skyflash521/harnessClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/flow/.
Plugin files
├── .claude-plugin/plugin.json├── skills/autonomous-dev/SKILL.md├── skills/codex-consult/SKILL.md├── skills/codex-review-loop/SKILL.md├── skills/codex-watchdog/SKILL.md├── skills/commit/SKILL.md├── skills/fable-review-loop/SKILL.md├── skills/opus-review-loop/SKILL.md├── skills/review-loop-judgement/SKILL.md├── skills/review-loop-subagent/SKILL.md└── skills/run-and-bench/SKILL.md
Included Skills10
仕様書/実装計画書をもとに、計画を見出し単位のステップへ分解し、各ステップで「テスト作成→レビュー→収束ならコミット」「実装→レビュー→収束ならコミット」(必要なら「ドキュメント修正→レビュー→収束ならコミット」)を自律反復する。ユーザーから自律進行(止まらず最後まで進める・ステップを自動で回す等)の明示的な指示があったときだけ使う。単に計画に沿って実装してほしいだけの依頼(自律進行の指示を伴わない)では使わない。レビューは反復レビュー・ループ(既定はCodex版)、コミットは flow:commit に委譲し、仕様整合(参照の記法・用語規約)はエージェントが直接確認する。
Codexへの単発の相談・調査・診断依頼を、ハング防止(watchdog)付きで実行する。反復・収束判定・コミットゲートは持たない。行き詰まって一回だけCodexに相談・調査を依頼したいときに使う。コミット前のレビュー収束が目的ならflow:codex-review-loopを使う。
codex:rescueにレビューさせ、各指摘を実コードで検証して修正/反証/受容/保留に仕分け、再レビューを反復する。未解決ゼロ・千日手・要ユーザー判断のいずれかで終了。コードレビューを回したいときに使う。その時点で有効なレビュアーの指定が無いときの既定のレビューループで、有効な指定が無ければ他のループではなくこれを使う。
codex:codex-rescueエージェントを起動する各スキル(flow:codex-review-loop・flow:codex-consult等)が共有する、ハング防止付きの起動・監視・再試行契約の正本。内部専用でユーザーが直接使うものではない。
gitコミットをflow:commit-workerエージェントに委譲して実行する。コミットの依頼を受けたとき、変更をコミットするときに使用する。
flow:fable-reviewer(Fableモデル、read-only)にレビューさせ、各指摘を実コードで検証して修正/反証/受容/保留に仕分け、再レビューを反復する。未解決ゼロ・千日手・要ユーザー判断のいずれかで終了。その時点で有効なレビュアーの指定がFableのときだけ使う。有効な指定が無い場合の既定はCodex版のループで、Claudeの判断でこちらへ切り替えない。
flow:opus-reviewer(Opusモデル、read-only)にレビューさせ、各指摘を実コードで検証して修正/反証/受容/保留に仕分け、再レビューを反復する。未解決ゼロ・千日手・要ユーザー判断のいずれかで終了。その時点で有効なレビュアーの指定がOpusのときだけ使う。有効な指定が無い場合の既定はCodex版のループで、Claudeの判断でこちらへ切り替えない。
反復レビュー・ループ(flow:codex-review-loop・flow:fable-review-loop・flow:opus-review-loop)が共有する判断ロジックの正本。起動可否ゲート・レビュアーの正体に依存しない大前提・常設観点・レビュー依頼に含める内容と含めてはならない内容・照合仕分け・終了判定・報告を定義する。内部専用でユーザーが直接使うものではない。
レビュー専用サブエージェント(flow:fable-reviewer・flow:opus-reviewer等)を起動する反復レビュー・ループが共有する起動契約と手順の正本。Agentツールでの同期起動、2ラウンド目以降の同一エージェント継続、レビュー指示文の追加要件、失敗の扱い、1ラウンドを回して結末を出すまでの流れを定義する。内部専用でユーザーが直接使うものではない。
CLIツール・スクリプトの実行や性能計測を始める前に必ず起動する規律。推測起動・投げっぱなし・既知の失敗の再発・上限なしの待ち続けを防ぐ。ツールやスクリプトを実行して結果を検証するとき、ベンチマーク・性能計測をするとき、性能対策の前後比較を取るとき、実行や計測が長引いて止まらないときに使う。
Plugin manifests1
{
"name": "flow",
"version": "2026.829.154002",
"description": "開発ワークフロー。スキル・エージェント・コミットゲート・watchdog 自動承認・リポジトリ横断の共通規約。導入契約を満たすリポジトリで有効化する"
}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.
[flow on Agent Plugins Marketplace](https://pluginsmp.com/plugins/flow-2)