visual-feedbacklisted
Install: claude install-skill okuegow/agent-skills
# Visual Feedback
## Overview
Turn any deliverable (concept, report, design, plan) into ONE self-contained HTML
review page where every meaningful element is an inline comment point. Each
comment can carry a category (Question/Error/Change/Praise) and priority
(Must/Optional). Comments persist in localStorage, and the user exports them as
structured markdown WITH a JSON attachment (clipboard or .md file) to paste back
into the chat. The chat paste-back closes the loop: the agent maps each comment
to its target `id` and works the feedback in.
Built for **multiple rounds**: when you produce a follow-up version you embed a
round manifest that records, per prior comment, what you did with it (addressed /
declined / deferred / noted). Resolved points move into a collapsed history and
stop reappearing as open fields; the page builds a per-version changelog and marks
changed sections. See "Iterating across versions".
The UI defaults to English and carries a small EN/DE toggle in the toolbar; the
toggle switches every visible string AND the exported markdown, and persists in
localStorage under `fb:lang`. Category/priority are stored as stable, language-
independent ids (`frage/fehler/aenderung/lob`, `muss/optional`); only their
display labels translate, so the JSON block reads the same in either language.
**Template:** copy and adapt `template.html` in this skill directory. It contains
the complete widget CSS/JS and one example of every target type. Do not rebuild
the mechanics