feedback
Installation
SKILL.md
Feedback
Help a user tell the Asta team how using these plugins actually went. The skill interviews the user, synthesizes a narrative report (FEEDBACK.md), optionally gathers a few agent-generated reports that illustrate the story, and submits the bundle, via asta feedback submit, to a private store the Asta team analyzes.
This is meant to be low-friction for the user, with ability to review the information being submitted.
Place feedback into a <project-root>/.asta/feedback/<slug>/ directory, where <slug> is a short, dated kebab-case name (e.g. 2026-07-30-glaciar-evolution-analysis)
This skill is a router. Pick the workflow that matches the user's intent, open its .md file in workflows/, and follow it. Do not execute a workflow from memory.
Workflows
| Name | Purpose | Detailed instructions |
|---|---|---|
| interview | Converse with the user about their experience, then write FEEDBACK.md and stage any supporting files into a submission directory. |
workflows/interview.md |
| submit | Let the user review the submission directory, then run asta feedback submit <dir> to upload it. |
workflows/submit.md |