How this skill is triggered — by the user, by Claude, or both
Slash command
/cc-bridle-ja:plan-review-allThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
1. Plans.md の優先度マトリクスを読み込む
--with-codex: ユーザーによる各フェーズのレビュー後、そのフェーズ計画を Codex(/harness-work またはスタンドアロン経由)にも送信して AI レビューを行います。
優先度順(Required → Recommended)で各フェーズを処理:
1. 表示: "--- Phase N のレビューを開始します ---"
2. そのフェーズの plan-review スキルを実行
3. plan-review 完了後に表示:
"Phase N のレビューが完了しました。"
4. --with-codex フラグが設定されている場合:
phase-N.md を /harness-work 経由で Codex に送信して AI レビュー
Codex フィードバックの概要を表示
5. 確認: "次のフェーズ(Phase M)に進みますか?"
6. ユーザーの確認を待つ(yes/no/skip)
- yes: 次のフェーズへ進む
- no: レビューセッションを終了
- skip: 次の次のフェーズへスキップ
全フェーズのレビューが完了したら:
全フェーズのレビューが完了しました。
レビュー済み: Phase X, Phase Y, ...
スキップ: Phase Z(ある場合)
npx claudepluginhub rozwer/cc-bridle --plugin cc-bridle-jaOrchestrates parallel architecture and experience reviews of implementation plans, scores findings across dimensions like data flow and UX, consolidates ranked fixes for user approval and auto-application. Use after planning, before non-trivial coding.
Executes implementation plans by dispatching tasks to implementer and reviewer subagents. Tracks progress per-task and coordinates sequential phases.