New Skill: Customer Insights → Productboard
pm-productboard-insights distills customer demands from a transcript (sales call, discovery interview, support session, user test) into one Insight per demand — atomic, verbatim, and attributed to a customer — and files them in Productboard as Notes, closing the loop between customer conversations and the product backlog.
48 skills + 5 agents + 5 workflows
How it works
- Write path: Productboard Notes API (
POST https://api.productboard.com/v2/notes, BearerPRODUCTBOARD_API_TOKEN). The official Productboard MCP is spec-centric and cannot create notes — it's used only to link insights to features. - Six phases: token preflight + access check → input clarification → signal-classified extraction (pain / request / desire / workaround / objection / praise / context) → Note structuring mapped to the
/v2/notesschema (idempotency viametadata.source.recordId) → mandatory review gate before any write → push with explicit 401/422/429 handling. - Defaults to review-then-push since Productboard is shared, outward-facing state. Includes Anti-Patterns and leading + lagging success indicators.
- Registered in
pm-hub(Discovery & Data) andREADME.md.
Full details in CHANGELOG.md.