These plugins are valuable only if you have a Deck account with customer feedback in Deck.
Deck plugins for Claude Code and Codex. These plugins help product teams use Deck customer feedback for discovery, feedback analysis, prioritisation, roadmap opportunity review, initiative and Project briefs, weekly feedback digests, and NPS breakdowns.
Add the marketplace:
claude plugin marketplace add getdeck-io/pluginsInstall the Deck plugin:
claude plugin install deck@deck-pluginsThe plugin bundles Deck's hosted MCP server. After installing, start Claude Code and run:
/mcpAuthenticate with your Deck account when prompted. To confirm the server from the shell, run:
claude mcp listIf you need to add the server manually, run:
claude mcp add --transport http deck https://mcp.getdeck.io/mcpThe Codex plugin payload lives at the repository root, matching the root-layout
plugin structure used by projects such as obra/superpowers.
The plugin includes the Deck MCP server configuration:
https://mcp.getdeck.io/mcp
Confirm the server is installed:
codex mcp listAuthenticate through the browser OAuth flow:
codex mcp login deckIf you need to add the server manually, run:
codex mcp add deck --url https://mcp.getdeck.io/mcpIn Deck, an org admin must enable MCP access from Settings -> MCP before tools can read feedback. Deck MCP uses browser OAuth; users do not need API keys.
| Skill | Description | Example prompt |
|---|---|---|
discovery-partner |
Grounds early product discovery, idea validation, problem exploration, and "what should we build next?" conversations in Deck themes, insights, segments, and customer evidence. | "What should we work on next for onboarding? Ground it in Deck feedback and include the strongest customer evidence." |
feedback-analyst |
Runs deeper customer feedback investigations across Deck data, including themes, insights, transcripts, segments, source types, churn reasons, adoption blockers, and satisfaction drivers. | "Deep dive into why enterprise customers are churning. Read source feedback and summarize themes, segments, quotes, and open questions." |
initiative-brief-generator |
Turns an initiative link, prompt, page, or evidence set into a concise initiative brief with customer problem, target segment, scope, success metrics, risks, and evidence appendix. | "Generate an initiative brief for improving CSV import reliability using Deck evidence, including scope, non-goals, success metrics, and risks." |
project-brief-generator |
Turns a Project link, external Jira/Linear reference, prompt, page, or evidence set into a concise Project brief with customer problem, scope, execution notes, success metrics, risks, and evidence appendix. | "Generate a Project brief for the Linear-linked onboarding cleanup work using Deck evidence, including scope, non-goals, execution notes, and risks." |
nps-breakdown |
Explains NPS results by calculating promoter, passive, and detractor breakdowns, segment-level scores, score drivers, related opportunities, representative feedback, and movement over time. | "Break down NPS for Enterprise accounts this quarter, including promoter, passive, and detractor counts, drivers, related opportunities, and representative feedback." |
prioritisation-advisor |
Helps product teams compare roadmap options using Deck evidence such as feedback volume, sentiment, segment concentration, feature requests, NPS impact, recency, and customer quotes. | "Compare billing flexibility, onboarding templates, and reporting exports for the next roadmap cycle. Rank them using Deck evidence and call out missing data." |
.claude-plugin/plugin.jsonis the Claude Code plugin manifest..claude-plugin/marketplace.jsonis the Claude marketplace entrypoint..codex-plugin/plugin.jsonis the Codex plugin manifest..mcp.jsoncontains the Deck MCP server configuration for Codex.assets/andskills/contain the shared plugin payload.