$curl -o .claude/agents/README.md https://raw.githubusercontent.com/mykpono/ultimate-seo-geo/HEAD/agents/README.mdParallel workers for SEO audits are documented in [`PARALLEL-AUDIT.md`](PARALLEL-AUDIT.md) (single file: scopes, scripts, references).
| 1 | # Subagent capability definitions |
| 2 | |
| 3 | Parallel workers for SEO audits are documented in **[`PARALLEL-AUDIT.md`](PARALLEL-AUDIT.md)** (single file: scopes, scripts, references). |
| 4 | |
| 5 | ## How platforms use this |
| 6 | |
| 7 | | Platform | Interpretation | |
| 8 | |----------|----------------| |
| 9 | | **Cursor** | Host AI uses Task tool to spawn parallel subagents from `PARALLEL-AUDIT.md` | |
| 10 | | **Claude Code** | Can install excerpts under `~/.claude/agents/` with YAML frontmatter if desired | |
| 11 | | **Copilot / Gemini / others** | Host reads as context for how to parallelize script runs | |
| 12 | |
| 13 | ## Orchestration pattern |
| 14 | |
| 15 | 1. Run `site_mapper.py` to discover URLs when needed. |
| 16 | 2. Spawn workers per row in `PARALLEL-AUDIT.md` (independent script groups only). |
| 17 | 3. Merge results; deduplicate with `finding_verifier.py`. |
| 18 | 4. Produce unified Health Score report. |
| 19 | |
| 20 | See also `references/procedures/21-script-toolbox.md` (orchestrator-workers pattern, context compaction). |