Skip to main content

Operating model

Product Compass separates facts, strategy, and synthesis.

TypeDescriptionEditing rule
Generated factsPulled from project repositories, Hub exports, or generated metadata.Do not edit manually. Fix the source or generator.
Curated strategyHuman-authored product notes, opportunity analysis, and capability interpretation.Edit directly in Product Compass.
Synthesised intelligenceGenerated from facts plus curated strategy, often for AI or executive summaries.Regenerate when inputs change.

Start simple:

  1. List project sources in data/sources.meridian.jsonc.
  2. Fetch project-owned dossiers from GitHub or local checkouts.
  3. Validate the fetched metadata.
  4. Generate Docusaurus pages.
  5. Generate AI-readable Markdown and JSON.
  6. Add curated notes only where synthesis is needed.

Avoid object storage, databases, and submodules until the GitHub/local-file model is not enough.

Maturity model for reuse

StageMeaning
Local implementationBuilt inside one project because that is where the need first appears.
Repeated patternSimilar code or structure appears in more than one place.
Documented patternThe approach is described so humans and agents can follow it consistently.
Extracted componentThe reusable piece becomes a package, template, helper, or generator.
Governed packageThe reusable asset has ownership, versioning, validation, and documented consumers.