Ceo Advisor logo

Ceo Advisor

CommunityPopular
cbrock84
ceo-advisor

Pressure-tests a decision, plan, or idea before it is committed to — surfacing the assumption it rests on, the case against it, and what would have to be true for it to work. Use this when weighing options, when a plan needs challenging before commitment, when you have already decided and want a genuine gut check, when processing meeting notes into decisions, or when competing initiatives need ranking. Distinct from `chief-executive`, which owns direction; this one interrogates a specific decision.

Overview

Publishercbrock84
Repositoryheadcount
Skill nameceo-advisor
Stars
1.6K
Forks
237
Bundled files
Instructions only
LicenseMIT
Links
  • Markdown instructions

    A SKILL.md file the model loads on demand, so it only costs tokens when a request actually matches.

  • Works with any LLM

    AI skills are plain Markdown, not provider-specific code, so this works with GPT, Claude, Gemini, Grok, or a local model.

  • Self-contained

    Everything the model needs lives in the instructions — no extra files to sync.

  • Open source

    Published by cbrock84 on GitHub. Read the source before you install it.

Installation

Install the Ceo Advisor AI skill in TypingMind to use it with any LLM, or drop it into another agent that reads SKILL.md.

1

Install in TypingMind

TypingMind installs a skill straight from its GitHub folder — it reads SKILL.md, bundles the resource files, and stores the result locally.

  1. Open the app and go to Plugins → Skills.
  2. Choose "Install from GitHub".
  3. Paste the skill folder URL below and confirm.
  4. Enable the skill in any chat where you want it available.
Plugins → Skills → Add skill → From GitHub URL, then paste the folder URL and press Continue.
2

Install in another agent

Any agent that reads the Agent Skills format can use this skill — copy the folder into that agent's skills directory.

Claude Code — .claude/skills
git clone --depth 1 https://github.com/cbrock84/headcount.git /tmp/headcount
mkdir -p .claude/skills
cp -r /tmp/headcount/plugins/executive/skills/ceo-advisor .claude/skills/ceo-advisor
Restart Claude Code after copying so it picks up the new skill.

Use it in TypingMind

Enable Ceo Advisor in any TypingMind chat and the model takes it from there. Its name and description sit in the system prompt, and the moment a request matches, the model loads the full instructions itself — you never invoke it by hand, and it costs no tokens until it is actually used.

The model loads Ceo Advisor on its own as soon as a request matches it.

Works with any AI model

AI skills are plain Markdown instructions rather than provider-specific code, so Ceo Advisor is not tied to the model it was written for. Install it once in TypingMind and use it with GPT-5, Claude, Gemini, Grok, DeepSeek, Mistral, Llama, or a local model you run yourself — all on your own API keys.

  • Loaded only when it is needed

    The system prompt carries just the name and description. The instructions are fetched on the first matching request, so an idle skill costs nothing.

  • Switch models mid-chat

    Because the skill is instructions rather than code, changing model does not break it — the next model reads the same SKILL.md.

Skill instructions

This is the SKILL.md content the model loads. Read it before installing — a skill is instructions your model will follow.

CEO advisor

The job is to be the person who says the thing nobody else will. An advisor who agrees is decorative.

Establish what is actually being decided

Most stated decisions are the wrong altitude. "Should we hire a salesperson" is usually really "should we grow by adding capacity or by fixing conversion." Get to the real question before evaluating anything, because a well-argued answer to the wrong question is worse than no answer.

Then establish: is this reversible or not? Reversible decisions should be made fast and cheaply, and agonizing over them is the more common failure. Irreversible ones deserve the full treatment.

Interrogate the plan

  • What is the load-bearing assumption? Usually one. Name it, then ask what evidence exists for it and what it would take to check cheaply.
  • What has to be true elsewhere? Plans fail on dependencies the planner does not control.
  • What is the case against? State it properly, as its strongest version. If you cannot argue the other side convincingly, the decision has not been examined.
  • What does this foreclose? Every commitment removes options. Name which.
  • What happens if it half-works? The most common outcome and the least planned for.

Say the hard thing

When the plan is weak, say so directly in the first sentence, then explain. Softening the verdict until it is ambiguous is not kindness — it transfers the cost to the person who acts on it.

Where you disagree with a decision already made, say so once, clearly, with the reason. Then support the decision. Re-litigating is how advisors become noise.

Where the person is asking for validation rather than analysis, name that too. "You seem to have decided — do you want me to stress-test it or help you execute it?" is a fair and useful question.

Prioritizing competing initiatives

Rank by the single constraint they address, not by expected value. Five initiatives that all improve a non-binding constraint are worth less than one that relieves the binding one.

Force a stack rank, not tiers. Tiers are how everything becomes a priority.

Reading the situation

Note when the question being asked is not the one that matters — burnout dressed as a strategy question, a co-founder conflict dressed as a roadmap dispute, a cash problem dressed as a hiring question. Name it plainly, once, and let them decide whether to go there.

Holding to commitments

An advisor who only advises at the decision point is half a function. Where a decision was made previously, open by checking it: what was decided, what was supposed to happen by now, and what actually happened.

Do this without accusation and without letting it slide. Most plans fail quietly — the decision is made, nobody revisits it, and three months later everyone has silently agreed it did not happen. Naming that is often the most valuable thing in the conversation.

Where a commitment was missed repeatedly, the interesting question is not why this time. It is whether the commitment was ever realistic, or whether it is not actually a priority — either answer is useful, and both are better than a fourth attempt.

Never

  • Soften an assessment because it is unwelcome. That is the one thing this role exists for.
  • Give advice without saying what would change your mind.
  • Accept the framing of the question when the real decision sits behind it.
  • Lay out options and stop. Say which one you would pick.

Return contract

  1. The real decision, restated.
  2. Recommendation, in one sentence.
  3. The load-bearing assumption and how to check it.
  4. The strongest case against.
  5. What would change the recommendation.
  6. What to do first, this week.

Frequently asked questions

What does the Ceo Advisor AI skill do?

Pressure-tests a decision, plan, or idea before it is committed to — surfacing the assumption it rests on, the case against it, and what would have to be true for it to work. Use this when weighing options, when a plan needs challenging before commitment, when you have already decided and want a genuine gut check, when processing meeting notes into decisions, or when competing initiatives need ranking. Distinct from `chief-executive`, which owns direction; this one interrogates a specific decision.

Why use Ceo Advisor on TypingMind?

Because you install it once and use it with any model. Ceo Advisor is plain Markdown rather than provider-specific code, so the same skill runs on GPT-5, Claude, Gemini, Grok, or a local model — and you can switch model mid-chat without it breaking. TypingMind runs on your own API keys, so you pay providers directly instead of a per-seat subscription, and your skills and chats stay in your own storage.

How do I install Ceo Advisor in TypingMind?

Open Plugins → Skills → Install from GitHub in TypingMind and paste https://github.com/cbrock84/headcount/tree/main/plugins/executive/skills/ceo-advisor. TypingMind reads its SKILL.md and installs it as a skill you can enable per chat.

Which AI models can use Ceo Advisor?

Any model you connect in TypingMind. AI skills are plain Markdown instructions rather than provider-specific code, so GPT, Claude, Gemini, Grok, and local models can all load this skill when a request matches it.

How many AI models can I use with Ceo Advisor?

As many as you like. As long as a model supports skills, you can use Ceo Advisor with it — GPT, Claude, Gemini, Grok, DeepSeek, Mistral, Llama and more — all on TypingMind with your own API keys.

Is the Ceo Advisor AI skill free?

Yes. It is published on GitHub by cbrock84 under the MIT license. You only pay your own AI provider for the tokens you use.

What are AI skills?

An AI skill is a reusable instruction bundle that teaches an AI model how to do one specific task. It follows the open Agent Skills format: a SKILL.md file with a name and description, plus any scripts, templates or reference files the model may need. The model reads the instructions only when your request matches the skill, so an installed skill costs nothing until it is used.

How are AI skills different from plugins or MCP servers?

A plugin or MCP server gives a model new tools to call — code that runs somewhere and returns a result. An AI skill gives the model knowledge and process instead: how to approach a task, which steps to follow, what good output looks like. Skills are plain Markdown, so they need no server, no API key and no runtime, and they work with any model.

View all

Set up your own AI workspace now

Get notified about new features and future giveaways by subscribing to our newsletter 👇