A Claude Code skill that reviews and critically analyzes copy, content, or design by questioning relentlessly — one question at a time — until mutual agreement is reached.
When activated, Question Mode:
- Silently analyzes your content using copywriting and other relevant evaluation frameworks
- Asks one focused question at a time — challenging assumptions, word choices, structure, audience fit, tone, clarity, and intent
- Digs deeper when answers feel surface-level
- Tracks all open concerns and only stops when every issue is resolved
- Confirms consensus before making any changes
- Clarity — Will the target audience immediately understand this?
- Tone — Does it match the brand voice and context?
- Specificity — Are there vague claims that need evidence or detail?
- Structure — Is the information in the right order? Is anything missing?
- Audience — Who is this for? Does every sentence serve them?
- Intent — What action should this drive? Does it actually drive it?
- Redundancy — Is anything repeated or unnecessary?
- Risk — Could anything be misread, offensive, or legally problematic?
Copy the SKILL.md file into your Claude Code skills directory:
mkdir -p ~/.claude/skills/question-mode
cp SKILL.md ~/.claude/skills/question-mode/SKILL.mdOr clone this repo directly:
git clone https://github.com/cgard213/question-mode.git ~/.claude/skills/question-modeIn Claude Code, invoke the skill with:
/question-mode [content or topic to review]
If no content is provided, it will ask you what you'd like reviewed.