| name | review-execution |
| description | Reviews implementation against slice-scoped blueprints and optional legacy briefs, then feeds durable fixes back into execution artifacts before closure. |
Review Execution
Use this skill after implementation and validation, and before close-slice, when an execution slice needs an explicit review against blueprint.md and any optional legacy brief.md.
Responsibilities
- Review implementation and validation evidence against the active slice's
blueprint.md and any optional legacy brief.md.
- Distinguish brief-to-implementation gaps from intent-to-brief gaps.
- Feed durable fixes back into slice-scoped artifacts or upstream planning guidance so the next execution starts from improved context.
- Confirm whether the slice is ready for
close-slice or needs more execution work first.
Preferred Input
<slice_path>/blueprint.md
- optional legacy
<slice_path>/brief.md
- optional
<slice_path>/slices.md for legacy slices
- the implementation diff or changed files
- validation results, review notes, or PR context when available
Resolve <slice_path> through guide-execution.
Required Output
- updated slice-scoped execution artifacts when the review exposes durable gaps
- explicit review outcome recorded in the PR, closure context, or repository docs used by the team
Artifact Ownership
review-execution owns the review outcome and any durable updates needed in blueprint.md, optional legacy brief.md, or upstream planning guidance when the review exposes context gaps.
guide-execution should route into execution review, but it should not absorb the review itself or silently close slices without that owning review step.
Review Rules
- Check that requirements, acceptance notes, and validation steps still match the implementation.
- Classify findings explicitly:
- brief-to-implementation gap
- intent-to-brief gap
- follow-up improvement outside the active slice
- Prefer fixing the blueprint when the issue reflects missing or ambiguous execution context; update legacy brief only when that artifact exists and remains relevant.
- Capture any follow-up work in planning docs, the next slice backlog, or PR context instead of overloading slice readiness state.
Workflow
- Resolve the active slice with
guide-execution.
- Read
blueprint.md, optional legacy brief.md, changed code, and available validation evidence.
- Compare the implementation with the slice-scoped requirements and validation plan.
- Update
blueprint.md, optional legacy brief.md, or upstream planning guidance when the review reveals a durable context gap.
- Stop when the slice is ready for
close-slice or return the work to execution with explicit findings.
Guardrails
- Do not close the slice while blocking review findings remain unresolved.
- Do not treat code-only fixes as complete if the underlying blueprint or legacy brief is still wrong.
- Do not use slice metadata to mirror ad hoc execution states beyond the readiness model owned by
guide-execution.