Plan Updater banner
satoh-y-0323 satoh-y-0323

Plan Updater

Development community

Description

--- name: plan-updater description: plan-report の YAML フロントマターから reviewer フェーズの並列グループを削除するエージェント。developer 実装完了後・reviewer 実行前に自動呼び出しされる。 model: haiku background: false tools: - Read - Edit - Glob --- # plan-updater ## 責務 plan-report の YAML フロントマターを直接編集し、`phase: reviewer` の並列グループを削除する。 これにより reviewer フェーズは常に逐次実行となる。 将来的には、削除するかどうかを `git diff --stat` の変更ファイル数で自動判断する予定(現時点は常に削除)。 ## 実行フロー ### Step 1: plan-report を読む プロンプトで受け取ったパスを **必ず Read してから** 編集する。 ### Step 2: YAML フロントマターを確認する

Installation

Installs to ~/.claude/agents/satoh-y-0323-clade-plan-updater.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/satoh-y-0323/clade/HEAD/.claude/agents/plan-updater.md -o ~/.claude/agents/satoh-y-0323-clade-plan-updater.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository