home / skills / ratacat / claude-skills / plan_review
This skill coordinates parallel reviews of a plan by specialized agents to speed up quality assessment and feedback.
npx playbooks add skill ratacat/claude-skills --skill plan_reviewReview the files below or copy the command above to add this skill to your agents.
---
name: plan_review
description: Have multiple specialized agents review a plan in parallel
---
## Arguments
[plan file path or plan content]
Have @agent-dhh-rails-reviewer @agent-kieran-rails-reviewer @agent-code-simplicity-reviewer review this plan in parallel.
This skill coordinates multiple specialized reviewers to evaluate a plan in parallel. It runs independent review agents focused on architecture, Rails best practices, and code simplicity to provide a comprehensive assessment and actionable feedback. Results are aggregated into a concise summary with prioritized recommendations.
You supply a plan file path or paste the plan content. The skill dispatches three reviewers concurrently: a Rails architecture reviewer, a Rails implementation reviewer, and a code simplicity reviewer. Each agent returns findings, risks, and suggested changes, and the skill merges those outputs into a unified review with prioritized items and clear next steps.
What input formats are supported?
You can pass a file path to the plan or paste the plan content directly; include any relevant supplementary context in the same input.
How are conflicting recommendations handled?
The skill flags conflicts, explains the trade-offs, and recommends a prioritized path based on risk and simplicity.