Build competitive analysis matrices with scoring and gap analysis. Usage: /competitive-matrix <analyze> [options]
50
55%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Passed
No findings from the security scan
Fix and improve this skill with Tessl
tessl review fix ./.gemini/skills/competitive-matrix/SKILL.mdBuild competitive matrices with weighted scoring, gap analysis, and market positioning insights.
/competitive-matrix analyze <competitors.json> Full analysis
/competitive-matrix analyze <competitors.json> --weights pricing=2,ux=1.5 Custom weights{
"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"]
}/competitive-matrix analyze competitors.json
/competitive-matrix analyze competitors.json --format json --output matrix.jsonproduct-team/skills/competitive-teardown/scripts/competitive_matrix_builder.py — Matrix builder→ product-team/skills/competitive-teardown/SKILL.md
19392f7
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.