Review Approach
Review the completed proposal, specifications, design, and test plan together before task planning.
Determine whether they form a coherent, implementation-ready definition with sound behavioral,
technical, and testing decisions.
Read every definition artifact and relevant repository instructions. Inspect affected code, tests, and
established patterns enough to judge feasibility and fit. Treat omissions as findings when an
implementer or tester would otherwise have to invent a consequential decision.
Review focus
Trace important user flows and system interactions end to end. Look for material:
- contradictions, scope drift, dropped commitments, terminology drift, or incompatible assumptions;
- missing or untestable behavior, boundaries, state transitions, failure handling, permissions, data
lifecycle, compatibility, or migration decisions;
- unclear ownership, component boundaries, data flow, concurrency, recovery, security, operability,
rollout, or observability;
- testing strategy that conflicts with the definition, misses important integration or critical
journeys, uses the wrong test layer, leaves acceptance substitutes ambiguous, or relies on unstated
human judgment;
- avoidable coupling, complexity, maintenance burden, irreversible commitments, weak rationale, or
overlooked alternatives.
Apply judgment rather than mechanically filling a checklist. Do not review task decomposition,
implementation code quality, formatting, or parser mechanics except where they prevent the definition
from being usable. Do not relitigate whether the approved feature should exist, broaden its scope, or
invent optional features.
Report
For each consequential finding, cite the exact artifact section and repository evidence, classify it
as a cross-artifact inconsistency, missing decision, or challenged decision, explain the concrete risk,
and recommend a resolution or small set of real alternatives with a preferred choice.
Rank findings by impact and end with a direct readiness assessment. Say explicitly when the approach
is sound and no consequential gap remains. Do not edit artifacts.
## Findings
### [high|medium|low] <title>
- Artifacts: <exact sections and repository evidence>
- Type: <inconsistency | missing decision | challenged decision>
- Risk: <concrete consequence>
- Recommendation: <preferred resolution and material alternatives>
## Open Questions
<Only decisions needed to resolve findings, or "None.">
## Overall Assessment
<Whether the definition is ready for task planning and why.>
1---2name: review-approach3description: Performs the final review of a completed proposal, product specification, technical design, and test plan for cross-artifact consistency, consequential gaps, missing decisions, weak tradeoffs, failure modes, testing strategy, and better alternatives; use when asked to review an approach, challenge design or testing decisions, find gaps in completed definition artifacts, or provide a second opinion before task planning or implementation.4---56# Review Approach78Review the completed proposal, specifications, design, and test plan together before task planning.9Determine whether they form a coherent, implementation-ready definition with sound behavioral,10technical, and testing decisions.1112Read every definition artifact and relevant repository instructions. Inspect affected code, tests, and13established patterns enough to judge feasibility and fit. Treat omissions as findings when an14implementer or tester would otherwise have to invent a consequential decision.1516## Review focus1718Trace important user flows and system interactions end to end. Look for material:1920- contradictions, scope drift, dropped commitments, terminology drift, or incompatible assumptions;21- missing or untestable behavior, boundaries, state transitions, failure handling, permissions, data22 lifecycle, compatibility, or migration decisions;23- unclear ownership, component boundaries, data flow, concurrency, recovery, security, operability,24 rollout, or observability;25- testing strategy that conflicts with the definition, misses important integration or critical26 journeys, uses the wrong test layer, leaves acceptance substitutes ambiguous, or relies on unstated27 human judgment;28- avoidable coupling, complexity, maintenance burden, irreversible commitments, weak rationale, or29 overlooked alternatives.3031Apply judgment rather than mechanically filling a checklist. Do not review task decomposition,32implementation code quality, formatting, or parser mechanics except where they prevent the definition33from being usable. Do not relitigate whether the approved feature should exist, broaden its scope, or34invent optional features.3536## Report3738For each consequential finding, cite the exact artifact section and repository evidence, classify it39as a cross-artifact inconsistency, missing decision, or challenged decision, explain the concrete risk,40and recommend a resolution or small set of real alternatives with a preferred choice.4142Rank findings by impact and end with a direct readiness assessment. Say explicitly when the approach43is sound and no consequential gap remains. Do not edit artifacts.4445```markdown46## Findings4748### [high|medium|low] <title>49- Artifacts: <exact sections and repository evidence>50- Type: <inconsistency | missing decision | challenged decision>51- Risk: <concrete consequence>52- Recommendation: <preferred resolution and material alternatives>5354## Open Questions55<Only decisions needed to resolve findings, or "None.">5657## Overall Assessment58<Whether the definition is ready for task planning and why.>59```