Releases: bradfeld/ceos
Releases · bradfeld/ceos
CEOS v1.0.0 — 17 EOS Skills
CEOS v1.0.0 — 17 EOS Skills for Claude Code
CEOS implements the Entrepreneurial Operating System (EOS) through Claude Code skills. Each EOS component is a standalone skill that reads and writes structured markdown in a shared git repository.
Quick Start
# Clone and set up
git clone https://github.com/bradfeld/ceos.git
cd ceos && ./setup.sh
# Start using any skill
claude # then invoke skills like ceos-vto, ceos-rocks, etc.Skills Included
| Skill | EOS Component |
|---|---|
ceos-vto |
Vision/Traction Organizer |
ceos-accountability |
Accountability Chart |
ceos-rocks |
Quarterly Rocks |
ceos-scorecard |
Weekly Scorecard |
ceos-l10 |
Level 10 Meeting |
ceos-ids |
IDS (Identify, Discuss, Solve) |
ceos-todos |
To-Do Tracking |
ceos-people |
People Analyzer |
ceos-process |
Core Processes |
ceos-quarterly |
Quarterly Conversations |
ceos-annual |
Annual Planning |
ceos-quarterly-planning |
Quarterly Planning |
ceos-checkup |
Organizational Checkup |
ceos-delegate |
Delegate and Elevate |
ceos-clarity |
Clarity Break |
ceos-kickoff |
EOS Kickoff (Focus Day + Vision Building Days) |
ceos-dashboard |
State of the Business Dashboard |
Data Format
All data is portable markdown with YAML frontmatter:
- File-per-record, directory-as-collection
- No database, no API keys, no vendor lock-in
- Git-tracked for full version history
- Human-readable and editable
See docs/data-format-spec.md for the complete specification.
Documentation
- EOS Primer — Quick EOS introduction for developers
- Skill Reference — All 17 skills with triggers and examples
- Skill Authoring — How to write a CEOS skill
- Skill Structure — Canonical skill specification
- Data Format Spec — Portable data format documentation
Requirements
- Claude Code CLI
- Git
License
MIT