Use when documenting core processes or reviewing process followability
Document, simplify, and audit core company processes — the 6th EOS component. Every company has a handful of core processes that must be documented as checklists, simplified to their essential steps, and followed by all.
Search upward from the current directory for the .ceos marker file. This file marks the root of the CEOS repository.
If .ceos is not found, stop and tell the user: "Not in a CEOS repository. Clone your CEOS repo and run setup.sh first."
Sync before use: Once you find the CEOS root, run to get the latest data from teammates. If it fails (conflict or offline), continue silently with local data.
git -C <ceos_root> pull --ff-only --quiet 2>/dev/null| File | Purpose |
|---|---|
data/processes/ | Process documentation files |
data/vision.md | V/TO document (Core Focus and Proven Process for alignment) |
templates/process.md | Template for creating new process files |
data/accountability.md | Accountability Chart (seat owners for process-owner alignment) |
Each process is a markdown file with YAML frontmatter: