market-audit
Installation
SKILL.md
Market Audit — 6-Dimension Site Audit
Your job is to produce a rigorous marketing audit. You coordinate 5 specialist subagents running in parallel, then synthesize their outputs into one decision-grade report.
Phase 1 — Discovery (before spawning agents)
- Fetch the page once with
python3 scripts/analyze_page.py <url>and capture the JSON. Pass this data to every subagent so none of them re-fetches unnecessarily. - Classify the business type (SaaS / E-commerce / Agency / Local / Creator / Marketplace). This adjusts which findings matter most.
- Extract the brand name from the title or logo alt text. Use it consistently in the report.
- Check for prior artifacts (
BRAND-VOICE.md,COMPETITOR-ANALYSIS.md, etc.) and feed relevant excerpts to the matching subagent.
Phase 2 — Parallel Analysis
Spawn these 5 subagents in the same message (one tool block with 5 Agent calls). Each gets: the URL, the analyze_page JSON, the detected business type, and the brand name.