ceos-vto

ceos-vto is a skill for Claude Code, Codex from bradfeld/ceos. It costs 17 tokens per session (1,837 once invoked), scanned A, original, MIT.

A tool for reviewing and updating a company Vision/Traction Organizer, or V/TO. A V/TO is a planning document that records a company’s direction, goals, values, and priorities.

In plain words
What is it for?
Reviewing company vision, values, targets, focus, differentiators, quarterly priorities, and yearly or multi-year plans in a CEOS repository.
Why use it?
It keeps leadership planning in one shared document and helps check whether longer-term goals match current plans.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Reviewing company vision, values, targets, focus, differentiators, quarterly priorities, and yearly or…

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/bradfeld/ceos/ceos-vto
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add bradfeld/ceos --skill ceos-vto
Clone the repo
git clone --depth 1 https://github.com/bradfeld/ceos

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for ceos-vto

README.md
[![agentmods](https://agentmods.dev/badge/skills/bradfeld/ceos/ceos-vto.svg)](https://agentmods.dev/skills/bradfeld/ceos/ceos-vto)
Your own site
<a href="https://agentmods.dev/skills/bradfeld/ceos/ceos-vto"><img src="https://agentmods.dev/badge/skills/bradfeld/ceos/ceos-vto.svg" alt="Measured on agentmods" height="20"></a>
Per session 17 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,837 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00017 $0.01837
Opus 5 $0.00009 $0.00919
Sonnet 5 $0.00003 $0.00367
Haiku 4.5 $0.00002 $0.00184

Measured 7d ago against content hash ee982cfb198e, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

ceos-vto scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 7d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/ceos-vto/SKILL.md · 159 lines

How it starts

The opening of the file, as written. The whole thing — 159 lines — stays where its author put it; the contents beside it link to each section on GitHub.

ceos-vto

Review and update the Vision/Traction Organizer (V/TO) — the single document that captures where your company is going and how it plans to get there.

When to Use

  • "Review our vision" or "show me the V/TO"
  • "Update our core values" or "change our 10-year target"
  • "What's our core focus?" or "what are our 3 uniques?"
  • "Are our Rocks aligned with the 1-Year Plan?"
  • "Let's update the 3-year picture"
  • Any time the leadership team needs to revisit strategic direction

Context

Finding the CEOS Repository

Search upward from the current directory for the .ceos marker file. This file marks the root of the CEOS repository.

current_dir → parent → parent → ... until .ceos found

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.

Key Files

File Purpose
data/vision.md The V/TO document (source of truth)
data/accountability.md Who owns what (reference for role alignment)
data/rocks/ Current quarter's Rocks (for alignment checks)
templates/vision.md Template structure (reference only)

V/TO Sections

The V/TO has 8 sections, each covering a different planning horizon:

Section Horizon Key Question
Core Values Permanent What do we stand for?
Core Focus Permanent Why do we exist? What's our niche?
10-Year Target 10 years What's our big audacious goal?
Marketing Strategy Ongoing Who do we serve? How are we different?
3-Year Picture 3 years What does the company look like?
1-Year Plan 1 year What must be true in 12 months?
Quarterly Rocks 90 days See data/rocks/ (managed by ceos-rocks)
Issues List Ongoing See data/issues/ (managed by ceos-ids)

Read the full file on GitHub · 159 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 7d ago First seen · 159 lines · 17 tokens per session scan A ee982cfb198e

Subscribe to this mod's changes

ceos-vto is a skill published in the GitHub repository bradfeld/ceos (145 stars, last pushed 27d ago), licensed MIT. It adds 17 tokens to every session and 1,837 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

systematic-debugging

Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes.

obra/superpowers · 21 tokens

local-ai-agents

Build local-first AI agents that run entirely on a developer workstation with Microsoft Foundry Local and Qwen function-calling models. Covers Small Language Models (SLMs), the OpenAI-compatible local endpoint, sandboxed local tools, local RAG with Chroma, local MCP servers, hybrid cloud/local routing, and the…

microsoft/ai-agents-for-beginners · 200 tokens

next-cache-components-adoption

Turn on Cache Components in a Next.js app and resolve the blocking routes it surfaces. Use when the user wants to enable, adopt, or migrate to Cache Components, flip the cacheComponents flag, work through a flood of blocking-prerender / instant validation errors, run the cache-components-instant-false codemod, or…

vercel/next.js · 95 tokens

chat-pet-sprite-creation

Use when creating or changing VS Code chat pet sprite art, sprite sheets, state animations, eye treatments, Stable/Insiders variants, or pet transitions under src/vs/workbench/contrib/chat/browser/widget/media/chatPet.

microsoft/vscode · 53 tokens

cpu-profile-analysis

Analyze V8/Chrome CPU profiles (.cpuprofile) and DevTools trace files (Trace-.json). Use when: profiling performance, investigating slow functions, comparing code paths, finding bottlenecks, analyzing timeToRequest, understanding call trees from sampling profiler data, analyzing layout/paint/rendering, investigating…

microsoft/vscode · 71 tokens

insight-error-page

Write or audit an insight-kind error page for the Next.js dev overlay. Use when creating a new errors/ .mdx page, auditing an existing one, or checking that a page matches the framework fix cards. Covers page structure, title alignment, FixCard cards with Copy prompt button, code snippets, terminology verification…

vercel/next.js · 83 tokens