From asta-assistant
Execute the approved plan in work/<slug>/README.md (status ready), write outputs into work/<slug>/data/, record what happened in the Results section, then hand off to review-work. Use when there is a ready work item.
How this skill is triggered — by the user, by Claude, or both
Slash command
/asta-assistant:do-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
Executes a single ready work item end-to-end. The plan in `# Instructions` is the contract; this skill follows it rather than redesigning it.
Executes a single ready work item end-to-end. The plan in # Instructions is the contract; this skill follows it rather than redesigning it.
work/<slug>/README.md with status: ready and a populated # Instructions section.
work/<slug>/data/ — any data artifacts the plan produced. Each artifact should have a stable name referenced from the README.work/<slug>/README.md updated:
# Results populated with a natural-language narrative of what was actually done, what artifacts were produced, and anything that diverged from the plan.status: pending-assessment.Lock the item. Set frontmatter status: in-progress to prevent re-entry.
Read the plan. Open # Instructions. If it is empty or vague, set status: needs-input and stop — the plan should have been concrete coming out of plan-work/review-plan. Do not improvise design decisions here.
Execute step-by-step. For each step:
work/<slug>/data/ using the names from the plan.Handle deviations. When reality forces a deviation (a tool produced unexpected output, an external dependency is unavailable, a step turned out to be unnecessary), document it in # Results with: what was planned, what actually happened, why the deviation was justified. Do not silently substitute one step for another.
Write # Results. Structure:
# Results
## Summary
<one paragraph>
## Artifacts
- `data/<file>` — <one-line description>
## Step-by-step
<what was done for each plan step, including deviations and failures>
Set status and hand off. Set frontmatter status: pending-assessment, then invoke review-work with the slug.
Creates 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.
npx claudepluginhub allenai/asta-plugins --plugin asta-assistant