saccoai-competitive-analysis
Installation
SKILL.md
This skill crawls the client's site and all specified competitor sites simultaneously, extracts performance, design, SEO, compliance, and technical signals from each, and produces a structured comparison.
Two output modes: quick (comparison table + key findings) and full (table + per-competitor narrative + screenshots + prioritised recommendations).
The output feeds directly into saccoai-proposal for the competitive context section of project proposals.
Inputs
| Input | Required | Default | Description |
|---|---|---|---|
| Client URL | Yes | — | The client's current website |
| Competitor URLs | Yes | — | 3–5 competitor URLs, space-separated. Alternatively, provide an industry keyword for auto-discovery (the skill will search for the top 5 competitors) |
--depth quick|full |
No | quick | quick produces a comparison table; full adds narrative, screenshots, and recommendations |
Execution Model
Single-agent hybrid. Uses superpowers:dispatching-parallel-agents for Phase 1 (crawling all sites in parallel — the primary performance win). Phases 2 and 3 are sequential and run in the main agent after all crawl data is collected.