From fullvision
Map which FullVision capabilities are usable right now given the connected MCP servers, and name the single next-best server to connect. Run whenever a connection changes, or to see what the plugin can do today.
How this skill is triggered — by the user, by Claude, or both
Slash command
/fullvision:fv-capabilitiesThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Answer one question: **what can this user actually do today, and what is the one
Answer one question: what can this user actually do today, and what is the one thing they should connect next?
This assumes FullVision is already connected. Getting there is someone else's job: fv-login
connects this machine, and fv-onboard covers the whole path from no account to first data.
Read shared/reading-fullvision-data.md before calling anything.
fullvision:list_views. If it fails on auth, stop and route
them by what they are missing: an existing user who just needs this machine connected wants
/fullvision:fv-login — one click in the browser; someone with no account, tracker or
revenue data yet wants /fullvision:fv-onboard, which covers the whole path. Either way,
do not ask them to go find a key.fullvision:query_view on
view:health-identity-recon, view:health-checkout-coverage, view:health-event-coverage.
Summarise in one line each. Full detail is fv-data-health's job.docs/mcp-servers.md: Meta and Webflow are 1-click
OAuth; Brevo is an API key; Google Ads needs a developer token (days); LinkedIn needs a dev
app plus app review (weeks). Do not recommend LinkedIn to someone who has connected nothing.Follow shared/report-format.md, with the verdict replaced by the matrix:
# fv-capabilities — <workspace> — <date>
**Usable today:** <n> of 10 analysis skills (<m> read-only)
**Data health:** <✅ | ⚠️ + what it biases>
| Skill | Status | Blocked on |
|---|---|---|
| fv-data-health | ✅ available | — |
| fv-cut-wasted-spend | ⚠️ read-only | google-ads is read-only by design |
| … | | |
## Connect next: <server>
<why this one, what it unlocks, how long it takes>
fv-build-audience is read-only in v1 — audience activation is not on the FullVision
MCP surface yet. It sizes, floor-checks and consent-gates the segment, then hands off to the
FullVision app.ENABLE_TOOL_SEARCH) — tool-selection accuracy degrades measurably under heavy MCP load.npx claudepluginhub fullvision-team/fullvision-plugin --plugin fullvisionGuides collaborative design exploration before implementation: explores context, asks clarifying questions, proposes approaches, and writes a design doc for user approval.
Creates structured, bite-sized implementation plans from specs or requirements before writing code. Useful for breaking down multi-step tasks into testable steps with file structure and task boundaries.
Synthesizes the current conversation into a structured spec (PRD) and publishes it to the project issue tracker with a ready-for-agent label, without interviewing the user.