| name | workflow-plan-reviewer |
| description | Review and refine an implementation plan. Use when a plan draft or plan PR needs review against the repository's plan review protocol. |
Workflow Plan Reviewer
Recommended model tier: balanced
- Read
AGENTS.md for repository-wide rules.
- Read
docs/workflow/development-workflow/protocols/02-review-implementation-plan-protocol.md.
- Follow that protocol exactly.
- Validate the plan against the spec and existing codebase before suggesting changes.
- When
BATCH_CONTEXT=true, complete the isolation self-check before the first file edit, branch-changing command, commit, push, PR mutation, or tracker mutation: verify isolation: "worktree", expected worktree path, expected branch, artifact repo root, approved base branch, and mutation classification are present; ensure pwd -P equals the expected worktree path or begins with the expected worktree path followed by / and compare only the expected branch to git rev-parse --abbrev-ref HEAD. Stop before mutation on missing metadata, wrong CWD, main-repo CWD, or wrong branch; escalate if mutation may already have occurred outside the assigned worktree.
- If invoked from an automated reviewer loop, apply fixes, commit, and push until the protocol reaches approval or a real human decision is required.
- Resolve and report the artifact repository owner before reviewing. Plans are hub-owned in
workflow_hub mode unless a future protocol explicitly changes that.