skills/ceos-quarterly-planning/SKILL.md
Use when conducting or reviewing a quarterly planning session for the leadership team
npx skillsauth add skinnyandbald/ceos ceos-quarterly-planningInstall 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 Quarterly Planning Session — the structured half-day meeting where the leadership team scores outgoing Rocks, reviews Scorecard trends, confirms vision alignment, tackles issues via IDS, and sets the next quarter's Rocks. This is "quarterly pulsing" — the bridge between weekly L10 meetings and the Annual Planning session.
Not for: 1-on-1 quarterly conversations (use ceos-quarterly), annual planning with V/TO refresh (use ceos-annual), or weekly meetings (use ceos-l10).
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/quarterly/YYYY-QN-planning.md | Quarterly planning session notes (one per quarter) |
| data/rocks/YYYY-QN/ | Rock files for each quarter (read for scoring and reference) |
| data/scorecard/weeks/ | Weekly scorecard data (read for 13-week trend analysis) |
| data/scorecard/metrics.md | Scorecard metric definitions (reference for targets) |
| data/vision.md | V/TO document (read 1-Year Plan for Rock alignment) |
| data/issues/open/ | Open issues (read for IDS sweep) |
| data/issues/solved/ | Solved issues (count for quarter summary) |
| templates/quarterly-planning.md | Template for new quarterly planning files |
| data/accountability.md | Accountability Chart (seat owners for Rock-owner alignment) |
Each quarterly planning session is a markdown file at data/quarterly/YYYY-QN-planning.md with YAML frontmatter:
quarter: "2026-Q1"
date: "2026-03-28"
attendees: "Brad, Daniel, Sarah"
location: "Office"
Quarters follow YYYY-QN format: 2026-Q1, 2026-Q2, 2026-Q3, 2026-Q4.
To determine the current quarter from today's date:
The full quarterly planning session follows a 6-section agenda:
| # | Section | Focus | Time | |---|---------|-------|------| | 1 | Score Outgoing Rocks | Score the outgoing quarter's Rocks, celebrate wins | 30 min | | 2 | Scorecard Review | Review 13-week trends, identify patterns | 20 min | | 3 | V/TO Check | Confirm vision alignment, review 1-Year Plan progress | 20 min | | 4 | IDS | Tackle long-term issues via Identify, Discuss, Solve | 60 min | | 5 | Set Next Quarter Rocks | Define next quarter's Rocks aligned to 1-Year Plan | 45 min | | 6 | Conclude | Key decisions, cascading messages, action items | 15 min |
When determining which quarter to plan:
Use when conducting the full quarterly planning session with the structured 6-section agenda.
Determine the quarters. Identify the "outgoing quarter" (being scored) and the "next quarter" (being planned). Follow the Quarter Determination rules above. Ask if not clear from context.
Check for existing planning file. Look for data/quarterly/YYYY-QN-planning.md (using the outgoing quarter).
Gather session details:
Gather context. Read these files silently:
data/rocks/YYYY-QN/ — outgoing quarter's Rocks (for scoring)data/scorecard/weeks/ — scorecard data for the past 13 weeksdata/scorecard/metrics.md — metric definitions and goalsdata/vision.md — 1-Year Plan goals (for alignment)data/issues/open/ — open issues list (for IDS)data/accountability.md — seat owners (for Rock-owner alignment in Section 5)Create the quarter directory if it doesn't exist: data/quarterly/
Display a preparation summary:
Quarterly Planning — [Outgoing Quarter] → [Next Quarter]
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Date: [Date]
Attendees: [Names]
Location: [Location]
Data loaded:
Rocks (outgoing): [Count] rocks for [Outgoing Quarter]
Scorecard: [N] weeks of data
1-Year Plan: [Goal count] goals
Open issues: [Count]
Let's walk through the 6-section agenda.
Read all Rock files from data/rocks/YYYY-QN/ for the outgoing quarter. Display current status for each Rock:
Outgoing Rocks — [Quarter]
━━━━━━━━━━━━━━━━━━━━━━━━━━
| Rock | Owner | Status | Notes |
|------|-------|--------|-------|
| Launch Beta | Brad | complete ✓ | Launched week 8 |
| Partner Outreach | Daniel | on_track → ? | 2/3 done |
| Redesign Onboarding | Sarah | dropped ✗ | Deprioritized |
Finalize unscored Rocks. For any Rocks still on_track or off_track, prompt: "Mark as complete or dropped?"
Calculate completion rate: (complete / total) * 100.
If below 80%: "Below the 80% target. Discuss: Were Rocks too ambitious, or were there execution issues?"
If no Rock files exist: "No Rocks on file for [Quarter]. Skip Rock scoring, or enter scores manually?"
Celebrate wins. Prompt: "What were the biggest wins this quarter?" Record responses.
Record all scoring data in the planning file.
Calculate the 13-week window. Determine which ISO weeks (YYYY-WNN) fall within the outgoing quarter, plus the prior week for trend context.
Read scorecard files from data/scorecard/weeks/ for those weeks.
For each metric, calculate:
Display summary:
Scorecard Review — [Quarter]
━━━━━━━━━━━━━━━━━━━━━━━━━━━
| Metric | Avg | Goal | Hit Rate | Trend |
|--------|-----|------|----------|-------|
| Weekly Revenue | $48K | $50K | 65% | Improving ↑ |
| New Customers | 8 | 10 | 45% | Stable → |
| NPS | 74 | 70 | 85% | Improving ↑ |
Discuss. Prompt: "Which metrics need attention? Any targets to adjust for next quarter?"
If no scorecard data: "No Scorecard data for the quarter. Skip Scorecard review."
Record trends and discussion in the planning file.
This is a light alignment check, not a full V/TO refresh (that's annual).
Read data/vision.md and extract the 1-Year Plan goals.
Display 1-Year Plan progress:
1-Year Plan Progress Check
━━━━━━━━━━━━━━━━━━━━━━━━━━
| # | Goal | Progress | On Track? |
|---|------|----------|-----------|
| 1 | $2M ARR | $1.2M (60%) | Yes ✓ |
| 2 | Launch 3 products | 2/3 launched | Yes ✓ |
| 3 | Hire VP Sales | Not started | No ✗ |
Prompt for discussion:
Record alignment notes in the planning file. If major concerns arise, note: "Flag for annual planning: [concern]"
Important: This section does NOT update data/vision.md. If the user wants to update the V/TO, point them to ceos-vto after the session.
Read all open issues from data/issues/open/.
Display the list with age (days since created):
Open Issues
━━━━━━━━━━━
| Issue | Age | Priority |
|-------|-----|----------|
| Hiring pipeline slow | 45d | High |
| Customer churn Q1 | 12d | Normal |
| Tech debt in auth | 90d | Low |
Add new issues. Prompt: "Any new issues to add before we start IDS?"
Prioritize. Ask: "Which issues should we tackle today?" Typically 3-5 issues fit in the time box.
For each selected issue, run IDS:
Record IDS results in the planning file.
If no open issues exist: "No open issues on file. Skip IDS, or add new issues?"
Note: For issues that need formal tracking, reference ceos-ids for creating issue files.
Reference the 1-Year Plan from data/vision.md. Display the goals so Rocks can be aligned.
Prompt: "What Rocks for [Next Quarter] will drive progress on the 1-Year Plan?"
For each proposed Rock, collect:
Validate:
data/accountability.md. Each Rock's subject area should match the owner's seat responsibilities. Flag mismatches: "This Rock falls under [Seat] responsibilities. Should [Seat Owner] own it?"Display the full Rock list for approval:
Next Quarter Rocks — [Next Quarter]
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
| Rock | Owner | Aligned To |
|------|-------|------------|
| Launch product #3 | Brad | Goal 2: Launch 3 products |
| Hire VP Sales | Daniel | Goal 3: Hire VP Sales |
| Reduce churn to <5% | Sarah | Goal 1: $2M ARR |
Record in the planning file.
Note: Create individual Rock files using ceos-rocks after this session. The planning file captures the decisions; the Rock files are the operational artifacts.
Key Decisions. Summarize the major decisions made during the session.
Cascading Messages. Ask: "What needs to be communicated to the rest of the organization?"
Action Items. Compile all action items from all sections with owners and due dates:
Action Items
━━━━━━━━━━━━
| Action | Owner | Due Date |
|--------|-------|----------|
| Create Q2 Rock files via ceos-rocks | Brad | [Date] |
| Update Scorecard targets via ceos-scorecard | Sarah | [Date] |
| Resolve hiring pipeline issue | Daniel | [Date] |
Next Steps. List follow-up tasks:
ceos-rocksceos-scorecardceos-idsdata/quarterly/YYYY-QN-planning.md (using the outgoing quarter in the filename).git commit to save the planning session."ceos-rocks"ceos-scorecard"ceos-ids"Use when analyzing a quarter's performance without running a full planning session. This is a lighter, read-only summary.
Ask which quarter to review. Defaults:
Read all Rock files from data/rocks/YYYY-QN/.
For each Rock, note:
on_track or off_track: note as "still in progress"Calculate:
complete)dropped)(complete / total) * 100Display:
Rock Performance — YYYY-QN
━━━━━━━━━━━━━━━━━━━━━━━━━━
| Rock | Owner | Status |
|------|-------|--------|
| Launch Beta | Brad | complete ✓ |
| Partner Outreach | Daniel | complete ✓ |
| Redesign Onboarding | Sarah | dropped ✗ |
Completion: 2/3 (67%) — Below 80% target ⚠️
Also display per-person breakdown:
By Owner:
Brad: 2 Rocks, 2 complete (100%)
Daniel: 2 Rocks, 1 complete (50%)
Sarah: 1 Rock, 0 complete (0%)
If no Rock files exist: "No Rocks on file for YYYY-QN."
Read scorecard files from data/scorecard/weeks/ that fall within the quarter's 13-week window.
For each metric, calculate:
Display:
Scorecard Trends — YYYY-QN
━━━━━━━━━━━━━━━━━━━━━━━━━━
| Metric | Avg | Goal | Hit Rate | Trend |
|--------|-----|------|----------|-------|
| Weekly Revenue | $48K | $50K | 65% | Improving ↑ |
| New Customers | 8 | 10 | 45% | Stable → |
| NPS | 74 | 70 | 85% | Improving ↑ |
If no scorecard data: "No Scorecard data for YYYY-QN."
Count issues:
data/issues/solved/ — count issues resolved during the quarter (by date)data/issues/open/ — count current open issuesIssues — YYYY-QN
━━━━━━━━━━━━━━━━
Resolved this quarter: [N] issues
Currently open: [N] issues
Display a consolidated report:
Quarter Summary — YYYY-QN
━━━━━━━━━━━━━━━━━━━━━━━━━
Rock Completion: 67% (target 80%) ⚠️
Scorecard Hit Rate: 65% average across metrics
Issues Resolved: 5
Issues Remaining: 8
Highlights:
✓ [Best-performing area]
✓ [Notable achievement]
⚠️ [Area needing improvement]
Ask: "Would you like to save this review to data/quarterly/YYYY-QN-planning.md?"
If yes, write the summary. If a planning file already exists for this quarter, ask before overwriting.
Plan: Progressive display of each agenda section during the session. Show preparation summary at the start, then walk through each section interactively. Show the complete planning file before saving.
Review Quarter: Summary tables with Rock completion rates (overall and per person), Scorecard trends (13-week window), and issues count. Consolidated quarter summary at the end. Offer to save the review.
data/vision.md, point them to ceos-vto.on_track or off_track must be scored as complete or dropped. The outgoing quarter needs closure.ceos-quarterly-planning reads Rock files from data/rocks/YYYY-QN/ for scoring in Section 1 (Score Outgoing Rocks) and for reference when setting next quarter's Rocks in Section 5. It does not modify Rock files.ceos-rocks should be used to create individual Rock files for the next quarter.ceos-quarterly-planning reads scorecard data from data/scorecard/weeks/ for 13-week trend analysis in Section 2. It also reads data/scorecard/metrics.md for metric definitions and goals.ceos-scorecard should be used to update metric targets if they changed.ceos-quarterly-planning reads data/vision.md for the 1-Year Plan goals — used in the V/TO Check (Section 3) and for Rock alignment in Section 5. It does NOT modify data/vision.md.ceos-vto.ceos-quarterly-planning reads open issues from data/issues/open/ for the IDS sweep in Section 4. In Review Quarter mode, it reads data/issues/solved/ for the quarter summary.ceos-ids should be used to create formal issue files for any new issues identified.ceos-quarterly-planning reads data/accountability.md during Section 5 (Set Next Quarter Rocks) to validate that Rock owners match seat responsibilities. Each Rock's subject area should map to the owner's seat in the Accountability Chart.ceos-quarterly-planning reads data from multiple skills during the planning session (rocks, scorecard, vision, issues) but writes only to data/quarterly/. Individual skills handle their own operational artifacts — ceos-rocks creates Rock files, ceos-scorecard updates metrics, ceos-ids manages issues. The quarterly planning file captures decisions; the skills create the operational follow-through.
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.