From asta-assistant
Critic skill. Given a plan in work/<slug>/README.md (status pending-review), check that the steps are concrete, the tools are appropriate, and the plan is realistic. Write a verdict and feedback back into the README.
How this skill is triggered — by the user, by Claude, or both
Slash command
/asta-assistant:review-planThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Independent review of a plan produced by **plan-work**. The reviewer reads only what is on disk; it does not see the planner's reasoning, by design.
Independent review of a plan produced by plan-work. The reviewer reads only what is on disk; it does not see the planner's reasoning, by design.
work/<slug>/README.md with status: pending-review and a populated # Instructions section.
Same README, updated:
status: ready. Optionally append a short # Review Notes section summarizing why the plan was approved (one or two sentences).status: pending-plan. Append or overwrite a # Review Feedback section with specific, actionable issues for the planner to address.For each step in the plan, verify:
asta-tools:find-literature for literature search, asta-tools:experiment for running experiments). Flag misuse.work/<slug>/data/...)?# Review Feedback listing the failed checks with one bullet per issue. Reference the specific step number.npx claudepluginhub allenai/asta-plugins --plugin asta-assistantStress-tests plans using automated critique (multi-reviewer council by default, or single-pass). Finds blind spots, missing steps, and wishful thinking. Verdict: APPROVE or REVISE.
Reviews an externally-authored implementation plan for quality, VGV conventions, and scope. Use for plans not created by /plan.
Orchestrates parallel architecture and experience reviews of implementation plans, scores findings across dimensions like data flow and UX, consolidates ranked fixes for user approval and auto-application. Use after planning, before non-trivial coding.