Check reference / Triggering & Discoverability

PLUGIN-03 Manifest describes the plugin

Triggering & Discoverability · 22% of the grade · deterministic · applies to plugins

Deterministic — runs on every scan, no LLM or network needed.

Why it matters

The manifest `description` is what marketplace browsers and `/plugin` pickers show — a missing or one-word description makes the plugin indistinguishable from noise in a listing of hundreds.

How to fix it

Write a description that says what the plugin does and when to install it (a sentence or two). Add `keywords` for marketplace search.

Example

✗ flagged
"description": "Tools"
✓ passes
"description": "Deploy automation for Vercel monorepos: preview-URL commands, env-var sync, and a pre-deploy checklist hook."