> ## Documentation Index
> Fetch the complete documentation index at: https://docs.plannotator.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Use Plannotator with Droid

> Install Plannotator's Droid plugin for manual code review, file annotation, and last-message review.

The Droid plugin provides manual review commands. It does not intercept Droid's planning flow.

## Install

Install the [Plannotator command](/open-source/start/installation), then run:

```bash theme={null}
droid plugin marketplace add https://github.com/backnotprop/plannotator
droid plugin install plannotator@plannotator
```

## Use it

```text theme={null}
/plannotator-review
/plannotator-review https://github.com/owner/repo/pull/123
/plannotator-annotate path/to/spec.md
/plannotator-annotate docs/
/plannotator-last
```

The plugin expects `plannotator` on `PATH`. It opens the local browser UI and returns the submitted result to the Droid session.

Last verified against Plannotator OSS v0.23.1 on July 18, 2026. Maintained by the Plannotator project.
