Get Emoji-Decorated Checklists in Claude by Adding One Line to CLAUDE.md

A Reddit user shared a simple CLAUDE.md configuration that makes Claude decorate checklists with emoji icons for status tracking. Drop this single line into your user-level CLAUDE.md (with at least one line of whitespace on either side):
Status-checklist markers. In progress reports that track multiple items (parallel tasks, batch jobs, build steps), prefix each item with a status marker so the list is scannable at a glance. Use this fixed 14-marker set — treat it as closed; don't invent new ones: ✅ done · 🕵️ running · 🛰️ monitoring/polling · ⏳ queued · 🌗 partial/degraded · ❌ failed · 🚫 blocked-by-external · ⏭️ skipped · ⏸️ paused · ❗ needs attention · ⚠️ caution/caveat · ⏰ timer/cron/scheduled · ❓ open question · 🤔 judgment call. This is an explicit opt-in to emoji for status reporting only — not for prose, code, comments, or files. Don't add decorative markers; past ~14 the reader decodes a legend instead of scanning.
Once added, Claude will automatically use these markers in checklists within progress reports. The author explicitly restricts emoji use to status reporting — not for prose, code, comments, or files — and warns against inventing new markers or exceeding the 14-item set, as scanning becomes a legend lookup.
This is useful for developers who want quick visual scanning of batch jobs, build steps, or parallel tasks. No installation or payment required — just a CLAUDE.md edit.
Note: the entire configuration must be on one line with whitespace padding.
📖 Read the full source: r/ClaudeAI
👀 See Also

Writing Effective SOUL.md Files for AI Coding Agents
A Reddit post from r/openclaw demonstrates the difference between vague and specific SOUL.md instructions, showing that specific prompts yield more useful AI agent behavior.

AI Agents Exposed My Sloppy Prompts: Clarity Beats Smarter Models
A Reddit post reveals that AI agents don't magically fix unclear tasks — they just make the feedback immediate. The real problem was the user's own lack of clarity.

Claude Stealth Mode Directive for Autonomous AI Execution
A Reddit user shares a 'stealth mode' directive that forces Claude to operate silently and autonomously, delivering complete one-shot results without conversation output until work is complete.

Field Report: Qwen 3.6 27B on an M2 MacBook Pro (32GB) – Painfully Slow but Smart Output
Running Qwen 3.6 27B IQ4_XS on an M2 MacBook Pro with 32GB RAM yields 7.9 t/s initially, degrading to 3.1 t/s at 52k context. Code quality impresses, but memory bandwidth is the bottleneck.