FIN Platform Doc Index

This is the navigable index of every canonical doc in the FIN platform. It is maintained as the FIN intranet’s home page. Every doc listed here is one of:

  • canonical — current source of truth for its surface
  • draft — actively being written, not yet authoritative
  • superseded — replaced by a successor doc (referenced in superseded_by)
  • stale — known to drift from current reality, retained for history
  • archived — preserved but not maintained

Docs not listed here are not canonical, regardless of where they sit in the repo. Adding a doc to the canon means adding an entry here.

Front-Matter Convention

Every canonical doc must carry frontmatter with at least:

---
doc_id: stable_id_in_snake_case
title: Human Readable Title
status: canonical | draft | superseded | stale | archived
audience: internal | partner | public | federal | mixed
supersedes: [doc_id_of_predecessor]      # optional
superseded_by: doc_id_of_successor       # required if status = superseded
maintained_by: actor_id
last_revised: YYYY-MM-DD
review_cadence: weekly | monthly | quarterly | annual | event-driven
---

The doc ingest pipeline (Projection Spec §5-7) reads this frontmatter to build the index automatically. This page is the human-readable rendering of the same data.

1. Substrate & Architecture

DocStatusAudienceOwner
AGENTS.mdcanonicalinternalrob
four-table architecture lawcanonicalinternalrob
FIN Data Plane Audit Verification 2026-04-30canonicalinternalrob

2. Projection Layer (the intranet substrate)

DocStatusAudienceOwner
Intranet Human-Agent Projection Layer Designcanonicalinternal+partnerrob
Intranet Human-Agent Projection Engineering Spec v0.2canonicalinternalrob
FIN Intra GTM Planning to Codebase Gap Auditcanonicalinternalrob
Projection Catalog v0.1canonicalinternalrob

3. Agentic Harness

DocStatusAudienceOwner
Agentic Harness Engineering Spec v0.1canonicalinternalrob

4. Product & Go-To-Market

DocStatusAudienceOwner
Product Tier Architecturecanonicalinternal+partnerrob
Data Signal Offeringscanonicalinternal+partnerrob
Brand Architecture (FINN / Taproot / Harvest Directory) — pending vault importdraftinternalrob
Nathel Anchor Strategy — pending vault importdraftinternalrob
FIN Federal Pipeline — pending vault importdraftinternalrob
Burnout Protection — pending vault importdraftinternalrob

5. Interfaces

DocStatusAudienceOwner
MCP Surface Architecturecanonicalinternal+partnerrob
API Layer Speccanonicalinternalrob
Tenant Demarcation Plancanonicalinternalrob

6. Operational Programs

DocStatusAudienceOwner
Agentic Onboarding Program (Nathel cohort) — pending vault importdraftinternalrob
Memory & Channels Remediation Program — pending vault importdraftinternalrob
UX Design Suite (4 docs) — pending vault importdraftinternalrob
Legacy Porting Assessmentcanonicalinternalrob
Phase 1 — Demarcation Provisioning Runbookcanonicalinternalrob
Phase 5 — FIN Central Intranet Bootstrap Runbookcanonicalinternalrob
2-Week Execution Program (May 18-29)canonicalinternalrob

6.6. Policies

DocStatusAudienceOwner
Anonymization Policy v1canonicalinternal+partner+federalrob

6.5. Reference

DocStatusAudienceOwner
Founder Bio — Rob Garciacanonicalinternal+partner+federalrob

7. Patent & Strategic IP

DocStatusAudienceOwner
Provisional Patent Filing Plan v2 — pending vault importdraftinternal+counselrob
Strategic Research (path to critical infrastructure) — pending vault importdraftinternalrob

8. Active Audits & Investigations

DocStatusAudienceOwner
(kept here as they’re produced)

9. Superseded / Archived

DocStatusSuperseded ByReason
(populated as docs retire)

Maintenance Rules

  1. Every new canonical doc gets an entry here before merge.
  2. Status changes require a one-line note here with date.
  3. Weekly review: walk the table, flag stale candidates, archive confirmed-stale.
  4. Quarterly review: re-confirm canonical status of every entry.
  5. The doc ingest pipeline emits doc.indexed events as docs enter the canon. This page should match the index projection. If it diverges, the projection is the source of truth — update the page.

Repo Organization (Target)

The canonical doc tree:

docs/
├── FIN_PLATFORM_DOC_INDEX.md     # this file
├── design/                        # high-level design docs
├── engineering/                   # implementation specs
├── architecture/                  # cross-cutting architectural choices
├── product/                       # tier definitions, GTM, offerings
├── projections/                   # projection catalog + renderer registry
├── audits/                        # one-off audit reports
├── decisions/                     # ADRs (decision records)
├── runbooks/                      # operational runbooks
├── sops/                          # standard operating procedures
├── reference/                     # glossary, terminology, conventions
├── proof/                         # Nathel proof ledger, federal evidence
├── policies/                      # anonymization, retention, security
└── archive/                       # superseded/stale, retained for history

Docs outside docs/ are not canon (working drafts, scratch, uploads). Promotion to canon = move to the appropriate folder + add to this index.

FIN-As-Tenant-Zero

The FIN intranet itself runs on the platform it describes. Every doc in the canon is a knowledge.domain = doc row in FIN’s own tenant. The projection catalog applies. The agentic harness applies. Partners (Anthropic, investors, federal reviewers) interact with the FIN intranet exactly as Nathel customers will interact with the Nathel intranet.

This is the dogfood discipline: nothing ships to Nathel that hasn’t first proven itself in the FIN canon.