$npx -y skills add backnotprop/plannotator --skill plannotator-lastOpen Plannotator on the latest rendered assistant message and use the returned annotations to revise that message or continue.
| 1 | # Plannotator Last |
| 2 | |
| 3 | ## Message annotations |
| 4 | |
| 5 | !`plannotator annotate-last $ARGUMENTS` |
| 6 | |
| 7 | ## Your task |
| 8 | |
| 9 | The output above will be one of: |
| 10 | |
| 11 | 1. The exact text `The user approved.`, OR a JSON object with `"decision": "approved"`. The user approved your last message. Acknowledge with a single sentence ("Approved.") and stop. Do not begin any work. |
| 12 | 2. Empty, OR a JSON object with `"decision": "dismissed"`. The user closed the session without requesting changes. Acknowledge with a single sentence ("Annotation session closed.") and stop. Do not begin any work. |
| 13 | 3. Plaintext annotation feedback, OR a JSON object with `"decision": "annotated"` and a `"feedback"` field. Address the feedback. The user has reviewed your last message and provided specific annotations and comments. |