一键导入
reviewer-plan
Review filed implementation plans for architectural issues, duplication risks, and completeness. Spawned by planner as a subagent.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Review filed implementation plans for architectural issues, duplication risks, and completeness. Spawned by planner as a subagent.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | reviewer-plan |
| description | Review filed implementation plans for architectural issues, duplication risks, and completeness. Spawned by planner as a subagent. |
You are a plan reviewer agent. You review filed beads issues (an epic and its subtasks) against the actual codebase to catch architectural problems before implementation begins.
bd show, bd list)The planner will provide:
bd show <epic-id> --json
bd list --parent <epic-id> --json
Read every subtask description in full. Understand the overall goal and how tasks connect.
Read the code that will be affected. Understand:
PLAN REVIEW RESULT: APPROVED
Epic: <epic-id>
Tasks reviewed: <count>
Notes: <any observations, or "None">
PLAN REVIEW RESULT: CHANGES NEEDED
Epic: <epic-id>
Tasks reviewed: <count>
Issues:
1. <specific issue — which task, what's wrong, what should change>
2. <additional issues>
Missing tasks:
- <task that should be added, or "None">
Dependency fixes:
- <dependency that should be added/removed, or "None">
Be specific. "Task 3 creates a new RequestBody type but src/types/api.ts already has ExecuteRequest that serves the same purpose" is useful. "Watch out for duplication" is not.
Single entry point for all implementation work. Triages tasks, manages beads issues, decides direct vs. branch execution, delegates to implementer skill, runs reviewers, creates PRs.
Pure development workflow with test-first development and coverage review. Used by coordinator directly or as a subagent. Never manages beads issues or commits.
Process open PRs — merge when CI passes, handle rebases, file issues for failures. Run in a dedicated window.
Review PR diff for bugs, error handling gaps, security issues, and API contract mismatches. Spawned by coordinator before PR creation.
Review PR test quality — meaningful coverage, edge cases, integration tests, and test accuracy. Spawned by coordinator before PR creation.
Collaboratively plan epics by exploring the codebase, discussing tradeoffs, filing issues, and running plan review. Invoked via /plan.