Use when running or reviewing a Level 10 weekly leadership meeting
Facilitate the Level 10 (L10) Meeting — the weekly 90-minute leadership meeting that keeps the team aligned, accountable, and solving problems. The L10 follows a strict 7-section agenda with time boxes.
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 git -C <ceos_root> pull --ff-only --quiet 2>/dev/null to get the latest data from teammates. If it fails (conflict or offline), continue silently with local data.
| File | Purpose |
|---|---|
data/meetings/l10/YYYY-MM-DD.md | L10 meeting notes |
data/scorecard/weeks/ | Latest scorecard (pulled during Scorecard section) |
data/rocks/[quarter]/ | Current Rocks (pulled during Rock Review) |
data/issues/open/ | Open issues (surfaced during IDS section) |
data/meetings/l10/ | Previous L10s (for To-Do review) |
templates/l10-meeting.md | Meeting template |
data/accountability.md | Accountability Chart (seat owners for To-Do assignment validation) |
| # | Section | Time | Purpose |
|---|---|---|---|
| 1 | Segue | 5 min | Personal/professional good news |
| 2 | Scorecard | 5 min | Review weekly numbers |
| 3 | Rock Review | 5 min | Status of quarterly Rocks |
| 4 | Headlines | 5 min | Customer and employee news |
| 5 | To-Do Review | 5 min | Check last week's To-Dos |
| 6 | IDS | 60 min | Identify, Discuss, Solve top issues |
| 7 | Conclude | 5 min | New To-Dos, cascading messages, rating |
templates/l10-meeting.md at data/meetings/l10/YYYY-MM-DD.md.If an L10 already exists for today, ask: "There's already an L10 for today. Open it, or create a new one?"
Prompt each attendee to share one personal and one professional good news. This builds connection before diving into business.
Record responses in the Segue section.
"Let's start with a segue. [Name], share one personal and one professional good news."
data/scorecard/weeks/.Scorecard — Week 07:
Weekly Revenue: $52K (goal: $50K) ✓
New Customers: 7 (goal: 10) ✗ → add to Issues?
NPS: 72 (goal: 70) ✓
Ask: "Any off-track items to add to today's Issues list?"
If no scorecard exists for this week: "No scorecard logged for this week yet. Skip, or enter numbers now?"
data/rocks/[current-quarter]/.Rock Review — Q1 2026:
Launch Beta (brad): on_track
Hire VP Sales (daniel): off_track → add to Issues?
Implement CRM (daniel): on_track
Ask: "Any off-track Rocks to add to today's Issues list?"
Prompt for customer and employee headlines — good news, bad news, updates. Quick hits only. No discussion.
"What headlines do we need to share? Customer news, employee news, anything the team should know."
Record as bullet points.
data/meetings/l10/.To-Do Review (from L10 2026-02-06):
☐ Send proposal to Acme (brad) — Done? [yes/no]
☐ Schedule interviews (daniel) — Done? [yes/no]
This is the core of the L10 — where the real work happens.
Collect issues from:
data/issues/open/Ask: "What other issues should we add to today's list?"
List all issues and ask the team to pick the top 3 most important ones. These get solved today. The rest stay on the list for next week.
For each of the top 3 issues, follow the IDS process:
data/accountability.md to validate that the To-Do owner matches the seat responsible for that area.Record the IDS work in the meeting notes. If this creates a new issue file, use ceos-ids or write to data/issues/open/ directly.
Compile all To-Dos created during the meeting (from IDS and any other sections):
| To-Do | Owner | Due Date |
|---|---|---|
| [Action] | [Name] | [YYYY-MM-DD] |
Ask: "What needs to be communicated to the rest of the organization?"
Each attendee rates the meeting 1-10. Record ratings and calculate average. Target: 8+.
If average is below 8: "Below the 8/10 target. What could we improve for next week?"
data/meetings/l10/YYYY-MM-DD.md.git commit to save the meeting notes."A hybrid workflow designed for teams who want to stay off screens during the meeting and use Apple Voice Memos (or any voice transcription) to feed Claude at two natural break points.
The meeting runs in two recorded segments with Claude engaged at each break.
Stop the recording after To-Do Review. Paste the transcript and tell Claude:
Claude will:
data/issues/open/, and anything raised in the conversationThe team walks into IDS with a ranked Issues list already prepared.
Stop the recording after IDS. Paste the transcript.
Claude will:
The team spends Conclude confirming the To-Do list and rating the meeting — nothing to reconstruct from memory.
Attendees: Brad, Dana, Sam, Jordan. Voice Memos doesn't label speakers; Claude infers from context but a name list helps.The meeting file follows the template structure in templates/l10-meeting.md:
During the meeting, display each section header with its time box as you move through the agenda.
data/scorecard/weeks/ and data/rocks/. Don't ask the user to recite numbers that are already on file.ceos-ids can create the issue file, but let the user decide. Same for scorecard logging (ceos-scorecard).ceos-l10 reads the latest weekly scorecard from data/scorecard/weeks/ during Section 2 (Scorecard Review). Each metric owner reports their number and off-track items are flagged for the Issues list.ceos-ids.ceos-l10 reads Rock files from data/rocks/[current-quarter]/ during Section 3 (Rock Review). Each Rock owner reports on_track or off_track status.ceos-l10 reads previous meeting To-Dos during Section 5 (To-Do Review) and creates new To-Dos during Section 7 (Conclude). To-Dos created during L10 use source: l10.ceos-todos Create mode for formal To-Do tracking after the meeting.ceos-l10 reads open issues from data/issues/open/ during Section 6 (IDS). The L10 surfaces the prioritized list; ceos-ids handles the formal Identify, Discuss, Solve work on individual issues.ceos-ids Create mode.ceos-l10 reads data/accountability.md during IDS (Step 7c) to validate that To-Do owners match seat responsibilities. When assigning action items, the person who owns the relevant seat should own the To-Do.ceos-l10 is the orchestrator — it reads data from multiple skills during the meeting but defers to each skill for formal create/update operations. The meeting file at data/meetings/l10/YYYY-MM-DD.md is the only file ceos-l10 writes directly.