Dual-Repository Architecture — Executive Cut
What it is
Separation of concerns: SkillSystem = Truth; docs site = Authority. Hydration + validation bridge them without duplication.
Why it matters
- Keeps specs clean (truth) while publishing AEO/SEO authority (docs).
- Prevents drift: UI always hydrated from truth, build fails on broken links.
- Clear CTAs for services without polluting the truth layer.
How to use
- Specs live in SkillSystem; hydrate via scripts (
hydrate_content_from_specs.js,hydrate_suites_and_flows.js). - Validators (
verify:links,docs:build) block broken refs; sitemaps/SEO stay fresh. - Publish authority pages with schema, breadcrumbs, and CTAs.
- CTA: Book an AAA audit.
Full PDF Download

