skills/sales-productlane/SKILL.md
Productlane platform help — AI-native customer support + product-feedback suite built exclusively on Linear: omnichannel support inbox, AI Agent, self-updating help center, feedback portal, public roadmap, and a changelog that auto-drafts release notes from completed Linear issues. A Canny/Cycle/Productboard alternative for teams that run engineering in Linear. Developer surface: a documented REST API (productlane.com/api/v1, Bearer) for Companies, Customers, Insights, and Portal (projects/upvotes/changelogs + a public no-auth feedback endpoint); a Zapier Create-Note action; no MCP server. Use when pushing feedback in via the API, turning feedback into Linear issues, building a roadmap/changelog from Linear, embedding the widget, picking a plan (per-user Starter / Pro / Scale), judging the hard Linear requirement, or choosing Productlane vs Canny/Cycle/Frill. Do NOT use for VoC survey strategy (use /sales-customer-feedback) or public review generation (use /sales-customer-reviews).
npx skillsauth add sales-skills/sales sales-productlaneInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
If references/learnings.md exists, read it first for accumulated platform knowledge.
What are you trying to do?
POST /api/v1/insights, auth) or public widget feedback (POST /api/v1/feedback, no auth) tied to a customer/projectproductlane.com/api/v1, Authorization: Bearer)Do you use Linear? This is the gating question. Productlane is not a standalone board — Linear is the single source of truth for issues, roadmap, and changelog. No Linear → recommend a standalone board (/sales-frill, /sales-userjot, or Canny-class tools) instead.
Skip-ahead rule: if the user's prompt already contains enough context, skip to Step 2.
| If the question is about... | Route to... |
|---|---|
| Voice-of-customer / NPS/CSAT/CES survey program strategy across tools | /sales-customer-feedback {question} |
| Choosing a feedback-board tool across the whole market (incl. non-Linear) | /sales-customer-feedback {question} |
| Aggregating unsolicited feedback across reviews/social/support | /sales-noisely {question} |
| Public review generation strategy (Trustpilot/G2) | /sales-customer-reviews {question} |
| In-app message / onboarding survey strategy across tools | /sales-in-app-messaging {question} |
| Connecting Productlane to another tool generically (iPaaS) | /sales-integration {question} |
When routing, give the exact command, e.g. "This is a strategy question — run: /sales-customer-feedback choose a Linear-native feedback tool".
Read references/platform-guide.md for the full reference — the module map (omnichannel inbox, AI Agent, help center, feedback portal, roadmap, changelog/Release Intelligence) tagged API-/webhook-/UI-only, the Linear-dependency model, pricing tiers + plan gates (Starter/Pro/Scale), the data model (Companies, Customers, Segments, Insights, Portal projects/changelogs), and quick-start recipes (push an insight via the API; submit public feedback from a widget; pull the public changelog).
Read references/productlane-api-reference.md for the developer surface — base URL https://productlane.com/api/v1, Authorization: Bearer API_KEY (key from productlane.com/settings/api), the full endpoint inventory (Companies, Customers, Insights, Portal, Workspaces), which endpoints need auth vs are public (POST /feedback is public), and a Gaps section noting webhook/rate-limit details to confirm in-account.
Answer using only the relevant section. Don't dump the full reference.
Focus on the user's specific situation:
/sales-customer-feedback. This is the single biggest fit question.productlane.com/api/v1, Bearer auth. You can GET/create Companies & Customers, create/update Insights (feedback notes), and read Portal projects/upvotes/changelogs. Build against the API, not just no-code.POST /api/v1/feedback is public (no auth) — for widgets/portals capturing raw feedback. POST /api/v1/insights requires auth — for pushing structured feedback (text + painLevel + customer) from your backend/Zapier. Pick the right one for the trust boundary.painLevel is a first-class field. Insights/feedback carry UNKNOWN | LOW | MEDIUM | HIGH — use it to prioritize, since Productlane's whole pitch is routing feedback to engineering. Set it deliberately rather than defaulting to UNKNOWN.If you discover a gotcha, workaround, or tip not covered in references/learnings.md, append it there.
Best-effort from research (2026-06) — modules/pricing/API captured from productlane.com, its docs, and the ReadMe-hosted API reference on this date. Re-verify plan gates, the API surface, and webhook details against current docs/in-account before relying on them.
POST /api/v1/feedback takes no auth — protect it. The public feedback endpoint accepts workspaceId + text + painLevel + email with no API key, so a leaked workspaceId invites spam. Put a CAPTCHA / rate limit / origin check in front of any widget that calls it./sales-customer-feedback — Voice-of-customer / survey-program strategy across tools (Productlane is one Linear-native feedback option) — program design, metric choice, board-tool selection. Install: npx skills add sales-skills/sales --skill sales-customer-feedback -a claude-code/sales-frill — Affordable standalone feedback board with a documented REST API + HMAC-SHA256-signed webhooks (~$25/mo) — the pick when the team is not on Linear and wants a self-contained board + API. Install: npx skills add sales-skills/sales --skill sales-frill -a claude-code/sales-userjot — AI-first feedback board with a REST API + MCP server and no per-seat pricing — the contrast when you want an MCP-driven agent loop and don't want per-user billing. Install: npx skills add sales-skills/sales --skill sales-userjot -a claude-code/sales-sleekplan — AI feedback suite (auto-categorization + MCP server) with a REST API + JWT SSO and a free Indie tier — contrast for AI triage plus an API without the Linear requirement. Install: npx skills add sales-skills/sales --skill sales-sleekplan -a claude-code/sales-featureos — FeatureOS (formerly Hellonext) feedback boards + roadmap + changelog + knowledge base; REST API v3, OAuth apps, webhooks — a standalone suite when Linear isn't the hub. Install: npx skills add sales-skills/sales --skill sales-featureos -a claude-code/sales-quickhunt — Affordable all-in-one board with a free lifetime tier (API Premium-only) — the budget/free-start contrast to Productlane's per-seat support+feedback suite. Install: npx skills add sales-skills/sales --skill sales-quickhunt -a claude-code/sales-fourfour — AI voice-of-customer copilot (OData API + MCP server) that mines existing conversations rather than soliciting board feedback — pair when you have rich call/ticket data. Install: npx skills add sales-skills/sales --skill sales-fourfour -a claude-code/sales-do — Not sure which skill to use? The router matches any sales objective to the right skill. Install: npx skills add sales-skills/sales --skill sales-do -a claude-codeUser says: "When a user submits feedback in our product I want it to land in Productlane, tagged to their email and prioritized. We have a backend service."
Skill does: Confirms Productlane ships a documented REST API (productlane.com/api/v1, Authorization: Bearer API_KEY from productlane.com/settings/api). Recommends POST /api/v1/insights from the backend (auth'd) with text, painLevel (UNKNOWN|LOW|MEDIUM|HIGH), customerEmail (+ optional customerName, projectId) so each item is a structured, prioritized note tied to the customer — and contrasts the public, no-auth POST /api/v1/feedback (workspaceId+text+painLevel+email) for an in-browser widget where you don't want to expose the key. Notes the insight links through to Linear, and to protect the public endpoint with a CAPTCHA/rate limit.
Result: A working, auth-correct intake path with the right endpoint for the trust boundary.
User says: "We're a small SaaS picking a feedback + roadmap + changelog tool. Considering Productlane, Canny, and Frill."
Skill does: Leads with the gating question — do you use Linear? Productlane is built exclusively on Linear (roadmap = Linear projects, changelog auto-drafts from completed Linear issues), so it's only a fit if engineering runs in Linear; otherwise Canny/Frill/UserJot are better. Frames the rest: Productlane bundles a full support inbox + AI Agent (Intercom-ish) and has a real REST API but no MCP server and no free tier (Starter ~$15/user, Pro ~$29, Scale ~$79, per-user); Frill is a cheaper standalone board (~$25/mo) with a documented API + signed webhooks; Canny is the pricier incumbent. Routes broader selection: "run: /sales-customer-feedback choose a feedback board for a Linear team".
Result: A Linear-gated, price- and API-grounded recommendation.
User says: "We ship in Linear and want a public roadmap and a changelog without writing release notes by hand."
Skill does: Explains Productlane's Release Intelligence auto-drafts changelog entries from completed Linear issues/projects — it pulls the relevant issues, categorizes them by label, and writes a draft you edit and publish (AI Changelog generation is Pro+). The public roadmap mirrors Linear projects, and customers can submit + upvote requests in the feedback portal that stay in sync with Linear. For programmatic reads, points to GET /api/v1/portal endpoints (getprojects, getprojectupvotes, listchangelogs). Flags that custom domain + white-label + private portal are Scale-tier.
Result: A Linear-driven roadmap/changelog plan with the right plan gates and API reads called out.
Symptom: You want Productlane's portal/changelog but your team isn't on Linear.
Cause: Productlane is built exclusively on Linear — issues, roadmap, and changelog all derive from Linear. There is no standalone mode.
Solution: If adopting Linear isn't on the table, pick a standalone board instead — /sales-frill or /sales-userjot (both ship documented APIs), /sales-featureos, or /sales-quickhunt (free tier). Use /sales-customer-feedback to choose. Only stay with Productlane if engineering will run in Linear.
Symptom: Calls return 401, or you're unsure whether an endpoint needs auth.
Cause: Most endpoints require Authorization: Bearer API_KEY (key generated at productlane.com/settings/api), but POST /api/v1/feedback is public (no auth) by design for widgets.
Solution: For server-side reads/writes (Companies, Customers, Insights, Portal) send the Bearer key. For in-browser public feedback capture, use POST /api/v1/feedback with workspaceId+text+painLevel+email and don't ship your API key to the client — protect that endpoint with a CAPTCHA/rate limit instead. Re-verify the base URL and any rate limits in-account.
Symptom: "Starter looks expensive for our small team," or "where's the free tier?"
Cause: Productlane is per-user (~$15 Starter / $29 Pro / $79 Scale per user/mo annual; higher monthly) with no permanent free plan — only a 7-day trial. Portal SSO/private portals and HubSpot/Zapier are Scale-tier.
Solution: Model the real seat count and the tier that unlocks the features you need (support inbox + AI changelog = Pro; SSO/custom domain/white-label = Scale). Ask about startup discounts (offered to early-stage companies). If budget or a free start is the priority, contrast /sales-quickhunt (free lifetime tier) or /sales-frill (~$25/mo). Treat all pricing as best-effort and confirm on productlane.com/pricing.
tools
Wizlogo (wizlogo.com) platform help — a budget online logo maker (template/style-variation, marketed as "AI") plus a hub of FREE branding tools (business-name, blog-name and slogan generators, business-card maker, invoice generator, color converter, domain search). The pricing traps: the FREE logo is PERSONAL-USE-ONLY; the two cheap paid tiers are RASTER PNG/JPG only — Single (~€39.99 one-time) and Unlimited (~€3.99 per WEEK, recurring) — and VECTOR (SVG/PDF/EPS) is gated to the ~€299.99 Enterprise tier, which also bundles human designer edits and a social kit. Transparent PNG is on all paid plans. Use when making a Wizlogo logo, understanding free-vs-paid or personal-vs-commercial use, which tier unlocks vector/SVG for print, the weekly-subscription billing trap, its free name/slogan generators, or whether it has an API (UI-only — no public API, webhooks, Zapier or MCP). Do NOT use to just generate the business name (use /sales-namelix) or to compare/validate branding tools (use /sales-idea-validation).
tools
VistaPrint platform help (vistaprint.com, a Cimpress company) — the small-business design + print + digital-marketing platform: a free AI Logomaker (4 generations, 60 more after free sign-up) exporting SVG/PNG/PDF at 4000x4000 with no watermark, a free Brand Kit, business cards/flyers/signage/apparel/promo print, and a website builder. THE RIGHTS TRAP: VistaPrint states NO intellectual-property rights transfer on an AI-generated logo — you get usage rights but CANNOT register it for trademark or copyright; only its human designer service transfers full IP. Use when making a VistaPrint logo, asking if you own or can trademark it, running out of AI logo credits, printed colors not matching the screen, bleed/DPI/font file-prep rejections, or asking whether VistaPrint has an API (the consumer site does not — automation runs through the parent Cimpress Open partner-fulfilment API). Do NOT use for Vista Social scheduling (use /sales-vistasocial) or comparing logo tools market-wide (use /sales-idea-validation).
tools
Turbologo (turbologo.com) platform help — a budget AI/DIY logo maker: enter a business name + industry, pick icons and colors, and it proposes logo concepts you refine in an in-browser editor, then pay a one-time fee to download (designing is free, previews are watermarked, downloading is the paywall). Vector SVG/PDF is gated to the mid tier and up; the top tier adds a brand kit (business cards, letterheads, email signatures, social assets). Use when generating a logo in Turbologo, choosing which download tier to buy, vector SVG vs raster PNG, removing the free watermark, the time-limited edit-after-purchase window, pay-to-download pricing questions, whether an AI logo is yours to trademark, or whether Turbologo has an API to bulk-generate logos (it is UI-only — no public API, webhooks, Zapier, or MCP). Do NOT use to generate the business name (use /sales-namelix), compare or validate branding tools across the market (use /sales-idea-validation), or build wider marketing creative (use /sales-canva).
tools
Online Logo Maker (onlinelogomaker.com) platform help — a long-standing free/freemium DIY logo maker: build the mark yourself from icons, shapes, text, and fonts — MANUAL/template-based, NOT enter-a-name-get-AI-concepts. The free pack downloads a LOW-RES 300px PNG with a background; vector SVG, transparent PNG, and 2000px high-res are gated to a one-time lifetime Premium pack (not a subscription). The free tier's commercial-use rights are disputed by reviewers — clean ownership effectively needs Premium, and a shared-icon mark can be non-distinctive. Use for building/editing a logo here, free download vs Premium, vector SVG or transparent PNG, one-time pricing, commercial-use/trademark terms, near-namesake confusion (NOT LogoMaker.com / LogoMakr / Logomakerr.ai), or whether it has an API (UI-only — no API, webhooks, Zapier, MCP). Do NOT use to generate the business name (use /sales-namelix), compare branding tools across the market (use /sales-idea-validation), or build wider creative (use /sales-canva).