From cc-bridle
Review all phases from Plans.md in priority order (Required first, then Recommended).
How this skill is triggered — by the user, by Claude, or both
Slash command
/cc-bridle:plan-review-allThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
1. Read Plans.md priority matrix
--with-codex: After user review of each phase, also submit the phase plan to Codex (via /harness-work or standalone) for AI review.
for each phase in priority order (Required → Recommended):
1. Display: "--- Phase N のレビューを開始します ---"
2. Run the plan-review skill for that phase
3. When plan-review completes, display:
"Phase N のレビューが完了しました。"
4. If --with-codex flag is set:
Submit phase-N.md to Codex for AI review via /harness-work
Display Codex feedback summary
5. Ask: "次のフェーズ(Phase M)に進みますか?"
6. Wait for user confirmation (yes/no/skip)
- yes: continue to next phase
- no: stop the review session
- skip: skip to the phase after next
After all phases are reviewed:
全フェーズのレビューが完了しました。
レビュー済み: Phase X, Phase Y, ...
スキップ: Phase Z (if any)
npx claudepluginhub rozwer/cc-bridle --plugin cc-bridleOrchestrates 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.
Reviews PLAN.md for completeness and spec alignment before implementation. Dispatches a plan-check subagent that enforces chunking for large plans.
Reviews implementation Plan files in parallel using Codex, Gemini, and Claude to analyze validity, gaps, risks, and improvements. Invoke via /plan-review after plan creation.