Files
wehub-resource-sync a1fa97429b
Release / Tag + GitHub Release (push) Waiting to run
Deploy Documentation to Pages / build (push) Waiting to run
Deploy Documentation to Pages / deploy (push) Blocked by required conditions
Sync Codex Skills Symlinks / sync (push) Waiting to run
chore: import upstream snapshot with attribution
2026-07-13 12:41:47 +08:00

1.1 KiB

name, description, argument-hint
name description argument-hint
competitive-matrix Build competitive analysis matrices with scoring and gap analysis. Usage: /competitive-matrix <analyze> [options] <analyze> [options]

/competitive-matrix

Build competitive matrices with weighted scoring, gap analysis, and market positioning insights.

Usage

/competitive-matrix analyze <competitors.json>                    Full analysis
/competitive-matrix analyze <competitors.json> --weights pricing=2,ux=1.5    Custom weights

Input Format

{
  "your_product": { "name": "MyApp", "scores": {"ux": 8, "pricing": 7, "features": 9} },
  "competitors": [
    { "name": "Competitor A", "scores": {"ux": 7, "pricing": 9, "features": 6} }
  ],
  "dimensions": ["ux", "pricing", "features"]
}

Examples

/competitive-matrix analyze competitors.json
/competitive-matrix analyze competitors.json --format json --output matrix.json

Scripts

  • product-team/skills/competitive-teardown/scripts/competitive_matrix_builder.py — Matrix builder

Skill Reference

product-team/skills/competitive-teardown/SKILL.md