| name | plan-readiness-review |
| description | Review an unattended worker's implementation plan against its GitHub issue, parent requirements, repository rules, ADRs, and current code before implementation begins. |
Plan Readiness Review
Review two independent axes.
Requirements
- Every acceptance criterion is covered by implementation and verification.
- Nothing required is missing or partial.
- Nothing unrequested was added.
- The plan does not invent product, architecture, migration, dependency, interface, or scope decisions.
Executability
- Referenced paths and symbols match the current checkout.
- Tasks have coherent ordering and interfaces.
- Every task has a meaningful test cycle and leaves the repository green.
- Commands and expected results are concrete.
- The work fits one issue worker context.
Fix implementation-only defects directly in the plan. If a requirements or design decision is missing, do not guess: return SUPERWORKER_NEEDS_INFO and explain the blocker. Otherwise return SUPERWORKER_PLAN_APPROVED.