What problem does it solve? Maintainers working across the Foundations (rlm-base-dev) and PMOS (pmos-revenue-cloud) repositories need to consume content from the other repo—PRDs, demo scripts, roadmap, schema, Help articles—without forking, duplicating, or breaking standalone operation when the sibling clone is absent. ## Core Features & Use Cases - Cross-repo manifest resolution: Declares skills and grounding artifacts (ERD, Help mirror, qb-scenario reference, API reference) in .claude/skill-manifest.yml and resolves them via scripts/ai/skill_manifest.py using environment variables or sibling-directory fallback. - Temporal split governance: Documents which repo is canonical—PMOS owns future state (PRDs, roadmap, capability map), Foundations owns current state (built schema, deployed flags, real records). - Graceful degradation: Consumer skills operate standalone when the sibling clone is missing; cross-repo lookups are skipped rather than failing. - Use Case: A maintainer authors a PRD in PMOS that cites real schema by reading the Foundations ERD through the resolver instead of relying on stale narrative summaries. ## Quick Start Run python scripts/ai/skill_manifest.py --check to verify the manifest resolves both repository clones and lists available skills.