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
A cron timeout does not prove your OpenClaw action failed
If a cron job times out after sending a message or publishing content, OpenClaw knows the run errored, but not whether the provider accepted the action. Treat ambiguous timeouts as unknown, not failed.

Token Master: Architecture Concept to Save 30-70% on AI Agent Costs
A detailed architectural approach to intelligent multi-model routing that can dramatically reduce token consumption.

A Two-Step AI Workflow for Legacy Code Modernization
A Reddit post outlines a two-step 'reverse engineering' approach for using AI with legacy code: first extract business logic into a technology-agnostic Business Requirement Document, then use a 'Master Architect' prompt to rebuild from scratch with modern best practices.

Stop Burning Claude Code Tokens on Chat Questions
A developer on r/ClaudeAI saved their weekly token cap by routing simple chat questions to cheap models like Haiku, reserving Claude Code for agent tasks like multi-file edits.