How this skill is triggered — by the user, by Claude, or both
Slash command
/plan-reviewer:plan-reviewThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
ユーザが plan mode で作成した実装プランをレビューします。
ユーザが plan mode で作成した実装プランをレビューします。
plan-reviewer エージェントを Task ツールで起動してください。
プラン内容はあなたのコンテキストに既にあります(自分が書いたため)。そのまま渡してください。
Task(
subagent_type="plan-reviewer",
description="プランレビュー",
prompt="""
以下の実装プランをレビューしてください。
## レビュー対象のプラン
{プラン内容}
## プロジェクト設定(CLAUDE.md)
{CLAUDE.md の内容(あれば)}
"""
)
npx claudepluginhub turtton/claude-plugins --plugin plan-reviewerReviews implementation Plan files in parallel using Codex, Gemini, and Claude to analyze validity, gaps, risks, and improvements. Invoke via /plan-review after plan creation.
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.
Reviews and validates plans (implementation, research, design, migration, etc.) using parallel subagents for codebase alignment, best practices, standards, feasibility, and fresh perspectives.