SkillsProduct › Competitor Feature Matrix

Competitor Feature Matrix

Build a side-by-side feature comparison of your product against key competitors based on public information.

Superpowers: handler_research · handler_marketing · handler_generate

When to use: You need a competitive feature matrix for a sales deck, investor update, or product strategy session.

Steps

Read competitor websites and feature pages

Superpower: handler_researchlive API reference →

POST /v2/superpowers/handler_research
{
  "task": "read",
  "url": "https://competitor.com/features"
}

Repeat for each competitor's features, pricing, or product page.

Search for detailed feature comparisons and reviews

Superpower: handler_researchlive API reference →

POST /v2/superpowers/handler_research
{
  "task": "answer",
  "query": "How does [Your Product] compare to [Competitor A] and [Competitor B]? What features does each have that the others don't?"
}

Generate the feature matrix

Superpower: handler_generatelive API reference →

POST /v2/superpowers/handler_generate
{
  "task": "chat",
  "prompt": "You are a competitive analyst. Based on this research, produce a feature comparison matrix for [Your Product] vs [Competitor A] vs [Competitor B]. Features to compare: [list the 10 most important features for your buyers]. For each feature: ✅ = full support, ⚠️ = partial/workaround, ❌ = not supported. Follow with a 3-bullet "Where we win" summary. Data: [steps 1-2]"
}

From previous step: page content (step 1) + research (step 2) → inject

Outcome: Feature comparison matrix with ✅/⚠️/❌ for each feature and a "Where we win" summary.

Fetch this skill via API

GET /v2/skills/competitor-feature-matrix
Authorization: Bearer sk-hndlr-...