---
name: Plannotator Last
slug: plannotator-last
category: Quality
description: "Plannotator Last opens Plannotator on the latest rendered assistant message and uses the returned annotations to revise that message or continue. Use it when a user wants to approve, dismiss, or annotate the assistant's last output before further work."
github: "https://github.com/backnotprop/plannotator/tree/main/apps/skills/claude/plannotator-last"
language: TypeScript
stars: 7797
forks: 572
install: "npx degit https://github.com/backnotprop/plannotator/tree/main/apps/skills/claude/plannotator-last ~/.claude/skills/plannotator-last"
installs_to: ~/.claude/skills/plannotator-last
source_path: apps/skills/claude/plannotator-last/SKILL.md
collection_size: 15
category_size: 1354
collection_url: "https://dirskills.com/collections/backnotprop/plannotator"
added: 2026-08-15T06:51:17.476Z
last_synced: 2026-08-15T06:51:17.476Z
canonical_url: "https://dirskills.com/skills/plannotator-last"
---

# Plannotator Last

Plannotator Last opens Plannotator on the latest rendered assistant message and uses the returned annotations to revise that message or continue. Use it when a user wants to approve, dismiss, or annotate the assistant's last output before further work.

**Install:**

```bash
npx degit https://github.com/backnotprop/plannotator/tree/main/apps/skills/claude/plannotator-last ~/.claude/skills/plannotator-last
```

## README

# 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. If that object also carries a `"feedback"` field, the user approved *with notes*: read them and carry them into subsequent work — they are non-blocking guidance, not a request to revise the message. Otherwise acknowledge with a single sentence ("Approved.") and stop. Either way, 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.
