By tryproduck
Pull real in-context user feedback (including page HTML, annotations, and session timelines) into your coding agent to drive a feedback-to-fix loop, and convert vague requests into structured, agent-executable PRDs with scope, phases, and acceptance criteria.
Use when acting on real user feedback — you have a Produck feedback ticket or URL, or the user wants to fix something users complained about or build a feature users asked for. Pulls full feedback context through the Produck MCP and drives a feedback → aligned PRD → build loop. Triggers on "fix what users reported", a feedback ticket id, "use my produck feedback", or building from a feedback queue.
Use when turning a vague or messy user request into an aligned, agent-executable PRD. Converts raw requests into testable specs with scope, phases, acceptance criteria, and explicit do-not-do boundaries for coding agents. Triggers on planning a feature from a rough ask, writing a PRD/spec, or aligning on intent before code.
High-quality, user-experience-centered skills for your coding agents.
This repository is our open-source, documentation-driven collection of agent skills to help you build products users love. Each skill is a folder of markdown that teaches a coding agent (Claude Code, Cursor, Codex, Copilot, and others) how to ship features and fixes that your users want to improve product-market fit — starting with turning messy user requests into context-rich PRDs your agents can actually execute.
⭐ If these skills are useful, star the repo — it helps other builders find it.
One line installs every skill in this repo into your coding agent:
npx skills add tryproduck/produck-skills
That's it. It uses the open skills CLI (no global install,
just npx) and works across 70+ agents — Claude Code, Cursor, Codex, Copilot, and more. The skills
are available the next time your agent starts.
| Skill | What it does |
|---|---|
user-alignment | Turn vague or messy user requests into aligned, agent-executable PRDs — with scope, bounded phases, testable acceptance criteria, and explicit do-not-do boundaries. |
produck-feedback | Act on real in-context user feedback: pull a feedback ticket's full context through the Produck MCP and drive a feedback → aligned PRD → build loop. Pairs with user-alignment. |
More user-experience skills are on the way.
The produck-feedback skill drives the Produck MCP — a hosted server that gives your agent two
tools over your own feedback:
search_feedback — find relevant feedback tickets (filter by domain).get_feedback — load one ticket's full context: the user's written/spoken feedback,
reconstructed page HTML, annotation markers, session activity, and a generated design doc.Both installs need a Produck MCP token — mint one at
tryproduck.com/app → MCP (looks like mcp_live_…). The plugin reads
it at runtime; set it before the MCP tools will work (the skills work without it).
# 1) in your shell: save your token
mkdir -p ~/.produck && echo "mcp_live_YOUR_TOKEN" > ~/.produck/mcp_token
# 2) in Claude Code:
/plugin marketplace add tryproduck/produck-skills
/plugin install produck@produck
# 1) in your shell: export your token
export PRODUCK_MCP_TOKEN=mcp_live_YOUR_TOKEN
# 2) add the marketplace, then enable "produck" from the /plugins browser
codex plugin marketplace add tryproduck/produck-skills
Install the skills with npx skills add tryproduck/produck-skills, then add the MCP server using your
agent's native config — see
skills/produck-feedback/references/connect-mcp.md
for Cursor, opencode, manual Codex, and manual Claude Code snippets.
Want to add a skill? See CONTRIBUTING.md for the skill-authoring contract (folder layout, required frontmatter, and the PR checklist). The bar is high-quality, UX-centered skills only.
These skills come from the team building Produck — Build products your users love.
Produck enables apps to capture in-context feedback from their users and rapidly ship features and fixes that improve product-market fit.
External network access
Connects to servers outside your machine
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub tryproduck/produck-skills --plugin produckUse this agent when you need to analyze user feedback from multiple sources, identify patterns in user complaints or requests, synthesize insights from reviews, or prioritize feature development based on user input. This agent excels at turning raw feedback into actionable product insights. Examples:\n\n<example>\nContext: Weekly review of user feedback
18 production-ready Claude Code skills for Product Managers. Discovery, build, measure, communicate.
Agent-first PM toolkit with 9 specialist agents and 18 skills for solo developers and small teams
Write feature specs, plan roadmaps, and synthesize user research faster. Keep stakeholders updated and stay ahead of the competitive landscape.
12 PM-specific agent skills, 6 workflow commands, 3 automation hooks for Product Managers
Use this agent when you need to create comprehensive Product Requirements Documents (PRDs) that combine business strategy, technical architecture, and user research. Examples: <example>Context: The user needs to create a PRD for a new feature or product launch. user: "I need to create a PRD for our new user authentication system that will support SSO and multi-factor authentication" assistant: "I'll use the prd-specialist agent to create a comprehensive PRD that covers the strategic foundation, technical requirements, and implementation blueprint for your authentication system."</example> <example>Context: The user is planning a major product initiative and needs strategic documentation. user: "We're launching a mobile app for our e-commerce platform and need a detailed PRD to guide development" assistant: "Let me engage the prd-specialist agent to develop a thorough PRD that includes market analysis, user research integration, technical architecture, and implementation roadmap for your mobile app initiative."</example>