agentation-watch-mode
Installation
SKILL.md
Agentation watch mode
When to use: The user says watch mode, wants continuous Agentation feedback handling, or asks you to keep watching annotations and applying fixes as new feedback arrives.
Goal
Stay in a watch loop so the user can annotate in the browser and have those annotations processed continuously.
Workflow
- Start a watch loop with
agentation_agentation_watch_annotations. - For each returned annotation:
- Call
agentation_agentation_acknowledgeimmediately so the user can see you picked it up. - Read any extra session context you need.
- Make the requested fix.
- Call
agentation_agentation_resolvewith a short summary of what changed.
- Call
- After the batch is done, call
agentation_agentation_watch_annotationsagain. - Continue until the user says stop or the watch call times out.