Synopsis
aigon feedback-create <title>Shortcuts
/afbc(slash command) ·aigon afbc(CLI)
Description
feedback-create opens a new feedback item in docs/specs/feedback/01-inbox/ with a generated ID. Feedback items are lighter-weight than feature specs — they capture observations, bug reports, user complaints, and suggestions that need to be triaged before they become actionable work.
The command creates the file and then expects you (or an agent) to fill in the ## Summary and ## Evidence sections, plus attribution fields (reporter, source). Once filed, use feedback-triage to classify it and decide what to do with it.
What it does
- Creates
docs/specs/feedback/01-inbox/feedback-<ID>-<slug>.mdfrom the feedback template - Pre-fills frontmatter with the assigned ID and title
- Prints the next suggested command:
aigon feedback-triage <ID>
Examples
# Create a feedback item from the CLI
aigon feedback-create "Export button crashes on Safari"
# From an agent session (agent fills in details after creation)
/aigon:feedback-create "Dashboard load time regression after deploy"After creating
Read the new file and fill in:
## Summary— clear description of the issue or observation## Evidence— links, screenshots, error messages, reproduction steps- Attribution fields:
reporter(who reported it) andsource(where it came from — user, Slack, support ticket, etc.)
Then triage:
aigon feedback-triage <ID>Related
feedback-triage— classify and decide the next actionfeedback-list— see all feedback in the inbox
Last updated on