Knowledge Packs — Stunspot’s Guide to Business Venture Formulation

Stunspot’s Guide to Business Venture Formulation is available in multiple Markdown packaging formats for different AI/RAG platforms.

The canonical source reports live in knowledge-packs/by-report/. The bundled upload packs live in knowledge-packs/compiled-packs/ and knowledge-packs/omnibus/.

docs/ is only navigation and guidance. It is not the source-report corpus.


Use the compiled packs unless you have a specific reason not to.

They give you three files grouped by the canon’s natural architecture:

  1. Vol. 1 A-E — Foundational Reality Layers
  2. Vol. 2 F-K — Core Operating Domains
  3. Vol. 3 L-N — Constraint, Legitimacy, and Control Layers

That usually works better for AI Projects and RAG systems than either uploading 14 individual reports or one giant omnibus file.


Pack Types

Pack Files Best Use Link
Source Reports 14 Best for precise indexing, report-level citation, selective loading, editing, and source navigation. Open source reports
Compiled Packs 3 Recommended default. Good broad coverage with low upload friction and preserved structure. Open compiled packs
Omnibus 1 Best for archival, local search, one-file import, and tools that handle large single-file knowledge sources well. Open omnibus

Source Reports

Compiled Packs

Omnibus


How to Choose

Use compiled packs when you want the best default Project/RAG upload format: three files, broad coverage, low upload friction, and preserved conceptual structure.

Use source reports when you want clean retrieval boundaries, citation-level traceability, selective loading, or direct editing of individual reports.

Use the omnibus when you want the entire canon as one searchable local file, one attached knowledge artifact, or an archival bundle.

Do not upload the compiled packs and omnibus together into a retrieval system unless it has strong deduplication. Otherwise, the model may retrieve the same doctrine twice and act like it discovered a conspiracy. It did not. It found duplicate Markdown.


Suggested Metadata for RAG Indexing

When indexing source reports, attach metadata such as:

{
  "canon_title": "Stunspot's Guide to Business Venture Formulation",
  "canon_slug": "business-venture-formulation",
  "version": "1.0",
  "report_code": "A-N",
  "report_title": "...",
  "volume": "Vol. 1 A-E | Vol. 2 F-K | Vol. 3 L-N",
  "source_path": "knowledge-packs/by-report/...",
  "license": "CC BY-NC-SA 4.0"
}

For compiled packs, preserve the volume label. For omnibus use, preserve section headings during chunking so report boundaries remain visible to the model.