skills/ceos-ids/SKILL.md
Use when identifying, discussing, or solving issues using the EOS IDS process
npx skillsauth add skinnyandbald/ceos ceos-idsInstall 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.
Run the IDS (Identify, Discuss, Solve) process — the EOS method for resolving issues systematically. Every issue gets a root cause, a focused discussion, and at least one To-Do with an owner and due date.
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/issues/open/ | Open issues awaiting resolution |
| data/issues/solved/ | Resolved issues (archive) |
| templates/issue.md | Template for new issue files |
Each issue is a markdown file with YAML frontmatter:
id: issue-001
title: "Slow customer onboarding"
priority: 1 # 1 (highest) - 5 (lowest)
category: process # people | process | data | vision | traction
ids_stage: identified # identified | discussed | solved
created: "2026-02-06"
Priority levels:
1 — Critical, solve first2 — High, solve soon3 — Medium, solve when time allows4 — Low, solve if capacity allows5 — Nice-to-have, backlogCategories (the 5 EOS issue types):
people — right person, right seat issuesprocess — systems, workflows, efficiencydata — metrics, reporting, information gapsvision — alignment with V/TO, Core Focustraction — execution, accountability, follow-throughIDS stages:
identified — root cause found, not yet discusseddiscussed — perspectives captured, not yet solvedsolved — To-Dos created, file moved to data/issues/solved/File naming: issue-NNN-slug.md where NNN is a zero-padded ID and slug is the title slugified.
When the user asks to see the issues list.
data/issues/open/.Open Issues (6 total):
━━━━━━━━━━━━━━━━━━━━
P1 issue-003 Slow customer onboarding [process] identified
P1 issue-007 Key account churning [people] discussed
P2 issue-001 Reporting gaps in dashboard [data] identified
P3 issue-005 Misaligned marketing spend [vision] identified
P4 issue-002 Office Wi-Fi unreliable [process] identified
P5 issue-008 Update team photo on website [process] identified
If no open issues exist: "No open issues. Nice work! Use 'ceos-ids' to create one when a new issue surfaces."
Use when a new issue surfaces.
Ask: "What's the issue? Give it a short title."
Don't accept the first answer at face value. The stated problem is usually a symptom.
Walk through the 5 Whys:
Record both the stated problem and the root cause.
If the user isn't sure about category, help with examples:
Read existing issue files in data/issues/open/ and data/issues/solved/. Find the highest issue-NNN ID across both directories and increment. If no files exist, start at issue-001.
Use templates/issue.md as the template. Fill in:
Write to data/issues/open/issue-NNN-slug.md.
Show the file before writing. Ask: "Create this issue?"
Use when an identified issue needs discussion (often during L10).
Read the issue file. Show the current Identify section.
For each participant:
Rules for discussion:
ids_stage to discussed in frontmatterUse when a discussed issue is ready for resolution.
Read the issue file. Show the Identify and Discuss sections for context.
Ask: "What's the solve? What specific actions will resolve this?"
For each action:
ids_stage to solved in frontmatterAfter writing the solved issue:
data/issues/open/ to data/issues/solved/If the user wants to keep it in open until To-Dos are done, that's fine — the ids_stage: solved status still indicates the IDS process is complete.
Use during L10 meetings or when running all three stages back-to-back.
This is the same as the three modes above, just run sequentially on a single issue.
List: Priority-sorted table of open issues. Create: Complete issue file with Identify section. Discuss: Updated issue file with perspectives added. Solve: Completed issue file with To-Do table, moved to solved directory.
open/ and solved/ directories when generating a new ID to avoid collisions.data/issues/open/, move to data/issues/solved/ when the IDS process is complete. Don't delete issue files — solved issues are the audit trail.ceos-l10 skill will surface the issues list — this skill handles the actual IDS work on individual issues.ceos-l10, ceos-todos, and ceos-vto when relevant, but let the user decide when to switch workflows.ceos-l10 reads open issues from data/issues/open/ during Section 6 (IDS) of the L10 meeting. The L10 skill surfaces the prioritized list; ceos-ids handles the actual Identify, Discuss, Solve work on individual issues.ceos-ids Create mode.data/todos/ via ceos-todos Create mode with source: ids.ceos-todos."vision relate to V/TO alignment. When such issues are identified, reference data/vision.md for context on the company's Core Focus and strategic direction.Other skills read data/issues/ for reference. Only ceos-ids writes to issue files. This preserves a single source of truth for issue tracking and resolution.
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.