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

  1. Start a watch loop with agentation_agentation_watch_annotations.
  2. For each returned annotation:
    • Call agentation_agentation_acknowledge immediately so the user can see you picked it up.
    • Read any extra session context you need.
    • Make the requested fix.
    • Call agentation_agentation_resolve with a short summary of what changed.
  3. After the batch is done, call agentation_agentation_watch_annotations again.
  4. Continue until the user says stop or the watch call times out.
Related skills
Installs
4
GitHub Stars
4.0K
First Seen
5 days ago