## Asset Header - **Asset ID:** SOP-EL-VH-SecondBrain-SetupGuide-v01 - **Version:** v01 - **Status:** Draft - **Owner:** Victor Heredia - **IntellBank:** IB-EL-EmpowerLabs - **Tipo:** SOP — Standard Operating Procedure - **Propósito:** Victor Heredia — Second Brain for Cowork - **Última actualización:** 2026-04-11 --- # Victor Heredia — Second Brain for Cowork ## Canonical Folder Structure This folder structure implements the BigMetaFactory architecture as a Cowork-compatible Second Brain. Mount the root folder (`/victor-second-brain`) in Cowork to enable full orchestration. --- ## Root Structure ``` /victor-second-brain │ ├── /00_canon # L0: Kernel — Truth & Authority │ ├── /identity │ │ ├── PERSONAL_DNA.md │ │ └── SKILL_PERSONAL_DNA.md ← Cowork Skill (your PDT) │ │ │ ├── /architecture │ │ ├── BIG_METAFACTORY_ARCH_v1.1.md │ │ └── ARCHITECTURE_MAP.md │ │ │ ├── /glossary │ │ ├── GLOSSARY.md │ │ └── NAMING_RULES.md │ │ │ └── /skills # Cowork Skills Library │ ├── SKILL_PERSONAL_DNA.md │ ├── SKILL_METAPLAYBOOK_OPS.md │ ├── SKILL_PUBLISHING.md │ └── SKILL_QA_VALIDATOR.md │ ├── /10_metafactories # L1-L2: MetaFactory Templates + Instances │ ├── /MF-PUBLISHING │ │ ├── /template │ │ │ ├── MF-PUBLISHING_TEMPLATE.md │ │ │ └── METAPLAYBOOK_PUBLISHING.md │ │ └── /instances │ │ └── /MF-PUBLISHING__victor │ │ │ ├── /MF-DNA-SHERPA │ │ ├── /template │ │ └── /instances │ │ │ └── /MF-STRATEGY │ ├── /template │ └── /instances │ ├── /20_factories # L3-L4: Executable Factory Instances │ ├── /F-VICTOR-PUBLISHING │ │ ├── /active │ │ ├── /archive │ │ └── FACTORY_CONFIG.md │ │ │ └── /F-VICTOR-ADVISORY │ ├── /active │ └── /archive │ ├── /30_assets # L5: What Ships — Output Registry │ ├── /registry │ │ ├── ASSET_REGISTRY.csv │ │ └── ASSET_REGISTRY.md │ │ │ ├── /books │ ├── /playbooks │ ├── /reports │ └── /training │ ├── /40_qa # L6: Governance — QA & Validators │ ├── /validators │ │ ├── QA_CHECKLIST.md │ │ └── DRIFT_DETECTOR.md │ │ │ └── /logs │ ├── CHANGELOG.md │ └── RUNLOG.md │ ├── /50_inbox # Capture Zone — Unsorted inputs │ ├── /raw │ └── /to_process │ └── /99_archive # Cold storage └── /by_year └── /2026 ``` --- ## How Cowork Uses This Structure ### When you mount `/victor-second-brain`: 1. **Cowork reads `/00_canon/skills/`** to load your custom Skills 2. **Your Personal DNA Skill** becomes the identity layer for all operations 3. **MetaPlaybooks** in `/10_metafactories/` define HOW work gets done 4. **Factories** in `/20_factories/` are where actual production happens 5. **Assets** ship to `/30_assets/` with full registry tracking 6. **QA validators** in `/40_qa/` prevent drift ### Cowork Prompt Pattern ``` Using my Personal DNA skill and the [relevant] MetaPlaybook, [task description]. Save outputs to /30_assets/[category]/ and log to /40_qa/logs/RUNLOG.md ``` --- ## Quick Start Commands for Cowork ### Initialize a new project: ``` Read my Personal DNA from /00_canon/identity/SKILL_PERSONAL_DNA.md. Then create a new [book/playbook/report] project in /20_factories/F-VICTOR-PUBLISHING/active/ following the MetaPlaybook in /10_metafactories/MF-PUBLISHING/template/ ``` ### Process inbox: ``` Review everything in /50_inbox/to_process/. Using my Personal DNA as the filter, route items to the correct location or flag for my review. Log all moves to /40_qa/logs/RUNLOG.md ``` ### Run QA check: ``` Using the QA validators in /40_qa/validators/, check [asset/folder] for drift, missing sources, or naming violations. Report findings and suggested fixes. ``` --- ## Governance Rules (Non-Negotiables) 1. **Never edit files in `/00_canon/` without explicit instruction** — this is frozen truth 2. **All outputs must have**: Asset ID, version, status, owner, purpose 3. **New terms must be added to GLOSSARY.md** before use 4. **Version folders**: `/v0.x/` = draft, `/v1.0/` = validated, `/v1.x/` = iterative 5. **Nothing ships without QA gate passage** --- ## Next: Deploy the Skills After creating this folder structure: 1. Copy `SKILL_PERSONAL_DNA.md` to `/00_canon/skills/` 2. Mount `/victor-second-brain` in Cowork 3. Test with: "Read my Personal DNA skill and tell me your purpose"