Skip to content

v1.9.0 — Customer Insights → Productboard

Latest

Choose a tag to compare

@marfoerst marfoerst released this 26 Jun 13:00
· 2 commits to main since this release
131809b

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, Bearer PRODUCTBOARD_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/notes schema (idempotency via metadata.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) and README.md.

Full details in CHANGELOG.md.