$curl -o .claude/agents/README.md https://raw.githubusercontent.com/MoizIbnYousaf/marketing-cli/HEAD/agents/README.mdResearch and review sub-agents used by /cmo.
| 1 | # Marketing CLI Agents |
| 2 | |
| 3 | Research and review sub-agents used by `/cmo`. |
| 4 | |
| 5 | `mktg init` and `mktg update` install these files to `~/.claude/agents/` with a |
| 6 | `mktg-` prefix to avoid collisions. |
| 7 | |
| 8 | ## Agent set |
| 9 | |
| 10 | - `mktg-brand-researcher` |
| 11 | - `mktg-audience-researcher` |
| 12 | - `mktg-competitive-scanner` |
| 13 | - `mktg-content-reviewer` |
| 14 | - `mktg-seo-analyst` |
| 15 | |
| 16 | ## Rules |
| 17 | |
| 18 | - Agents do not call other agents. |
| 19 | - Agents do not orchestrate. `/cmo` orchestrates. |
| 20 | - Research agents may write only their declared `brand/` files. |
| 21 | - Review agents score and critique; they do not mutate project files. |
| 22 | |
| 23 | The source of truth is `../agents-manifest.json`. |