Parallel workers for SEO audits are documented in [`PARALLEL-AUDIT.md`](PARALLEL-AUDIT.md) (single file: scopes, scripts, references).
$curl -o .claude/agents/README.md https://raw.githubusercontent.com/mykpono/ultimate-seo-geo/HEAD/agents/README.mdInstalls into the current project.
Install README by running `curl -o .claude/agents/README.md https://raw.githubusercontent.com/mykpono/ultimate-seo-geo/HEAD/agents/README.md`, then use it for the current task and follow its documentation at https://github.com/mykpono/ultimate-seo-geo.
| 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). |