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

How to Prevent CLAUDE.md Rot: Treat Rules Like Code
After 18 months of real-world use, one developer shares four disciplines to keep CLAUDE.md under 100 lines: use it as an index, separate rules from sources, audit on every PR, and delete more than you add.

Practical Strategies to Avoid Claude Rate Limits on $200 Max Plan
A developer shares specific techniques that have prevented throttling on Claude's $200 max plan for over a month, including SQLite database queries, context handoff systems, and strategic hardware deployment.

7 MCP Gateway Bugs: Session Leaks, Dead SSE, and OAuth in Gateway Mode
A Reddit post details seven real-world MCP gateway bugs — session state leaking across clients, silent SSE disconnections, OAuth failures in gateway mode, and more — with fixes based on boring infra, not better prompts.

Annotation-Driven UI: How to Design Templates in Figma and Let Claude Extract Coordinates
Skip building a custom layout engine: design flat PNGs in Figma, draw colored rectangles for slots, feed both to Claude, and get editable area definitions with tap targets. One afternoon instead of weeks.