
Plannotator Last
- 58 installs
- 7.5k repo stars
- Updated August 5, 2026
- backnotprop/plannotator
plannotator-last is a Claude skill that opens Plannotator on the latest rendered assistant message and revises it using the returned annotations.
About
plannotator-last opens Plannotator on the most recent rendered assistant message and uses the returned annotations to revise that message or continue. It runs the plannotator annotate-last CLI command and branches on approved, dismissed, or annotated outcomes. A developer uses it to let a human mark up the assistant's last reply before moving on.
- Opens Plannotator on the latest rendered assistant message
- Uses returned annotations to revise that message or continue
- Branches on approved, dismissed, or annotated decisions
Plannotator Last by the numbers
- 58 all-time installs (skills.sh)
- Ranked #548 of 1,352 Code Review & Quality skills by installs in the Skillselion catalog
- Data as of Aug 5, 2026 (Skillselion catalog sync)
plannotator-last capabilities & compatibility
- Capabilities
- code review
- Use cases
- documentation · code review
What plannotator-last says it does
Open Plannotator on the latest rendered assistant message and use the returned annotations to revise that message or continue.
The user has reviewed your last message and provided specific annotations and comments.
npx skills add https://github.com/backnotprop/plannotator --skill plannotator-lastAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 58 |
|---|---|
| repo stars | ★ 7.5k |
| Last updated | August 5, 2026 |
| Repository | backnotprop/plannotator ↗ |
What it does
Open Plannotator on the latest assistant message and revise it based on the returned annotations.
Who is it for?
Getting human annotations on the assistant's latest reply
When should I use this skill?
You want the user to annotate or approve the assistant's most recent message.
What you get
The assistant revises or continues based on the user's approval, dismissal, or annotated feedback.
By the numbers
- three decision outcomes: approved, dismissed, annotated
Files
Plannotator Last
Message annotations
!plannotator annotate-last $ARGUMENTS
Your task
The output above will be one of:
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. 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. 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.