with one click
review
// Perform planning-phase document reviews for the current plan artifact. Use when running /review with mode=zero-context, mode=expert-tech, or mode=implementer-readiness.
// Perform planning-phase document reviews for the current plan artifact. Use when running /review with mode=zero-context, mode=expert-tech, or mode=implementer-readiness.
[HINT] Download the complete skill directory including SKILL.md and all related files
| name | review |
| description | Perform planning-phase document reviews for the current plan artifact. Use when running /review with mode=zero-context, mode=expert-tech, or mode=implementer-readiness. |
Default scope is the current plan artifact. Review against the artifact authority contract recorded in the plan; do not invent external authority or treat markdown as execution-authoritative in registry-first.
registry-first.Read PlanTier in the plan's Plan State and calibrate strictness:
PlanTier: Lite: optimize for shipping speed. Focus findings on true blockers, high-risk gaps, contradictions, and missing decisions/tests/rollback. Avoid "polish-only" asks (wordsmithing, exhaustive alternatives, overly detailed breakdowns) unless they prevent correct implementation.PlanTier: Full: engineering-grade completeness. It is acceptable to call out missing detail that could cause rework, incorrectness, operational risk, or unclear parallelization/merge points.Non-blocker: (keep the schema and ids unchanged).Return findings using this exact schema (with stable ids):
Triggered by infra/deploy, auth/identity, data contracts/versioning, concurrency/perf correctness, regulatory/compliance, or high-stakes customer impact
Focus on technical correctness, integration risks, and operational gaps Return findings using this exact schema (with stable ids):
Technical risks and integration gaps:
Missing validations or operational steps:
Contradictions with stated invariants or authority boundaries:
Patch suggestions (point to plan sections):
Return findings using this exact schema (with stable ids):
Return findings (and optional patch suggestions pointing to plan sections), without applying edits automatically. Do not include dispositions (Accept/Reject/Defer); the orchestrator/user handles that.