Atelier — Creative Breakthrough Deliberation Room
Convenes a panel of Socrates, Lao Tzu, Watts, Nietzsche, Occam and Feynman to break creative blocks and rethink content strategy.
Content & WritingIntermediate★ 168⑂ 24AI score 8/10Last updated: Apr 9, 2026
What it does
- Opens a
/atelierdeliberation room and assembles 2–7 thinkers: Socrates (assumption destruction), Lao Tzu (non-action), Alan Watts (reframing), Nietzsche (creative destruction), Occam (simplification), Feynman (first principles), Wittgenstein (language games). - Runs an 8-step protocol: context gathering → problem restatement → Round 1 independent analysis → adaptive depth gate → Round 2 Hegelian cross-examination → synthesis → verdict.
- Before interviewing you, the coordinator silently diagnoses whether you have a production block or a direction block, a starting or finishing problem, creative drought or creative paralysis.
- Delivers an "Atelier Verdict": what must be destroyed, the irreducible core, the space that opens, three low-stakes 30-day experiments, and a sustainable creative rhythm.
- Modes:
--triad writers-block|content-strategy|info-diet|creative-process,--duopolarity debates,--quick,--full,--depth.
Who it's for
- Writers and creators stuck for weeks or months on a project.
- Newsletter/blog owners rebuilding content strategy and audience growth.
- Anyone over-consuming information and under-producing work.
- Designers and PMs who enjoy structured philosophical self-inquiry.
Examples
/atelier --triad writers-block "I haven't been able to write for three months"→ Nietzsche, Lao Tzu and Socrates dissect the block and hand you one action for today./atelier --triad content-strategy "How do I grow my audience as a technical writer?"→ Feynman, Occam and Watts cut scope and reframe the reader relationship./atelier --duo "Constraint vs. total freedom for creative work"→ two opposing figures debate to surface the real tension.
· · · 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/geekjourneyx/agora/HEAD/rooms/atelier/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 rooms/atelier folder from the GitHub repo geekjourneyx/agora into my ~/.claude/skills/atelier/. When it's done, tell me in one line what this skill can do.
Install with a command instead
git clone https://github.com/geekjourneyx/agora.git ~/.claude/skills/agora⚠ This is a third-party skill. Check the source repository before installing.
- Open a terminal.
- Create the skills directory:
mkdir -p ~/.claude/skills. - Clone the whole repository:
git clone https://github.com/geekjourneyx/agora.git ~/.claude/skills/agora. (Don't copy onlyrooms/atelier— the skill readsprotocol/deliberation.mdand callscouncil-*/agora-*agents.) - Verify the file exists:
ls ~/.claude/skills/agora/rooms/atelier/SKILL.md. - If the repo README asks you to copy agent definitions into
~/.claude/agents/, follow that step. - Restart Claude Code and test with
/atelier --quick "What's blocking me right now?". - Some interactive prompts are written in Chinese — just add "respond in English" to your request.
View source on GitHub ↗License: MIT