plan-review-loop

Review and refine implementation plans until unresolved issues are eliminated.

1|Updated Mar 20, 2026
One-click install
npx skills add https://github.com/hirokimry/vibecorp --skill plan-review-loop-hirokimry
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: plan-review-loop
Source: https://github.com/hirokimry/vibecorp/tree/main/skills/plan-review-loop
Command: npx skills add https://github.com/hirokimry/vibecorp --skill plan-review-loop-hirokimry

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

実装計画に抜け漏れや実現性の問題があっても、レビューと修正を自動で繰り返して解消するための Skill です。計画書を人手で何度も見直す負担を減らし、Issue の完了条件に沿った実行可能な計画へ整えます。

Core Features & Use Cases

  • レビューと修正の反復: 計画ファイルを対象に、問題がなくなるまで最大 5 回のループでレビューと修正を実施します。
  • 専門家エージェントの活用: architect, security, testing, performance, dx, cost, legal の観点を使い分け、計画の抜け漏れや矛盾を多面的に確認します。
  • 安全な運用制御: 計画ファイル以外は変更せず、worktree 対応や単一レビューへのフォールバックも備えているため、導入済み計画の改善に向いています。

Quick Start

/vibecorp:plan-review-loop で現在のブランチの計画をレビューし、未解決の指摘がなくなるまで修正ループを実行してください。

Frequently Asked Questions about plan-review-loop

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate implementation plan reviews to fix issues until unresolved?

Automated plan reviews repeatedly refine implementation plans until unresolved issues reach zero by applying specialized reviewer agents for architecture, security, testing, performance, DX, cost, and legal concerns.

What is the maximum number of review iterations for a plan file?

The maximum number of review iterations for a plan file is five, ensuring unresolved issues are systematically eliminated through repeated automated reviews and modifications.

Does the plan review process modify source code or only plan files?

The plan review process strictly enforces plan-only modifications, ensuring source code remains untouched while refining implementation plans within worktree execution environments.

How do I run a plan review loop on my current git branch?

Run the plan review loop on your current git branch using the command line interface, which supports branch-based detection to automatically locate and review implementation plans in the cache.

What happens if specialized reviewer agents fail during issue triage?

If specialized reviewer agents fail during issue triage, the system executes fallback review logic to ensure plans remain validated, alongside C*O meta-review gating for full presets.

Can I use worktree execution for branch-based plan detection?

Yes, worktree execution supports branch-based detection for plan files, allowing implementation plans to be safely reviewed and refined within isolated worktree environments.