Strategy Roast Take a seat
The skill file

Run the roast in your own Claude

The Strategy Roast is also a skill: one plain-text file of instructions that teaches Claude, and other AI tools that read skills, to run the same eight questions in your own account.

In your own tool you get the conversation and the written roast. The case file, the cards and a personal reply from Ville stay on this site.

Download strategy-roast.zip View it on GitHub Plain text, no code. Read it before you install it.

Claude

Browser or desktop app · Free, Pro, Max, Team, Enterprise
  1. Download strategy-roast.zip above. Keep it zipped.
  2. In Claude, open Customize in the left sidebar, then Skills.
  3. Click +, then Create skill, then Upload a skill, and choose the zip.
  4. Start a new chat and type Run a Strategy Roast on [your organization].

No Skills section? Turn on Settings › Capabilities › Code execution and file creation. On Team or Enterprise, your workspace owner may need to allow skill uploads. Upload on a computer, in the browser or the desktop app.

Claude Code

In the terminal · Pro, Max, Team, Enterprise or Console

On a Mac or Linux, paste this into Terminal:

mkdir -p ~/.claude/skills/strategy-roast && curl -fsSL https://www.strategyroast.com/SKILL.md -o ~/.claude/skills/strategy-roast/SKILL.md

On Windows, download SKILL.md and put it in a folder named %USERPROFILE%\.claude\skills\strategy-roast\.

Restart Claude Code, then type /strategy-roast or just ask for a strategy roast.

Codex, Copilot, Cursor, Gemini CLI

Tools that read Agent Skills

These tools look for skills in one shared folder. On a Mac or Linux, paste this into Terminal:

mkdir -p ~/.agents/skills/strategy-roast && curl -fsSL https://www.strategyroast.com/SKILL.md -o ~/.agents/skills/strategy-roast/SKILL.md

Then start it. In Codex, type $strategy-roast. In GitHub Copilot in VS Code, or in Cursor, type /strategy-roast. In Copilot CLI or Gemini CLI, run /skills reload and ask for a strategy roast. If the skill doesn't show up, restart the tool.