competitor-analysis
Installation
SKILL.md
Competitor Analysis
Orchestrate 7 research agents to produce a comprehensive competitor teardown. Phase 1 runs 4 parallel research agents (Product, Marketing, UX, Technical). Phase 2 runs 3 sequential synthesis agents (MVP Spec, GTM Strategy, Competitive Landscape) that build on Phase 1 findings.
Workflow
1. Parse Input
Target: $ARGUMENTS
If the target above is non-empty, use it immediately — do NOT ask the user to confirm or re-provide it. Parse it as follows:
- URL (starts with
http): use as-is for WebFetch, extract company name from domain - Company name (no URL): construct likely URLs (
https://{name}.com,https://www.{name}.com)
If the target above is empty, ask the user what competitor to analyze and wait for their response.