sales-superpowered
Superpowered platform help — bot-free AI meeting note-taker with device-audio capture, AI Templates, and CRM sync. Use when evaluating Superpowered for your team, setting up AI Templates for sales calls or 1:1s, connecting Superpowered to Salesforce or HubSpot, troubleshooting auto-join not detecting calendar meetings, or comparing Superpowered to other bot-free note-takers like Jamie or Granola. Do NOT use for general note-taker comparison across all tools (use /sales-note-taker) or sales coaching program design (use /sales-coaching).
What this skill does
# Superpowered Platform Help ## Step 1 — Gather context If `references/learnings.md` exists, read it first for accumulated platform knowledge. Ask the user: 1. **What do you need?** - A) Evaluate Superpowered for my team (features, pricing, fit) - B) Set up AI Templates for my use case (sales, 1:1s, interviews, custom) - C) Connect Superpowered to my CRM or other tools - D) Troubleshoot an issue (auto-join, transcription, integrations) - E) Compare Superpowered to another bot-free note-taker - F) Other 2. **Which plan are you on (or considering)?** - A) Free - B) Basic ($25/mo) - C) Pro ($50/mo) - D) Enterprise - E) Not sure yet Skip-ahead rule: if the user's prompt already contains enough context, skip to Step 2. ## Step 2 — Route or answer directly | If the question is about… | Route to | |---|---| | Choosing between multiple note-takers | `/sales-note-taker [user's question]` | | Building a coaching program around call recordings | `/sales-coaching [user's question]` | | Connecting tools via Zapier/webhooks/API in general | `/sales-integration [user's question]` | | CRM data quality or field mapping | `/sales-data-hygiene [user's question]` | | Anything Superpowered-specific | Continue to Step 3 | When routing to another skill, provide the exact command. ## Step 3 — Superpowered platform reference **Read `references/platform-guide.md`** for the full platform reference — pricing tiers, integrations, template setup, CRM sync, and known limitations. Answer the user's question using only the relevant section. Don't dump the full reference. ## Step 4 — Actionable guidance You no longer need the platform guide — focus on the user's specific situation. - **Evaluating?** Compare Superpowered's bot-free approach vs alternatives. Key differentiators: no audio stored, SOC-2/GDPR, AI Templates for structured output. Key gaps: no mobile, no API, CRM is Pro-only ($50/mo). - **Setting up templates?** Guide them through creating custom templates for their meeting type. Templates enforce consistent note structure. - **CRM integration?** Pro plan required. Walk through Salesforce or HubSpot connection. Zapier available for other CRMs. - **Troubleshooting?** Check calendar connection, app permissions, and audio device access. If you discover a gotcha, workaround, or tip not covered in `references/learnings.md`, append it there. ## Gotchas > *Best-effort from research — review these, especially items about plan-gated features and integration gotchas that may be outdated.* - **CRM integrations are Pro-only ($50/mo)** — Free and Basic plans have no Salesforce/HubSpot sync. If CRM sync is a must, compare to tools with cheaper CRM tiers. - **Desktop only** — no mobile app, no Linux. If you need in-person meeting capture on a phone, look at alternatives like Wave, Omi, or Plaud. - **No public API** — you cannot build custom integrations beyond what Zapier offers. If you need API access for a data pipeline, consider Fathom or Fireflies. - **Audio deleted immediately, transcripts retained 7 days** — this is a privacy feature but means you cannot go back and re-listen. Notes are the only durable artifact. - **Auto-join requires calendar connection** — it won't detect ad-hoc calls or meetings on unconnected calendars. ## Related skills - `/sales-note-taker` — Compare note-takers, plan API integrations, choose between bot-based and bot-free tools - `/sales-coaching` — Build coaching programs, onboard reps, design scorecards - `/sales-integration` — Connect tools via Zapier, webhooks, or APIs - `/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-code` ## Examples **User prompt**: "I need a meeting note-taker that doesn't add a bot to the call — is Superpowered a good fit?" **What the skill does**: Walks through Superpowered's bot-free approach (device audio capture, no recording stored), compares to other bot-free options (Jamie, Granola, Krisp), and helps the user decide based on their CRM needs and budget. **User prompt**: "How do I set up Superpowered to auto-fill my Salesforce after every call?" **What the skill does**: Confirms Pro plan is required, walks through Salesforce integration setup, explains which meeting data syncs, and notes limitations. **User prompt**: "Superpowered isn't joining my Google Meet calls automatically" **What the skill does**: Troubleshoots calendar connection, app permissions, and auto-join settings. Checks if the meeting is on a connected calendar. ## Troubleshooting ### Auto-join not detecting meetings **Symptom**: Superpowered doesn't join scheduled meetings automatically **Solution**: Verify the calendar is connected (Settings → Calendars). Free plan supports 1 calendar only. Check that the meeting has a video link (Zoom/Meet/Teams URL) in the calendar event. Restart the desktop app. ### CRM sync not available **Symptom**: Can't find Salesforce or HubSpot integration options **Solution**: CRM integrations require the Pro plan ($50/mo). Upgrade from Basic or Free. If already on Pro, check Settings → Integrations and reconnect the CRM. ### Transcription accuracy issues with accents or technical terms **Symptom**: AI notes contain errors for non-native English speakers or domain-specific jargon **Solution**: Superpowered supports 50+ languages — ensure the correct language is selected. For domain jargon, use custom AI Templates with specific terminology to guide the AI output.
Related in Design
contribute
IncludedLocal-only OSS contribution command center. Auto-refreshes the user's in-flight PR and issue state on invoke so conversations start with full context — no need to brief Claude on what's in flight. Helps the user find issues to contribute to on GitHub, builds per-repo dossiers of what each upstream expects (CLA, DCO, branch convention, AI policy, draft-first, review bots, issue templates), runs deterministic gates before any external action so AI-assisted contributions don't reach maintainers as slop. State is markdown-only: candidate files at ~/.contribute-system/candidates/, repo dossiers at ~/.contribute-system/research/, append-only event log at ~/.contribute-system/log.jsonl. No database, no cloud calls. Use when the user asks about their PRs / issues / contributions, wants to find new work to take on, claim an issue, build/refresh a repo's dossier, or draft a Design Issue or PR. Trigger with "/contribute", "what's my PR status", "find a contribution", "claim issue X", "draft a Design Issue for Y", "refresh dossier for Z".
architectural-analysis
IncludedUser-triggered deep architectural analysis of a codebase or scoped subtree across eight modes — information architecture, data flow, integration points, UI surfaces, interaction patterns, data model, control flow, and failure modes. This skill should be used when the user asks to "diagram this codebase," "map the architecture," "show the data flow," "give me an ERD," "trace control flow," "find the integration points," "verify the layout pattern," "audit the UX architecture," or any similar request whose primary deliverable is mermaid diagrams plus cited reports under docs/architecture/. Dispatches haiku/sonnet sub-agents in parallel for per-mode exploration, then verifies every citation mechanically before any node lands in a diagram. Not for one-off prose explanations of code (use code-explanation) or for high-level system design from scratch (use system-design).
mcp
IncludedModel Context Protocol (MCP) server development and tool management. Languages: Python, TypeScript. Capabilities: build MCP servers, integrate external APIs, discover/execute MCP tools, manage multi-server configs, design agent-centric tools. Actions: create, build, integrate, discover, execute, configure MCP servers/tools. Keywords: MCP, Model Context Protocol, MCP server, MCP tool, stdio transport, SSE transport, tool discovery, resource provider, prompt template, external API integration, Gemini CLI MCP, Claude MCP, agent tools, tool execution, server config. Use when: building MCP servers, integrating external APIs as MCP tools, discovering available MCP tools, executing MCP capabilities, configuring multi-server setups, designing tools for AI agents.
react-native-skia
IncludedDesign, build, debug, and optimise high-polish animated graphics in React Native or Expo using @shopify/react-native-skia, Reanimated, and Gesture Handler. Use when the user wants canvas-driven UI, shaders, paths, rich text, image filters, sprite fields, Skottie, video frames, snapshots, web CanvasKit setup, or performance tuning for custom motion-heavy elements such as loaders, hero art, cards, charts, progress indicators, particle systems, or gesture-driven surfaces. Also use when the user asks for fluid, glow, glass, blob, parallax, 60fps/120fps, or GPU-friendly animated effects in React Native, even if they do not explicitly say "Skia". Do not use for ordinary form/layout work with standard views.
plaid
IncludedProduct Led AI Development — guides founders from idea to launched product. Six capabilities: Idea (discover a product idea), Validate (pressure-test the idea against fatal flaws, problem reality, competition, and 2-week MVP feasibility), Plan (vision intake + document generation), Design (translate image references into a design.md spec), Launch (go-to-market strategy), and Build (roadmap execution). Use when someone says "PLAID", "plaid idea", "help me find an idea", "product idea", "idea from my business", "idea from my expertise", "plaid validate", "validate my idea", "pressure-test", "is this idea good", "find fatal flaws", "validate the problem", "plan a product", "define my vision", "generate a PRD", "product strategy", "plaid design", "design from image", "translate image to design", "create design.md", "extract design tokens", "plaid launch", "go-to-market", "launch plan", "GTM strategy", "launch playbook", "plaid build", "build the app", "start building", or "execute the roadmap".
nextjs-framer-motion-animations
IncludedAdds production-safe Motion for React or Framer Motion animations to Next.js apps, including reveal, hover and tap micro-interactions, whileInView, stagger, AnimatePresence, layout and layoutId transitions, reorder, scroll-linked UI, and lightweight route-content transitions. Use when the user asks to add, refactor, or debug Motion or Framer Motion in App Router or Pages Router codebases, especially around server/client boundaries, reduced motion, LazyMotion, bundle size, hydration, or route transitions. Avoid for GSAP-style timelines, WebGL or 3D scenes, heavy scroll storytelling, or CSS-only effects unless Motion is explicitly requested.