Claude Skill MartBrowse skillsQuick linesLearn by videoTerminal guideWhat is a Skill?
Back to list

Strategy Brief Generator (/cs:brief)

Turns a fuzzy business question into a one-page strategy brief with options, assumptions, constraints, and success/kill criteria.

Docs & OfficeIntermediate24,1513,405AI score 8/10Last updated: Aug 9, 2026

What it does

  • Takes a topic string or an office-hours intake and produces a one-page strategy brief.
  • The brief locks in: company context, the single question to answer, at least two options ("do nothing" always counts), explicit assumptions, constraints (time, money, people, reversibility), which cs-* advisor roles should weigh in, success criteria, and kill criteria.
  • Saves the result to ~/.claude/briefs/YYYY-MM-DD-<slug>.md so the next pipeline step (/cs:boardroom) consumes a file, not your memory.
  • Forces success and kill metrics to be written before the decision, preventing the classic failure of debating implementation before agreeing on the question.

Who it's for

  • Founders and executives who repeatedly face pricing, market-entry, or reorg decisions.
  • Chiefs of staff and strategy leads who prep decision memos for leadership meetings.
  • Anyone adopting the full cs:* pipeline (office-hours → brief → boardroom → decide → execute → post-mortem).

Examples

  1. /cs:brief Should we raise our monthly plan from $29 to $49? → brief with three options and a churn-threshold kill criterion.
  2. /cs:brief Enter the Japanese market → direct entry vs. partnership vs. defer, with budget envelope and one-way/two-way door labeling.
  3. Feed an office-hours transcript in, generate the brief, then hand the same file to /cs:boardroom for multi-role deliberation.

· · · Install guide · · ·

Try it now, no install

Paste this into Claude to use the skill without installing anything.

Read the instructions in this file and follow them to help me:
https://raw.githubusercontent.com/alirezarezvani/claude-skills/HEAD/.gemini/skills/brief/SKILL.md

What I want: (describe your task here)

If Claude can't open the link, open it yourself and paste the contents instead.

If it works for you, download the ZIP below and install it. Then it runs on its own — no pasting each time.

Install in the Claude app (no terminal)
  1. Download the ZIP with the button below.
  2. In Claude, open Settings → Capabilities and turn on 'Code execution and file creation'. (one time)
  3. Go to Customize → Skills → + → 'Upload a skill' and upload the ZIP.
Download ZIP
Install in Claude Code

Let Claude do it — paste this into Claude Code

Install the skill I found on Claude Skill Mart.
Copy the .gemini/skills/brief folder from the GitHub repo alirezarezvani/claude-skills into my ~/.claude/skills/brief/.
When it's done, tell me in one line what this skill can do.

Install with a command instead

git clone https://github.com/alirezarezvani/claude-skills.git /tmp/claude-skills && mkdir -p ~/.claude/skills/brief && cp -r /tmp/claude-skills/.gemini/skills/brief/* ~/.claude/skills/brief/

This is a third-party skill. Check the source repository before installing.

  1. Open your terminal.
  2. Clone the repo: git clone https://github.com/alirezarezvani/claude-skills.git
  3. Create the skill folder: mkdir -p ~/.claude/skills/brief
  4. Copy the files: cp -r claude-skills/.gemini/skills/brief/* ~/.claude/skills/brief/
  5. (Recommended) Copy the companion context-engine and board-meeting skills plus the cs-chief-of-staff agent from the same repo.
  6. Create ~/.claude/company-context.md describing your business model and current metrics.
  7. Prepare the output folder: mkdir -p ~/.claude/briefs
  8. Restart Claude Code and run something like /cs:brief pricing increase review.