plan-review-loop
SolidRun a review loop on an implementation plan — author or locate the plan, get an independent multi-lane review (zero-context executability, grounding against the repo and source spec, task structure), then address findings with judgment. Use when a plan is written and needs adversarial review before execution, or when asked to "review the plan", "check this plan", or "plan review loop". Supports superpowers plans (docs/superpowers/plans/), planning-with-files task_plan.md, and any other plan format; the source spec is reviewed transitively via the traceability lane. For code review loops, see the review-loop plugin.
Install
Quality Score: 82/100
Skill Content
Details
- Author
- augchan42
- Repository
- augchan42/inkstone
- Created
- 5 months ago
- Last Updated
- 4 days ago
- Language
- HTML
- License
- MIT
Similar Skills
Semantically similar based on skill content — not just same category
loop-plan-review
Independent read-only review of a candidate implementation plan BEFORE the harness publishes it — judge whether the iteration-0 plan faithfully serves the approved product contract and whether its milestones are real, iteration-sized work in this repository. Invoked by loop.sh at iteration 0 after the planner's candidate passes deterministic validation.
review-loop
Review an explicit plan/code/PR SHA delta with a risk-scaled panel, fix one complete finding batch, validate the changed delta, and emit a durable review receipt. Defaults to one reviewer, adds targeted lenses for sensitive work, caps normal finding-bearing rounds, and avoids re-reading already certified branch history. Only invoke as `$review-loop` / `/review-loop`, or when a delivery skill calls it. Works identically under Codex and Claude Code.
review-loop
Dispatches a multi-agent review team over the work in this session, runs an execution-grounded check (lint/test/build), validates findings through a falsifier stage, addresses load-bearing issues, and re-reviews until clean or budget hits. On the terminal verdict, always records a commit-pinned verdict comment on the branch's open PR (if one exists), so the review leaves a trail. Invoked manually as /review-loop or automatically by the Stop hook after real work outside plan mode. Use `--mode claim` to review a non-code analytical conclusion (a research finding or comparison verdict) by sending reviewers back to its primary sources to falsify it.