content-expandlisted
Install: claude install-skill greglas75/zuvo
# zuvo:content-expand — Expand & Optimize Articles
Take an existing article, research the topic, add what's missing, and optimize the result — all in one pass. Same quality standards as `zuvo:write-article`.
**Scope:** Expand thin content, add missing sections, research and integrate new facts, optimize prose quality, update SEO/schema.
**Out of scope:** Encoding/markdown fixes (`zuvo:content-audit` + `content-fix`), writing from scratch (`zuvo:write-article`), CMS API, PDF/Word.
## Mandatory File Loading
**Phase 0 (always):**
1. `../../shared/includes/env-compat.md` -- Agent dispatch
2. `../../shared/includes/run-logger.md` -- Run logging
3. `../../shared/includes/banned-vocabulary/core.md` -- Shared anti-slop rules, tone matrix, G12, fallback behavior
4. `../../shared/includes/humanization-rules.md` -- Writing constraints + voice matching
5. `../../shared/includes/domain-profile-registry.md` -- 17 niche profiles
6. `../../shared/includes/seo-page-profile-registry.md` -- SEO profiles
7. `../../shared/includes/no-pause-protocol.md` -- HARD: no mid-loop pauses (batch/multi-section)
**Lazy-loaded (Phase 2 only):**
8. `../../shared/includes/prose-quality-registry.md` -- PQ1-PQ18 (scoring)
9. `../../shared/includes/adversarial-loop-docs.md` -- Cross-model review (end of Phase 2)
10. `../../shared/includes/article-output-schema.md` -- JSON output
11. `../../shared/includes/retrospective.md` -- RETRO PROTOCOL
Print `CORE FILES LOADED:` for items 1-7. After language detectio