소스 정보
- 저장소
- bradfeld/ceos
- 최근 소스 활동
- 2026년 2월 16일 01:26
- 감지된 SKILL.md 언어
- 영어
- 스타
- 144
- 포크
- 57
설치 방법
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
소스 파일 검토
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
메뉴
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/bradfeld/ceos --skill ceos-ids명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
SOC 직업 분류 기준
SKILL.md 표시 중
| name | ceos-ids |
| description | Use when identifying, discussing, or solving issues using the EOS IDS process |
| file-access | ["data/issues/","templates/issue.md"] |
| tools-used | ["Read","Write","Glob"] |
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.