skills/ceos-kickoff/SKILL.md
Use when conducting Focus Day, Vision Building Day 1, or Vision Building Day 2 — the EOS implementation kickoff sequence
npx skillsauth add skinnyandbald/ceos ceos-kickoffInstall 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 EOS implementation kickoff sequence — the three foundational sessions where a leadership team first implements EOS. Focus Day introduces the tools and establishes the foundation. Vision Building Day 1 defines the Vision component (Core Values, Core Focus, 10-Year Target, Marketing Strategy). Vision Building Day 2 completes the V/TO (3-Year Picture, 1-Year Plan, Rocks, Issues List). These are one-time sessions, distinct from the recurring L10 or quarterly/annual planning cycles.
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 |
|------|---------|
| templates/focus-day.md | Focus Day session template |
| templates/vb-day-1.md | Vision Building Day 1 template |
| templates/vb-day-2.md | Vision Building Day 2 template |
| data/meetings/kickoff/ | Saved kickoff session files |
| data/vision.md | Current V/TO (read-only — use ceos-vto to modify) |
| data/accountability.md | Accountability Chart (read-only — use ceos-accountability to modify) |
| data/rocks/ | Rock files (read-only — use ceos-rocks to create) |
| data/scorecard/ | Scorecard data (read-only — use ceos-scorecard to update) |
| data/issues/open/ | Open issues (read-only — use ceos-ids to manage) |
The EOS implementation follows a specific cadence:
After all three sessions, the company transitions into the regular EOS rhythm: weekly L10s, quarterly planning, annual planning.
focus-day-YYYY-MM-DD.md — Focus Day sessionvb-day-1-YYYY-MM-DD.md — Vision Building Day 1vb-day-2-YYYY-MM-DD.md — Vision Building Day 2All files are saved in data/meetings/kickoff/.
This skill has three modes. Ask which session the user wants to run.
The first full-day session when starting EOS.
glob data/meetings/kickoff/focus-day-*.md.
read data/vision.md.
read templates/focus-day.md.Walk through the Six Key Components of EOS:
Capture team expectations and commitment notes.
This is a first pass — capture initial thoughts, not final decisions:
Note: "These will be refined and finalized in Vision Building Days 1 and 2."
Guide the team through building the initial org structure:
If data/accountability.md already exists, read it and build on it.
Brainstorm priorities for the current quarter:
Note: "These Rocks are preliminary. They'll be formalized in VB Day 2 after the full vision is set."
Introduce the weekly Scorecard concept:
Introduce the Level 10 Meeting format:
data/meetings/kickoff/focus-day-YYYY-MM-DD.md.Suggest: "Use ceos-accountability to formalize the Accountability Chart. Use ceos-scorecard to set up the formal Scorecard."
Deep dive into the Vision component of the V/TO. Typically ~30 days after Focus Day.
glob data/meetings/kickoff/focus-day-*.md.
glob data/meetings/kickoff/vb-day-1-*.md.
read templates/vb-day-1.md.Guide the team through the Core Values discovery exercise:
Finalize the two elements of Core Focus:
Set the one big goal:
Walk through the Four Marketing Strategy Uniques:
data/meetings/kickoff/vb-day-1-YYYY-MM-DD.md.Suggest: "Use ceos-vto to formalize the Vision component (Core Values, Core Focus, 10-Year Target, Marketing Strategy) into data/vision.md."
Complete the V/TO and set the first formal Rocks. Typically ~30 days after VB Day 1.
glob data/meetings/kickoff/vb-day-1-*.md.
glob data/meetings/kickoff/focus-day-*.md.glob data/meetings/kickoff/vb-day-2-*.md.
read templates/vb-day-2.md.Paint a vivid picture of the company in 3 years:
Set specific goals for this year:
Set the first formal Rocks:
Surface all issues:
data/meetings/kickoff/vb-day-2-YYYY-MM-DD.md.Suggest follow-up skills:
ceos-vto to formalize the complete V/TO into data/vision.md."ceos-rocks to create formal Rock files in data/rocks/."ceos-ids to enter issues into data/issues/open/."ceos-scorecard to finalize Scorecard metrics."ceos-accountability to finalize the Accountability Chart."During session: Progressive display of each agenda section. Fill in the template section-by-section as the team works through it.
Before saving: Show the complete file content and get explicit approval before writing.
File format: Markdown with YAML frontmatter (date, attendees, location). Follows the template structure with tables for structured data and checklists for action items.
ceos-vto, ceos-rocks, ceos-scorecard, ceos-ids, ceos-accountability, and ceos-l10 as follow-up tools, but let the user decide when to use them.data/vision.md, data/rocks/, data/accountability.md, data/scorecard/, or data/issues/. Record decisions in the session file, then suggest the appropriate skill for formalization.data/accountability.md, note: "Some leadership team members may be missing from the attendee list."ceos-kickoff reads data/vision.md to check if a V/TO already exists (Focus Day setup). VB Day 1 and VB Day 2 decisions are captured in session files, not written directly to the V/TO.ceos-vto to formalize vision decisions into data/vision.md.ceos-kickoff reads data/rocks/ to check for existing Rocks during setup. Focus Day brainstorms preliminary Rocks; VB Day 2 sets formal Rocks.ceos-rocks to create formal Rock files.ceos-kickoff reads data/scorecard/ to check for existing metrics. Focus Day introduces the Scorecard concept and brainstorms initial metrics.ceos-scorecard to formalize metrics.ceos-kickoff reads data/accountability.md to check for existing chart during Focus Day. The Accountability Chart draft is captured in the Focus Day session file.ceos-accountability to formalize the chart.ceos-kickoff reads data/issues/open/ to check for existing issues. VB Day 2 brainstorms the initial Issues List.ceos-ids to enter issues.ceos-l10 to run the first Level 10 meeting.ceos-kickoff is a one-time orchestrator for the EOS implementation sequence. Session files at data/meetings/kickoff/ capture the leadership team's decisions; individual skills (ceos-vto, ceos-rocks, ceos-scorecard, ceos-accountability, ceos-ids) handle the formal data artifacts. The kickoff skill reads from many sources for context but writes only to its own directory.
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.