From cc-bridle
Review a phase plan interactively, explaining each task and asking for confirmation.
How this skill is triggered — by the user, by Claude, or both
Slash command
/cc-bridle:plan-reviewThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
1. If no argument given: read Plans.md, list uncompleted phases (cc:TODO), ask user to choose one
Always include "意図を教えてください" option in confirmation prompts. This allows users to understand the design reasoning behind each decision.
When presenting each task, use this format:
## Task N.X.Y: <task title>
<Explain what this task does, why it was designed this way, and what impact it has on the user.>
これでよいですか?
OK — 次のタスクへ
修正したい — この場でタスク内容を編集します
意図を教えてください — 設計判断の背景をさらに詳しく説明します
If the user selects "修正したい":
After all tasks, for each item in 受け入れ条件:
npx claudepluginhub rozwer/cc-bridle --plugin cc-bridleReviews 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.
Orchestrates 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.
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.