Slash Command260 repo starsupdated 16d ago
competitive-matrix
The competitive-matrix command generates a structured competitive analysis by gathering information about a user's product and 3-5 competitors, then scoring each across dimensions like features, pricing, ease of use, and documentation on a 1-5 scale. Use this when conducting market research, preparing business strategy documents, or identifying product development priorities based on competitive gaps and strengths.
Install in Claude Code
Copymkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/borghei/Claude-Skills/HEAD/.claude/commands/competitive-matrix.md -o ~/.claude/commands/competitive-matrix.mdThen start a new Claude Code session; the slash command loads automatically.
Definition
competitive-matrix.md
Create a competitive analysis: 1. **Ask the user** for: their product/tool name, 3-5 competitors to compare, and key evaluation dimensions. 2. **Define comparison dimensions** (suggest defaults if not provided): - Features / capabilities - Pricing / cost model - Target audience - Ease of use / DX - Documentation quality - Community / ecosystem - Performance / scalability - Integration options 3. **Score each competitor** on a 1-5 scale per dimension with brief justification. 4. **Output a comparison matrix** as a markdown table: | Dimension | Your Product | Competitor A | Competitor B | ... | 5. **Identify** for each competitor: - **Strengths**: where they score 4-5 - **Weaknesses**: where they score 1-2 - **Differentiators**: unique features not found elsewhere 6. **Summarize** competitive positioning: where you lead, where you trail, and recommended areas to invest.
More from this repository
changelog-managerSubagent
>-
code-reviewerSubagent
>-
doc-generatorSubagent
>-
git-workflowSubagent
>-
qa-engineerSubagent
>-
security-auditorSubagent
>-
a11y-auditSlash Command
Run an accessibility audit on the current project for WCAG compliance.
code-to-prdSlash Command
Reverse-engineer a Product Requirements Document from existing code.