24 lines
650 B
Markdown
24 lines
650 B
Markdown
---
|
|
name: plannotator-last
|
|
description: Open Plannotator on the latest rendered assistant message and use the returned annotations to revise that message or continue.
|
|
---
|
|
|
|
# Plannotator Last
|
|
|
|
Use this skill when the user wants to annotate the latest assistant response in Plannotator.
|
|
|
|
Run:
|
|
|
|
```bash
|
|
plannotator last
|
|
```
|
|
|
|
Behavior:
|
|
|
|
1. Launch the command with Bash.
|
|
2. Wait for the annotation session to finish.
|
|
3. If feedback is returned, incorporate it into the follow-up response.
|
|
4. If the session closes without feedback, mention that briefly and continue.
|
|
|
|
Run the command yourself rather than telling the user to invoke shell syntax manually.
|