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.
Claude
Browser or desktop app · Free, Pro, Max, Team, Enterprise- Download strategy-roast.zip above. Keep it zipped.
- In Claude, open in the left sidebar, then .
- Click , then , then , and choose the zip.
- Start a new chat and type
Run a Strategy Roast on [your organization]
.
No Skills section? Turn on . 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 ConsoleOn 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 .
Restart Claude Code, then type /strategy-roast
or just ask for a strategy roast.
Codex, Copilot, Cursor, Gemini CLI
Tools that read Agent SkillsThese 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.