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 & OfficeIntermediate★ 24,151⑂ 3,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>.mdso 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
/cs:brief Should we raise our monthly plan from $29 to $49?→ brief with three options and a churn-threshold kill criterion./cs:brief Enter the Japanese market→ direct entry vs. partnership vs. defer, with budget envelope and one-way/two-way door labeling.- Feed an office-hours transcript in, generate the brief, then hand the same file to
/cs:boardroomfor 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)
- Download the ZIP with the button below.
- In Claude, open Settings → Capabilities and turn on 'Code execution and file creation'. (one time)
- Go to Customize → Skills → + → 'Upload a skill' and upload the 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.
- Open your terminal.
- Clone the repo:
git clone https://github.com/alirezarezvani/claude-skills.git - Create the skill folder:
mkdir -p ~/.claude/skills/brief - Copy the files:
cp -r claude-skills/.gemini/skills/brief/* ~/.claude/skills/brief/ - (Recommended) Copy the companion
context-engineandboard-meetingskills plus thecs-chief-of-staffagent from the same repo. - Create
~/.claude/company-context.mddescribing your business model and current metrics. - Prepare the output folder:
mkdir -p ~/.claude/briefs - Restart Claude Code and run something like
/cs:brief pricing increase review.
View source on GitHub ↗License: MIT