---
name: Plannotator Last
slug: plannotator-last-2
category: Quality
description: Plannotator Last opens Plannotator on the latest rendered assistant message so the agent can use returned annotations to revise that message or continue.
github: "https://github.com/backnotprop/plannotator/tree/main/apps/skills/core/plannotator-last"
language: TypeScript
stars: 7797
forks: 572
install: "npx degit https://github.com/backnotprop/plannotator/tree/main/apps/skills/core/plannotator-last ~/.claude/skills/plannotator-last"
installs_to: ~/.claude/skills/plannotator-last
source_path: apps/skills/core/plannotator-last/SKILL.md
collection_size: 15
category_size: 1354
collection_url: "https://dirskills.com/collections/backnotprop/plannotator"
added: 2026-08-15T06:51:18.286Z
last_synced: 2026-08-15T06:51:18.286Z
canonical_url: "https://dirskills.com/skills/plannotator-last-2"
---

# Plannotator Last

Plannotator Last opens Plannotator on the latest rendered assistant message so the agent can use returned annotations to revise that message or continue.

**Install:**

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

## README

# Plannotator Last

Use this skill when the user wants to annotate the latest assistant response in Plannotator.

Do not send a commentary/status message before running the command. The command
targets the latest rendered assistant response, so a preamble can mistakenly become the
thing being annotated.

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.
5. An approval may still carry notes — a `"decision": "approved"` result with a
   `"feedback"` field. Read those notes and carry them into subsequent work, but
   do not redo the message over them: they are guidance, not a change request.

Run the command yourself rather than telling the user to invoke shell syntax manually.
