skills/ceos-clarity/SKILL.md
Use when taking a Clarity Break — stepping back from day-to-day work for strategic thinking time
npx skillsauth add skinnyandbald/ceos ceos-clarityInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Facilitate the Clarity Break — one of the Five Leadership Abilities in EOS and a core Traction tool. A Clarity Break is scheduled time to step away from day-to-day work and think strategically: "work ON the business, not IN it." Unlike structured EOS tools, the Clarity Break is intentionally unstructured — this skill provides just enough framework to make it habitual without over-formalizing it.
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/clarity/YYYY-MM-DD.md | Clarity Break notes (one per session) |
| data/vision.md | V/TO for strategic context |
| data/rocks/[quarter]/ | Current Rocks for progress context |
| data/scorecard/weeks/ | Recent scorecard data for trend context |
| data/issues/open/ | Open issues for awareness context |
| templates/clarity-break.md | Template for new Clarity Break files |
| data/accountability.md | Accountability Chart (org structure for strategic context) |
Clarity Break files use date-based naming: YYYY-MM-DD.md
If a file already exists for today's date (e.g., a second Clarity Break in the same day), append a numeric suffix: YYYY-MM-DD-2.md, YYYY-MM-DD-3.md, etc.
date: "2026-02-14"
person: "brad"
duration: "45 min" # How long the Clarity Break lasted (filled at end)
themes: # Key themes identified during reflection
- hiring
- product-market-fit
issues_identified: # Issues to bring to the next L10
- "Sales pipeline is too dependent on one channel"
Guide a live Clarity Break session — gathering business context, prompting reflection, and capturing insights.
data/clarity/YYYY-MM-DD.md already exists, check for the next available suffix.Read current data to provide a strategic snapshot. Keep each section to 2-3 lines — this is context, not a report.
data/vision.md. Summarize the 1-Year Plan and current progress.data/rocks/[current-quarter]/. Count on_track vs off_track. List any off-track Rocks.data/scorecard/weeks/. Note any metrics consistently off-track.data/issues/open/. Count total open issues. List the 3-5 highest priority ones.data/accountability.md. Note any unfilled seats or gaps relevant to the reflection topics.Present the summary:
State of the Business
━━━━━━━━━━━━━━━━━━━━━
1-Year Plan: [brief summary from V/TO]
Rocks: 4/6 on track (Q1 2026)
Off track: Hire VP Sales, Partner Program
Scorecard: Revenue on track, NPS off track 3 weeks running
Open Issues: 8 total — top 3: [issue titles]
If any data source is missing (no vision.md, no rocks, etc.), note it gracefully: "No [data type] on file yet." and continue.
Ask: "Want to review any of this in detail before we start reflecting, or shall we dive in?"
Present the four Clarity Break questions, one at a time. Give the user space to think — don't rush through them.
Record the user's responses under each question. Don't analyze or problem-solve during the reflection — the goal is to surface thoughts, not fix things yet.
After the four reflection questions:
issues_identified frontmatter list.ceos-ids when you're ready."Review the notes and suggest 2-4 themes — recurring topics or categories that emerged during the reflection. Ask the user to confirm or adjust. Record in the themes frontmatter list.
duration frontmatter).data/clarity/YYYY-MM-DD.md.git commit to save your Clarity Break notes."Record a Clarity Break that already happened (retroactive logging).
Ask for:
Prompt for key reflections:
Record responses in the markdown body.
issues_identified.ceos-ids for formal issue creation.data/clarity/YYYY-MM-DD.md (with collision handling).Review past Clarity Break notes and identify recurring themes.
Read all files in data/clarity/. Parse the YAML frontmatter from each file.
If no files exist: "No Clarity Breaks recorded yet. Want to start one?"
If the user specifies a person or date range, filter accordingly. Otherwise show all.
Show a chronological list:
Clarity Break History
━━━━━━━━━━━━━━━━━━━━━
2026-02-14 brad (45 min) Themes: hiring, product-market-fit
2026-02-07 brad (30 min) Themes: sales-pipeline, hiring
2026-01-31 brad (60 min) Themes: product-market-fit, team-culture
2026-01-24 daniel (45 min) Themes: operations, hiring
Total: 4 Clarity Breaks
Scan the themes frontmatter across all Clarity Breaks. Identify themes that appear in 3 or more sessions:
Recurring Themes (3+ appearances)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
hiring: 3 times (Feb 14, Feb 7, Jan 24)
product-market-fit: 2 times (Feb 14, Jan 31)
Flag recurring themes: "These themes keep coming up. Consider surfacing them as formal Issues via ceos-ids if they haven't been addressed."
Offer: "Want to open a specific Clarity Break to review the full notes?"
If yes, read and display the full file content.
Start mode: State of the business summary, then guided reflection. Complete file shown at the end. Log mode: Prompts for retroactive capture, then complete file shown. History mode: Chronological summary table with recurring themes analysis.
ceos-ids can create formal issue files, but let the user decide. Same for scorecard updates (ceos-scorecard) or rock status changes (ceos-rocks).ceos-clarity reads data/vision.md during Start mode to provide 1-Year Plan context for the strategic reflection. This grounds the Clarity Break in the company's declared direction.ceos-vto."ceos-clarity reads data/rocks/[current-quarter]/ during Start mode to show Rock progress. Off-track Rocks often surface as reflection topics.ceos-rocks, not in Clarity Break notes.ceos-clarity reads recent files from data/scorecard/weeks/ during Start mode to identify trending metrics. Persistent off-track numbers are natural Clarity Break topics.ceos-scorecard.ceos-clarity reads data/issues/open/ during Start mode to show the current issues landscape. Issues identified during a Clarity Break are captured in frontmatter but NOT automatically created as issue files.ceos-ids to create formal issue files for anything worth tracking.data/issues/open/ if they've been formally created.ceos-clarity reads data/accountability.md during Start mode to surface org structure context — unfilled seats, responsibility gaps, or role misalignments that may be worth reflecting on.ceos-accountability."Only ceos-clarity writes to data/clarity/. Other skills do not reference Clarity Break notes directly — they are personal reflections, not operational data.
tools
Use when reviewing or updating the company Vision/Traction Organizer
tools
Use when tracking, creating, completing, or reviewing To-Dos
tools
Use when defining metrics, logging weekly scorecard numbers, or analyzing trends
tools
Enhanced scorecard entry with auto-pull from L10 meetings and available MCP sources (CRM, calendar, email, filesystem). Walks through each metric one at a time with pre-populated suggestions for interactive confirmation.