Folder Structure Reference
This document outlines the current folder structure of this MyContextLibrary. It combines the core MCL conventions with specific operational directories used in this instance.
High-Level Structure
MyContextLibrary/
βββ agents/ # π€ Agent configurations, prompts, and specific instructions.
βββ export/ # π€ Generated artifacts (PDFs, reports, decks) - "Outputs".
βββ import/ # π₯ Raw ingest folder (JSON dumps, PDFs, loose notes) - "Inputs".
βββ library/ # π§ The Core Knowledge Base. Source of Truth.
β βββ me/ # - Personal context (Brand, Bio, Facts).
β βββ projects/ # - Active and archived projects.
β βββ work/ # - Professional context (Companies, Products).
βββ playbooks/ # π Standardized templates and guides (formerly 'templates').
β βββ company-playbook/ # Scaling & Ops (Strategy, Sales, Hiring).
β βββ product-investor-narrative/ # Investor & Product Strategy.
β βββ social-media/ # Content creation guides.
βββ routines/ # π Recurring workflows (Daily standups, Weekly reviews).
βββ tools/ # π οΈ Executable scripts (Python, Bash) for automation.
βββ .settings/ # βοΈ System configurations (Header definitions).
Detailed Directory Breakdown
π agents/
- Purpose: Store configuration files, system prompts, and memory files for autonomous agents.
π export/
- Purpose: To separate "source code" (Markdown in
library/) from "compiled binaries" (PDFs, presentations). - Examples:
one-pager-battle-cards.pdf,pitch.pdf.
π import/
- Purpose: A place to dump raw files before they are processed by
tools/or manually refactored intolibrary/. - Examples:
LinkedIn/posts.json, raw PDFs.
π library/
me/: Profile overview, media kits, personal brand assets.projects/: Specific endeavors likeMyContextLibrary,Personal Project 1.work/: Professional entities likeCompany A,Old Company X.
π playbooks/
- Purpose: Reusable guides and templates to ensure consistency.
- Example Directories:
company-playbook/: The "Operating System" for the company (Strategy, Sales, Culture).product-investor-narrative/: The master narrative for fundraising and product definition.
π routines/
- Purpose: Definitions of recurring tasks to maintain operational rhythm.
π tools/
- Purpose: Scripts to automate library maintenance and data processing.
- Example Tools:
document-reading/: Scripts to extract text from DOCX/PDF.social-media/: Scripts to analyze and import LinkedIn content.
π .settings/
- Purpose: Meta-configuration for the library.
- Contents:
header-definitions.md(The schema for file headers).
Deep Dive Example: Personal Context (library/me/)
This is a comprehensive example of how the library/me/ folder can be structured to capture a holistic personal context.
library/
βββ me/
βββ _index.md # What βme/β contains + quick nav links
βββ profile.md # One-screen bio; public-safe version
βββ fast-facts.md # Age, city, time zone, roles
βββ values-goals/
β βββ _index.md
β βββ personal-values.md
β βββ annual-goals-2025.md
β βββ bucket-list.md
βββ timeline/
β βββ _index.md
β βββ life-timeline.md # major milestones
β βββ highlights-2025.md
βββ family/
β βββ _index.md # whoβs who + contact links
β βββ partner.md
β βββ parents.md
β βββ kids/
β βββ _index.md
β βββ child-a/
β β βββ _index.md
β β βββ school.md
β β βββ health.md
β βββ child-b/
β βββ _index.md
β βββ school.md
β βββ health.md
βββ health/
β βββ _index.md
β βββ overview.md # conditions, allergies, blood type
β βββ medications.md # current meds + dosages
β βββ providers.md # doctors, clinics, portals
β βββ insurance.md
β βββ lab-results/
β β βββ _index.md
β β βββ 2025-06-labs.md
β βββ emergency-sheet.md # 1-page βgrab this firstβ info
βββ finances/
β βββ _index.md
β βββ overview.md # accounts by institution (no secrets)
β βββ budget-2025.md
β βββ investments.md
β βββ taxes/
β βββ 2024-summary.md
βββ identity-legal/
β βββ _index.md
β βββ will-and-poa.md
β βββ contracts-log.md
βββ work-education/
β βββ _index.md
β βββ resume.md
β βββ skills.md
β βββ certifications.md
βββ home-life/
β βββ _index.md
β βββ addresses.md
β βββ home-inventory.md
β βββ maintenance-log.md
βββ travel/
β βββ _index.md
β βββ packing-list.md
β βββ visas-and-permits.md
β βββ trips-log.md
βββ tech/
β βββ _index.md
β βββ devices.md # device list + serials
β βββ software-licenses.md
βββ scratch/ # ephemeral notes; safe to purge
βββ _files/ # PDFs, scans, images referenced by above