Skip to content

Protocol Raw Documentation

Single source of truth for Protocol Raw operations, systems, and business documentation.

Structure

├── sops/                    # Standard Operating Procedures
│   ├── core/               # Order processing, batches, dispatch
│   ├── inventory/          # Stock control, forecasting
│   ├── customer-ops/       # Support, AI agent, chat
│   ├── monitoring/         # Alerting, SLOs
│   ├── subscriptions/      # Lifecycle, referrals, email
│   ├── packing/            # Pack day operations
│   └── other/              # Journal, proof portal, etc.
├── architecture/            # System architecture documentation
│   ├── 01_System_Map.md
│   ├── 02_Component_Registry.md
│   ├── 03_Integration_Specs.md
│   └── 04_SOP_Cross_Reference.md
├── portals/                 # User interface documentation
│   ├── Operations_Portal.md
│   └── Customer_Portal.md
├── brand/                   # Brand and design standards
│   ├── Visual_Identity_Guide.md
│   ├── Email_Design_System.md
│   ├── Brand_Voice_Guidelines.md
│   └── Web_Design_System.md
├── business/                # Business strategy and planning
│   ├── Business_Plan.md
│   ├── Growth_Strategy.md
│   ├── Financial_Model.md
│   └── VC_Strategy.md
└── product/                 # Product specifications
    ├── Production_Master_Spec.md
    ├── Pack_Specification.md
    ├── CoPacker_RFQ.md
    └── Lab_Validation_Panel.md
  • New to the system? Start with architecture/01_System_Map.md
  • Looking for an SOP? Check architecture/04_SOP_Cross_Reference.md
  • Need API specs? See architecture/03_Integration_Specs.md

Maintenance

  • SOPs are manually maintained
  • Component Registry can be auto-generated from live Supabase
  • All changes should be committed with clear commit messages

Protocol Raw — Verified safe, batch by batch.