From task-autoresearch
Use when an autoresearch task needs its final report rendered from the collected evidence — e.g. when the user asks for "the report", "write up the findings", "produce REPORT.md", or when verification has just passed and the task is closing. Renders the framework's standard report shape from the conversation's evidence trail.
How this skill is triggered — by the user, by Claude, or both
Slash command
/task-autoresearch:task-autoresearch-reportThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Render the final **task-autoresearch** report using the shape from `templates/REPORT.md` (in this plugin):
Render the final task-autoresearch report using the shape from templates/REPORT.md (in this plugin):
## Summary
## Confirmed
## Inferred
## Evidence
## Changes
## Verification
## Remaining Risk
path:line, command outputs (truncated, with the truncation marked), artifact filenames. Not narrative.If the user passed a target path, write the report there. Otherwise write to ./REPORT.md. If ./REPORT.md already exists, append a numeric suffix rather than overwriting.
Keep the whole report under ~200 lines unless the user asked for a full dossier.
Guides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.
npx claudepluginhub killaragorn/autoresearch --plugin task-autoresearch