How this skill is triggered — by the user, by Claude, or both
Slash command
/cc-bridle-ja:plan-reviewThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
1. 引数がない場合: Plans.md を読み込み、未完了フェーズ(cc:TODO)を一覧表示してユーザーに選択を求める
確認プロンプトには必ず「意図を教えてください」オプションを含めてください。これにより、各判断の背後にある設計根拠をユーザーが理解できます。
各タスクを提示する際は以下の形式を使用:
## Task N.X.Y: <タスクタイトル>
<このタスクが何をするか、なぜこのように設計されたか、ユーザーへの影響を説明してください。>
これでよいですか?
OK — 次のタスクへ
修正したい — この場でタスク内容を編集します
意図を教えてください — 設計判断の背景をさらに詳しく説明します
ユーザーが「修正したい」を選択した場合:
全タスク完了後、受け入れ条件の各項目に対して:
npx claudepluginhub rozwer/cc-bridle --plugin cc-bridle-jaReviews task plans for executability, verifiability, dependency correctness, and spec coverage using INVEST validation, dependency graph checks, and traceability matrix. Blocks progression until approval step is complete.
Structured deep discussion for Plan Mode. Runs inside EnterPlanMode to ensure thorough questioning before writing a plan. Covers motivation, assumptions, design, acceptance criteria. Call this immediately after entering Plan Mode for any non-trivial task.
Plans milestones step-by-step with review gates: grill-design session, then goal contract todo task specs with user approval at each phase.