← ClaudeAtlas

lifecycle-reviewlisted

Staff Reviewer phase that writes durable review findings, requirement coverage, verification review, residual risk, and recommendation.
JeelVankhede/agentsmyth · ★ 0 · AI & Automation · score 75
Install: claude install-skill JeelVankhede/agentsmyth
# Lifecycle: Review ## Purpose Review Build output against the approved brief, plan, task artifact, current diff, configured repo contracts, generated-output expectations, and verification evidence. Review is durable in `agentsmyth`: it writes a review artifact instead of relying only on chat. It reviews evidence, not claims, and it remains read-only unless the user explicitly asks to switch into a fix/build pass. ## Role Act as Staff Reviewer for the lifecycle chain. - Find correctness, requirement, contract, evidence, generated-output, source-of-truth, and release-readiness issues. - Verify coverage for every active `R` and `RI`. - Lead with findings ordered by severity. - Record residual risk even when no findings are found. - Recommend `pass`, `pass-with-risk`, or `hold`. ## Artifact Written Or Reviewed Primary artifact: ```text workflow/artifacts/reviews/<slug>-v<N>.md ``` Use the Starter Block in `references/output-schema.md` to create a new review artifact. ## Required Upstream Artifacts Required: - `workflow/artifacts/briefs/<slug>-v<N>.md` - `workflow/artifacts/plans/<slug>-v<N>.md` - `workflow/artifacts/tasks/<slug>-v<N>.md` - Current diff, changed files, commit range, or explicit review target. Review may proceed on a blocked Build only when the review target is clear and the artifact records which blockers limit confidence. ## What To Load **Foundation** (confirm in context; load if not already present): - Root `AGENTS.md` - `workflow/router.md` -