Builder. Operator. Architect.

Universal Intelligence Architecture

The complete system map for agentic JV-in-a-box deployment, content intelligence, and expert extraction at portfolio scale.

Master Registry v1.0
Jason MacDonald / MasteryMade — March 25, 2026
Dominia Facta. Build what compounds.

Registry Index

  1. Thesis and 2nd order vision
  2. Org Registry architecture
  3. Gate architecture
  4. Universal Content Ingestion service
  5. Suggest-don't-inject engine
  6. Expert Extraction Pipeline (8-module framework)
  7. Intelligence Lenses
  8. Output systems and dynamic experience generation
  9. Distribution and syndication
  10. MANUAL.md convention and HC Protocol publishing
  11. Runtime environments
  12. The Reveal and JV-in-a-box pipeline
  13. Existing skills and services inventory
  14. PRDs and previous work to reconcile
  15. Parallel build lanes
  16. Mastery Labs content matrix
  17. MasteryOS 6-SILO reconciliation
  18. Lower-order PRDs — linked build documents
Section 01

Thesis and 2nd Order Vision

The core thesis

MasteryMade is a venture studio that partners with proven domain experts through a 50/50 JV model. We extract their intellectual property through a systematic 8-module framework, deploy it as AI-powered systems, and compound revenue across a growing portfolio. Every new expert partner makes the system smarter, faster, and more valuable for every other partner.

This document is not a product roadmap. It is the operating system for a business where agent swarms extract, deploy, market, and monetize expert IP with minimal human involvement. The human role shifts from execution to orchestration — identifying the right experts, validating extraction quality, and making strategic decisions about portfolio composition.

The compounding portfolio effect

Each expert deployed teaches the system. Brad's TIGER QUEST extraction revealed patterns in how sales methodologies get structured. Those patterns made the Bridger extraction faster. Each extraction compounds the institutional intelligence of the pipeline itself. The same applies to content intelligence — cross-portfolio pattern recognition is a moat no single-expert platform can replicate.

The dogfooding loop

MasteryMade is the first expert deployed on its own system. Our skills, content intelligence, extraction pipeline, and daily briefs are all products of the same architecture we deploy for JV partners. When a prospect evaluates partnering with us, they experience our system in action. The Reveal demo isn't a slide deck — it's the system extracting their content, analyzing their competitors, and generating assets in real time. The demo is the product.

The "download Samuel" paradigm

The future of MasteryOS is not a SaaS with a static sidebar. It is an agent that knows the expert's methodology, knows the user's context, and generates a dynamic experience per user per session. When a user "downloads" Align360, they get Samuel's thinking as an agent that operates across their preferred channels and adapts to what the user needs.

2nd order endgame: If we JV with the world's best salespeople, programmers, coaches, consultants — and we create agents of these people that work in our ecosystem — we have their skills at our disposal. The portfolio doesn't just compound revenue. It compounds capability.

Effects cascade

1st: Extract one expert, deploy one clone, generate one revenue stream. 2nd: Pipeline gets smarter with each expert. Content intelligence compounds. Tools we build become the demo that closes the next partner. 3rd: Agent swarms handle extraction, deployment, marketing, and monetization autonomously. 4th: The portfolio of expert agents becomes an ecosystem with cross-expert synthesis.

Section 02

Org Registry Architecture

The org registry is the skeleton everything attaches to. Read-only shared map. Every service, skill, agent, and workflow references it to understand what else exists, how things connect, and where to find detailed documentation.

Design principles

Read-only reference, not a gatekeeper. If the registry is down, services still work. Living and self-healing. Temporal traces on every change. Lazy-load pattern. Registry stores summaries; detailed docs live in each service's MANUAL.md.

Components

Services manifest: Every service/skill/agent registered with name, capability summary, schemas, status, owner, MANUAL.md path, HC page URL, dependencies, changelog. Entity graph: Every expert, competitor, niche with gate assignment, related entities, ingestion status, extraction progress. Contracts table: API contracts between services — input/output formats locked here before implementation.

HC Protocol as registry interface

The org registry is published as an HC Protocol-compliant page — living web page with machine-readable JSON metadata, human-readable content, and embedded agent that can answer questions about the system architecture. Extends the Neural Registry pattern at jasondmacdonald.com/knowledge-registry.

NowPage overlay: Published registry pages have embedded agents that use the visible and embedded text/data on the page as their knowledge source, plus data from links on the page's linked pages. The web page IS the knowledge source.

Supabase schema

TablePurposeKey fields
servicesAll registered services/skills/agentsid, name, type, status, owner, manual_path, hc_url, capabilities_json, dependencies, updated_at
entitiesExperts, competitors, nichesid, name, type, gate, related_entities, ingestion_status, content_sources, extraction_progress
contractsAPI contracts between servicesid, service_a, service_b, input_schema, output_schema, version, locked_at
registry_changelogTemporal trace of all changesid, entity_type, entity_id, change_type, change_detail, session_ref, timestamp
Section 03

Gate Architecture

The gate determines what content enters the system, how it gets tagged, and what retrieval scope applies. Gates prevent personal RSS noise from polluting clone training data and prevent competitor intelligence from being auto-injected into irrelevant contexts.

Gate 1 — Jason / Operator

Ingests: RSS feeds, email, calendar, chat logs, session transcripts, team meeting transcripts, work artifacts. Overlay: Goals, rocks, sprints, 321 threads, dominos. Output: Daily briefs, session seeds, strategic alignment. Skills: 321-exec, jason-guardian, morning-kickstart, daily brief v3.0.

Gate 2 — JV Prospect (pre-deal)

Ingests: Public content only — YouTube, podcast, website, social, ad library. Competitors' public content. Overlay: Sales pipeline stage, The Reveal checklist, Athio criteria. Output: NowPage playbooks, go-giver deep dives, pre-deal MasteryOS v0 clone from public content.

Gate 3 — Signed JV Expert

Ingests: Everything from Gate 2 PLUS private docs — coaching transcripts, proprietary frameworks, client testimonials. Key: Gate 3 validates Gate 2 inferences. We compare public extraction against expert's actual frameworks. Burns more tokens, confirms accuracy.

Gate 4 — Competitor Intel

Ingests: Public content only — ads, social, landing pages, pricing. Tagged as competitor-of-[expert]. Hard rule: Gate 4 content NEVER mixes into Gate 3 clone training data. Informs marketing and positioning only.

Scope enforcement: Retrieval scopes never cross gates unless an approved edge explicitly bridges them. The gate determines the tag. The tag determines retrieval scope. Scope prevents clutter.

Section 04

Universal Content Ingestion Service

One service ingests every source type. Not separate scrapers — one service that eats content from any source and stores it as structured, annotated raw material in Supabase. What changes isn't the ingestion — it's the lens applied after.

SourceMethodWhat we get
YouTubeGemini API (visual + spoken)Transcript, on-screen text, hook ID, pattern interrupts, format classification, metrics
PodcastsWhisperTranscript, speaker diarization, topic segments
Meta Ad LibraryPuppeteer/PlaywrightAd copy, creative format, CTA, offer structure, timeline, screenshots
Social (IG/LI/X)Public API + scraperPost content, engagement metrics, posting cadence
WebsitesReadability + CheerioCopy, offers, pricing, positioning
RSS feedsfeedparserArticle content, date, deduplication
Email / CalendarGmail + GCal MCPThreads, events, action items
Sessions / TranscriptsForge logger / Tactiq / FirefliesFull transcripts, entities, decisions
DocumentsPDF/DOCX extractionFull text, structure, embedded assets

Standard output schema

Every ingested piece produces: content_id (UUID), source_type, source_url, gate (1-4), entity_id (FK), raw_text, annotations (JSON — Gemini visual, hooks, format tags), metadata (JSON — engagement, date, author, duration), embedding (pgvector 1536-dim), ingested_at, status (raw | annotated | scored | processed).

Research Service (pre-demo intelligence)

Sub-service that auto-runs when a prospect enters Gate 2. Takes company name/URL, produces: company info, tech stack, recent news, pain points, audience demographics, channel presence, content cadence, competitive positioning. Feeds The Reveal and pre-call briefs.

PRD reconciliation

Three previous documents unified: RSS Intelligence Router PRD (Feb 2026) → absorbed as RSS/YouTube extractors. Content Notebook PRD (Feb 2026) → n8n pipeline becomes the scheduler. Signal Engine concept → Gate 1 configuration with Signal Engine lens applied post-ingestion.

Section 05

Suggest-Don't-Inject Engine

The nervous system. Content gets stored automatically, but connections between content only become retrievable after explicit approval. This is the difference between an intelligence system and a noise machine.

Three layers

Layer 1 — Passive edge detection (automatic): Runs on every ingest. Compares embeddings within SAME gate. Writes suggested_edge if similarity exceeds threshold. Types: same-topic, extends, updates, contradicts.

Layer 2 — Cross-gate detection (scheduled): Daily scan for connections ACROSS gates. Higher scrutiny flag. Does this competitor's ad reference the same framework as this expert's transcript?

Layer 3 — Architect agent review: Three outcomes: Approve (edge permanent, pattern strengthened), Suppress (marked noise, pattern weakened), Defer (revisit later).

Approval thresholds

ScenarioThresholdRationale
Same-gate, high confidence (>0.85)Auto-approveLow risk, strong signal
Same-gate, medium (0.6-0.85)Surface for reviewMight be noise
Cross-gate, any confidenceAlways reviewCross-contamination risk
Affects clone training (Gate 3)Require explicit approvalHighest stakes

Learning loop

Every approved edge strengthens the pattern that generated it. Every suppressed edge weakens it. Temporal traces mean every edge knows when it was suggested, approved/suppressed, confidence level, and who decided — so the system's judgment is auditable.

Section 06a

Expert Extraction Pipeline (8-Module Framework)

The core IP. The systematic process for extracting an expert's intellectual property — not just what they say, but how they think, decide, teach, and what makes their methodology unique.

Pipeline position: expert-research → EXPERT FACTORY (this) → expert-os-deployment

#ModuleExtractsWhy
1Thinking StructuresMental models, frameworks, decision logic, their rubric (Bridger=SCALE/POWER, Matt=SOUL/FLOW, Brad=TIGER QUEST)ALWAYS FIRST. Validates everything downstream.
2Voice and StyleSentence patterns, tone, communication styleClone must sound like them.
3CTA PsychologyHow they invite action, motivation triggersClone must drive action.
4Embedded IPProprietary frameworks, named methodologiesWhat the expert owns. Preserved with fidelity.
5ModularizationTeaching progressions, prerequisite chainsContent scaffolding.
6Meta-StructuresProgram architecture, coaching flow, engagement arcsDeployment mirrors expert's delivery.
7Pattern RecognitionHow they diagnose, what signals they look forClone assesses situations like the expert.
8Prompt TemplatesExample applications, case studiesGround truth for validation.
9Retrieval PatternsWhen/how content gets used, contextual routingWHEN to use knowledge, not just WHAT.

Process

1. Gather source material (dense content first). 2. Run Module 1 — create thinking rubric. Validate before proceeding. 3. Run Modules 2-8 sequentially, validating each against Module 1 rubric. 4. Run Module 9 — retrieval logic. 5. Three-pass validation: forward, backward, ground truth. 6. Store in Supabase as expert_chunks with vector embeddings.

Gate 2 → Gate 3 validation

Prospect (Gate 2): extraction on public content only. Signed (Gate 3): private docs shared. Compare Gate 2 extractions against Gate 3 ground truth. This improves the pipeline's accuracy on public-only content over time — making Gate 2 pre-deal demos more impressive.

Extraction history

ExpertRubricModules 2-8Deployed
MattSOUL/FLOW ✓Complete (Jun 2024)Reference only
BridgerSCALE/POWER ✓In Supabase + GDriveOn hold
Brad HimelTIGER QUEST ✓Nov 2025 — may be in conversation text onlyOn hiatus
Align360 / SamuelIn progressGate 2 public extraction underwaybetaap.io v0 — finalizing
Section 06b

Intelligence Lenses

Same ingested data, different analytical output. These don't build clones — they generate intelligence for decisions, content, and strategy.

Competitor Intelligence lens

Gate 4 content → positioning map, gap analysis, ad hook taxonomy, audience overlap, pricing comparison, content cadence. New skill needed: competitor-intel-analyzer (references Composio competitive-ads-extractor and Merci Larry Meta Ad Library workflow).

Marketing Rubric lens

Gates 2+3+4 content with engagement metrics → scoring rubric for hooks/formats/CTAs/body structure, winner/loser pattern matching, format effectiveness per niche, rubric refinement. Key innovation: synthetic audience testing against ICP avatars from expert extraction. Skills: blue-ocean-insight-engine, jason-writer, linkedin-growth-engine.

Signal Engine lens

Gate 1 content → daily intelligence briefs filtered against goals/rocks/sprints, execution directives with falsifiable win/loss conditions, knowledge graph updates. Current: Daily Brief v3.0, Briefs #47-51+, Neural Registry at jasondmacdonald.com/knowledge-registry.

Personal Alignment lens

Gate 1 context → 321 thread management, domino identification, anti-drift checking, morning/evening rituals. Skills: 321-exec, 321-framework-jason, jason-guardian, morning-kickstart, session-close, 2026-execution.

Section 07

Output Systems and Dynamic Experience Generation

OutputWhatFed by
AI CloneExpert agent on betaap.io / MasteryOSExpert Extraction
NowPage playbooksHC-compliant lead magnets, deep divesCompetitor + Rubric + Extraction
Content briefs + ad scriptsRubric-informed, voice-matchedMarketing Rubric + Extraction
Sales/landing pagesAthio, validation hub, offer pagesCompetitor + Extraction
Lead magnetsCalculators, diagnostics from frameworksExtraction + Rubric
Daily briefsOperator or niche audience intelSignal Engine
Dynamic GUIAgent-generated interface per userAll lenses

Dynamic Experience Generation

Replaces the static MasteryOS sidebar. Agent reads the user, surfaces what's relevant, generates the interface dynamically. HC Protocol agentic tier — the page itself IS the AI assistant. The agent is the product. The channel (web, Telegram, WhatsApp, voice) is just delivery.

Section 08

Distribution and Syndication

Content typeChannelsAutomation
Social postsIG, LI, X, FB via autoposterDraft → review → scheduled
Email sequencesSubstack, ConvertKit, SMTPTemplate → review → send
NowPage contentExpert's NowPage domainGenerated → MCP publish → live
AI videoYouTube, social clipsScript → video prod → upload
Agent deploymentTelegram, WhatsApp, web, voiceClone deployed → configured → live
Lead magnetsNowPage + email gate + promoGenerated → published → calendar triggers

Performance feedback loop: Engagement metrics re-ingest into universal content service. Rubric scores performance against predictions. Rubric improves. Next batch is better. The flywheel applied across entire portfolio.

Section 09

MANUAL.md Convention and HC Protocol Publishing

Every service/skill/agent has a MANUAL.md. Universal convention, provider-agnostic. Any agent that enters the ecosystem gets one bootstrap instruction: "Read MANUAL.md first."

Contents

Identity: Name, version, owner, purpose. Capabilities: What it does, input/output schemas, edge cases. Dependencies: What it calls, contracts expected. Failure modes: Known breaks, recovery methods. Changelog: Every correction, timestamped, with "learned from" references. Temporal traces: Version history showing evolution.

Self-healing loop

Services update their own manuals. New failure mode → logged. User correction → logged. Over time, each manual becomes a comprehensive knowledge base written by the service itself.

Runtime-specific thin pointers

CLAUDE.md → "Read MANUAL.md. Apply Claude-specific behaviors." GEMINI.md → "Read MANUAL.md. Apply Gemini behaviors." The manual is permanent institutional knowledge. The runtime config is swappable.

Dual-format publishing

MANUAL.md in repo/file system. Build step publishes as HC Protocol page to web. Both in sync. File-based agents (Forge, CLI) read MANUAL.md. Web agents (NowPage, MasteryOS API) read the HC page. Same content, two interfaces.

Section 10

Runtime Environments

RuntimeWhoRole
Forge VPSAutonomous agentPRIMARY — execution, scraping, ingestion, scoring, generation, publishing. Session logs to Supabase.
Claude Code CLISumit, LeeDevelopment — building, debugging, testing. Slash commands.
Cowork / DesktopJasonInteractive thinking, strategic planning, skill composition.
Claude.aiJasonTRANSITIONING SECONDARY — chat history search, archival, past chat references.
MasteryOS APIPartners, audienceCustomer-facing — expert agents, self-serve. Skills as REST endpoints.
NowPage embeddedWeb visitorsWeb-accessible agent using HC page content as knowledge source.

Forge session logging

Closing the archive gap: every Forge interaction → session ID → full transcript to Supabase → entities/topics extracted → optionally publish to NowPage. n8n workflow handles lifecycle. Once this exists, Forge becomes primary for everything.

Section 11

The Reveal and JV-in-a-Box Pipeline

Complete prospect-to-partner pipeline. Every section above converges here.

Phase 1 — Identify targets

Proven domain expert, existing audience, content library, monetizable methodology. Sources: warm network (Derek), Athio inbound, Signal Engine discovery.

Phase 2 — Pre-deal intelligence (Gate 2 + 4)

Agent swarms: Research Service runs. Universal ingest scrapes public content. Competitors identified and ingested. Extraction pipeline runs on public content (lower confidence). Marketing rubric scores content vs. competitors.

Phase 3 — Build pre-pitch assets

NowPage go-giver playbooks. MasteryOS v0 (agent swarms stand up basic clone from public extraction). Prospect-specific analysis pages (Zeus Jones / Deloitte pattern). Expert-domain daily briefs as prospecting tools.

Phase 4 — Execute The Reveal

Pre-call: Research Service already ran. On call: voice agent listening, real-time transcription. Live: NowPage publishes page during call. Share link: "[prospect].nowpage.com" — they open it, embedded agent active, they ask a question, agent answers using their methodology. Close: "When can we start?"

Phase 5 — Gate 3 transition

Expert shares private docs. Gate 2 extractions validated against ground truth. Full 8-module extraction runs. Clone improves from v0 to v1.

Phase 6 — Deploy and launch

v1 deployed. Landing/sales pages. Lead magnets from frameworks. Content machine templates (Mastery Labs matrix). Promotion calendar. Social syndication. Three-wave launch: Inner Circle (5) → Early Access (50-100) → Full Launch.

JV-in-a-box: This entire pipeline becomes an agentic swarm with minimal human involvement. Human decisions: who to partner with, extraction quality approval, GTM strategy. Everything else is executed by agents referencing the org registry.

Section 12

Skills and Services Inventory

Skill/ServiceSecGateStatusMANUAL
expert-research6a2,3ActiveNo
expert-doc-processor6a3ActiveNo
expert-clone-scorer6a3ActiveNo
expert-test-extractor6a3ActiveNo
expert-os-deployment6a3ActiveNo
blue-ocean-insight-engine6bAllActiveNo
linkedin-growth-engine6b1,3ActiveNo
jason-writer / editor / guardian6b1ActiveNo
321-exec / framework / kickstart / session-close6b1ActiveNo
n8n-builder + 7 n8n skills4,8AllActiveNo
meta-arch / arch / leverage / calibrate / prompt-architect / handoff14AllActiveNo
meeting-tracker-sumit / will-derek / extract-to-lists41ActiveNo
Universal Content Ingest4AllDesignPlanned
Suggest-don't-inject Engine5AllDesignPlanned
Competitor Intel Analyzer6b4GapPlanned
Marketing Rubric / Scoring6b2,3,4GapPlanned
8-Module Extractor (automated)6a2,3GapPlanned
Research Service (pre-demo)4,112DesignedPlanned
Content Syndication / Autoposter8AllGapPlanned
Forge Session Logger101GapPlanned

Key: 24 active skills, zero have MANUAL.md, zero have HC pages. A batch agent swarm to generate MANUAL.md for all existing skills is a high-leverage parallel workstream.

Section 13

PRDs to Reconcile

DocumentDateFeedsStatus
RSS Intelligence Router PRDFeb 20264Absorbed into universal ingest
Content Notebook PRDFeb 20264, 2Absorbed — n8n pipeline = scheduler
Signal Engine conceptOngoing4, 6bActive — daily brief v3.0
Expert Factory PRD (10-skill)Mar 20266aActive — most complete extraction spec
Expert Clone Roadmap v2Dec 20256a, 11Superseded by this registry
NowPage Build Sequence PRDJan 202611, 4Active — The Reveal architecture
6-SILO Architecture DocsNov-Dec 202516Needs reconciliation
HC Protocol Spec v1.3.0Feb 20262, 7, 9Active — publishing standard
Athio Partnership v1-v4Jan-Mar 202611Active — v4 current
Daily Brief v3.0 PRDMar 20266bActive
Neural RegistryMar 20262, 6bActive — live at jasondmacdonald.com
Founding Expert Partner ProgramMar 202611, 15Active — wave structure
Section 14

Parallel Build Lanes

Not sequential sprints. Parallel workstreams referencing the org registry, building simultaneously, registering outputs on completion.

Lane A — Forge / Jason

Universal ingest service. Suggest engine. Session logger. Daily brief agent. Extraction agent. Batch MANUAL.md generation.

Lane B — Sumit / Dev Team

Align360 betaap.io (ship to Samuel). Key Vault. Stripe subscriptions. Voice agent gating. Hidden admin plan. Claude Code on codebase.

Lane C — Lee / Claude Code

Supabase schema (registry, ingest, suggest). API contracts. Embedding pipeline. n8n workflows.

Lane D — Agent Swarms

Expert extraction agents (Align360, The WAY, Brain Muka, Chris Comer). Competitor scraping. Content generation. NowPage publishing. MANUAL.md + HC page batch generation for 24+ skills.

Coordination

Every lane reads registry before work. Writes to registry on completion. Shared Supabase tables need contract agreement FIRST. Registry is the seam.

Section 15

Mastery Labs Content Matrix

Content creation workbook and promotion calendar at labs.masterymade.com. MasteryMade dogfoods first, then every JV gets the same system loaded with their content.

Integration: Marketing Rubric → content briefs → workbook. Expert Extraction → voice/frameworks → content in their style. Competitor Intel → gaps → content fills them. Promotion calendar auto-generated → distribution routes execute it → performance feedback → rubric improves.

Viral loop rule: Every teaching/email sequence includes a required step where users engage others. Homework equals distribution.

Revenue sprint learning: Cold LinkedIn outreach <1%. Pivoted to warm network + content-led. Content machine generates warm-approach content: NowPage playbooks, expert-domain briefs, personalized analysis pages.

Section 16

MasteryOS 6-SILO Reconciliation

SILOCurrentNew mappingAction
1 — Core EngineLLM integration, routingRuntime for expert agent. Module 9 retrieval.Enhance — add dynamic GUI
2 — OperationsBusiness logic, subscriptionsContinues as-is (Sumit)Keep — add hidden admin plan
3 — MCP/SkillsCode execution, coordinationRegistry services manifestEvolve — registry = skill discovery
4 — UXChat, voice, UISuperseded by dynamic experience genRedesign — agent-first
5 — KnowledgeExpert chunks, pgvector, RAGConsumer of universal ingestIntegrate — gate-scoped retrieval
6 — InterfaceREST API, voice, chatMasteryOS API runtimeExtend — API gateway + HC

Bridge: Both tracks share Supabase schema, API contracts, MANUAL.md conventions. Sumit builds UI that reads tables. Jason's agents build services that write tables. Registry is the seam.

Cluster map

Lower-Order PRDs — Linked Build Documents

Each section expands into its own detailed PRD at plan.jasondmacdonald.com. These contain implementation specs, Supabase schemas, service architectures, skill definitions, and sprint-level build instructions. Every document links back to this registry as its parent.

PRDSecCoversStatus
Org Registry + MANUAL.md spec02, 09Full Supabase schema. MANUAL.md template. HC auto-publish. Self-healing loop. Runtime pointers.Next
Gate architecture + suggest engine03, 05Gate tagging. Scope enforcement. Edge detection algorithms. Confidence scoring. Approval workflow. Learning loop. suggested_edges schema.Next
Universal Content Ingestion04Python Docker service. Extractor modules per source. Standard schema. pgvector. n8n scheduler. Research Service. PRD reconciliation.Next
Expert Extraction (8-module automated)06aAutomated Module 1-9. Rubric generator. Sequential validation. Gate 2→3 comparison. Existing skill integration. expert_chunks schema.Next
Competitor Intel + Marketing Rubric06bcompetitor-intel-analyzer skill. Ad Library scraper. Scoring engine. Synthetic audience testing. Cross-portfolio aggregation.Queued
Signal Engine + Daily Brief agent06bAutonomous brief gen on Forge. RSS/HN ingestion via Gate 1. Sprint filtering. Knowledge graph automation. Session seeds.Queued
Dynamic Experience Generation07Agent-first GUI. HC agentic tier. Per-user dynamic UI. Onboarding flow. Channel-agnostic. NowPage as AI assistant.Queued
Content Machine + Syndication08, 15Social autoposter. Email gen. AI video pipeline. Mastery Labs matrix. Promotion calendar. Feedback loop. Viral loop engineering.Queued
The Reveal — JV-in-a-Box Pipeline11Full prospect-to-revenue. Research Service pre-call. Real-time NowPage gen. Agent swarm orchestration. Gate transition. Three-wave launch.Queued
Forge Session Logger + Runtime Migration10Session logging schema. Entity extraction. NowPage auto-publish. n8n lifecycle. Claude.ai → Forge migration.Queued
6-SILO Reconciliation + API Gateway16SILO-by-SILO migration. Agent-first SILO 4. Universal ingest + SILO 5. API gateway. Contract coordination.Queued
Batch MANUAL.md Generation09, 12Agent swarm spec for 24 SKILL.md → MANUAL.md + HC pages. Template. Publishing workflow. Priority ordering.Queued

Build priority: First three PRDs (Org Registry, Gate Architecture, Universal Ingest) unblock everything else. Can be built in parallel — registry defines coordination, gates define scoping, ingest builds the pipeline. Once these exist, all other PRDs build independently on top.

Reference

Items Unlocked — March 25, 2026 Session

ItemSecStatus
Universal content ingestion4Design complete
Gate architecture (4 gates)3Design complete
Suggest-don't-inject engine5Design complete
MANUAL.md convention (agnostic, self-healing, HC dual-format)9Locked
Org registry as read-only map2Design complete
Competitor scraper → merged into universal ingest4Reconciled
Lens architecture (same data, different outputs)6a,6bDesign complete
Agent-first MasteryOS (no static GUI)7Vision confirmed
The Reveal as architecture instantiation11Pipeline mapped
Forge-first runtime10Locked
Marketing rubric / ad scoring6bPattern identified
NowPage as registry interface2,5Extends existing
Cross-portfolio compounding1Thesis confirmed
Parallel build lanes14Corrected framing
Self-healing manuals with temporal traces9Design complete
HC Protocol as MANUAL.md publishing2,9Locked
Expert Extraction as full subsystem6aExisting, incomplete
Research Service (pre-demo)4,11Designed Jan 2026
Dynamic Experience Gen7Vision confirmed
MasteryOS v0 as pre-JV artifact11New concept
6-SILO → agent-first reconciliation16Mapped
3 PRDs unified4,13Reconciled

MASTERYMADE — BUILDER. OPERATOR. ARCHITECT.

Dominia Facta. Build what compounds.

Master Registry v1.0 — March 25, 2026 — plan.jasondmacdonald.com

HC Protocol compliant. HC_ACCESS TOKEN: JMD-FORGE-2026