Claude-debate-skills creator-critic
Run a two-voice idea loop where one side generates options and the other side pressure-tests them. Use for concepts, positioning, campaigns, product ideas, and strategic directions.
install
source · Clone the upstream repo
git clone https://github.com/biyachuev/claude-debate-skills
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/biyachuev/claude-debate-skills "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/creator-critic" ~/.claude/skills/biyachuev-claude-debate-skills-creator-critic && rm -rf "$T"
manifest:
skills/creator-critic/SKILL.mdsource content
Creator Critic
Use this skill when the user wants breadth first, then pressure-testing, then a tightened recommendation.
Treat
$ARGUMENTS as the full brief.
Default roles
: ClaudeCreator
: CodexCritic
: ClaudeFinalizer
If the user overrides these roles, follow the override.
Non-negotiable rules
- If Codex is required by the selected roles and is not available, say that explicitly and stop. Do not fabricate Codex output.
- Show both voices in the chat. Do not summarize one of them away.
- Unless the user opted out of logging, save the full visible output to a resolved log path.
- If logging is enabled, show the exact log path at the start and confirm save success or failure at the end.
Log file resolution
Accept either
Log File: or Save As: in the user brief.
Resolve the log path with these rules:
- If the user passes
,No Log
, orLog: none
, skip all file writing. Do not resolve a path, do not create directories, do not save anything.Log File: none - A bare filename such as
becomespricing-ideas
..claude/debate-logs/pricing-ideas.md - A filename that already ends with
stays as given under.md
..claude/debate-logs/ - A relative path with folders such as
is used relative to the project root.notes/brainstorms/pricing-ideas.md - If omitted, default to
..claude/debate-logs/${CLAUDE_SESSION_ID}-creator-critic.md - Create parent directories if needed.
Protocol
- Extract or infer:
- brief
- goal
- explicit constraints
- creator
- critic
- finalizer
- resolved log path (skip if logging is disabled)
- The creator produces
or angles.3-5 options - The critic reviews each option:
- strongest value
- biggest flaw
- hidden assumption
- likely failure mode
- The creator produces
:Creator v2- revise good options
- discard weak options
- narrow to
1-3 strongest
- The finalizer produces a recommended direction.
- Add open risks and immediate next moves.
Required chat format
(omit if logging is disabled)Log PathBriefCreator v1Critic ReviewCreator v2Final RecommendationOpen RisksNext Moves
Logging requirements
If the user opted out of logging, skip this entire section — do not write any files and do not print log status lines.
Write the same visible output to the resolved log path.
If the file already exists, append a new entry unless the user explicitly asks to replace it.
Each saved entry must contain:
- date or session context if available
- raw user brief
- selected roles
- resolved log path
- every visible section from the answer
After saving, end with:
Log saved: <path> or Log failed: <reason>.
Quality bar
- Prefer distinct options over minor variations.
- Make the critic genuinely adversarial but useful.
- Keep the creator from defending weak ideas just to preserve volume.
- End with a clear recommendation, not just a list.
Example invocation
/creator-critic Creator: Claude. Critic: Codex. Finalizer: Claude. Log File: pricing-brainstorm. Brief: Generate and pressure-test pricing concepts for an AI debate copilot for students and coaches. Constraints: low-trust market, need simple plans, avoid enterprise sales.