From asta-assistant
Critic skill. Given an executed work item (status pending-assessment), assess whether the Goal was actually accomplished. Identify the root cause when it was not (incorrect assumption, technical blocker, missing data). Updates work/<slug>/README.md Assessment section.
How this skill is triggered — by the user, by Claude, or both
Slash command
/asta-assistant:review-workThis 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 assessment of executed work. Reads only what is on disk; it does not see the executor's reasoning, by design.
Independent assessment of executed work. Reads only what is on disk; it does not see the executor's reasoning, by design.
work/<slug>/README.md with status: pending-assessment, plus the artifacts under work/<slug>/data/.
Same README, updated:
# Assessment populated with a verdict and explanation (see template below).status: done (if goal was accomplished) or status: needs-input (if it was not and human direction is needed) or status: pending-plan (if the assessment recommends a fresh plan attempt).# Goal section. Compare against # Results. Does the work actually answer the goal, or only adjacent questions?# Results, verify it is present under work/<slug>/data/.# Results supported by the artifacts? Spot-check by reading a sample.# Assessment
## Verdict
<accomplished | partial | not accomplished>
## Reasoning
<one or two paragraphs explaining the verdict against the Goal>
## Root cause (if not fully accomplished)
<one of: incorrect assumption | technical blocker | missing data | scope drift | other — with a sentence of detail>
## Recommended next status
<done | needs-input | pending-plan>
accomplished → set status: done.partial with a clear next step the agent can take → set status: pending-plan and write a short note in the Assessment recommending what to plan next.partial or not accomplished requiring user input → set status: needs-input.npx claudepluginhub allenai/asta-plugins --plugin asta-assistantCreates structured, bite-sized implementation plans from specs or requirements before writing code. Useful for breaking down multi-step tasks into testable steps with file structure and task boundaries.