Claude Prompt Codes Retested: L99 Sharper, OODA Narrower, ARTIFACTS Faded, and 3 New Codes to Use

Six months ago a Reddit user shared three prompt codes that modify Claude's behavior when placed at the start of a message: L99 for architectural decisions, OODA for time-pressured calls, and ARTIFACTS for multi-output tasks. A retest this week across 6 fresh production tasks reveals which still work, which shifted, and three new codes worth adopting.
Retest Results
- L99 – Sharper than before. The hedge-reducing effect is more pronounced on Sonnet 4.6 and Opus 4.7. Wins decisively for architectural decisions where you want a real opinion, not a list of considerations.
- OODA – Narrows. Still excellent for incident response (forces discipline panicked humans skip), but now fails on open-ended strategic questions. Newer Claude leans harder into OODA structure than substance when there's no real time pressure. Use only when a clock is running.
- ARTIFACTS – Faded. Newer Claude versions structure multi-output responses by default, so the explicit code adds less. Still useful for synthesis tasks (interview transcripts, RFP responses, multi-deliverable scoping) but unnecessary for code-shaped outputs. Usage dropped to ~1/3 of October levels.
Three New Codes for Daily Rotation
/skeptic– Challenges your framing before answering. Saves you from charging ahead with a wrong premise. Combine with L99 for code reviews./blindspots– Forces Claude to surface what you didn't think to check. Caught a case-sensitive path bug the team had chased for hours./decompose– Breaks fuzzy tasks into testable subtasks ranked by leverage.
Stacking Note
Stacking 3+ codes confuses newer Claude versions. It picks one to honor and partially honors the others. Stick to 2-code stacks. The L99 + /skeptic combination is now the go-to for code reviews.
📖 Read the full source: r/ClaudeAI
👀 See Also

Using Light-Context Cron Jobs for Daily OpenClaw Tips
A user shares their setup of a daily cron job that posts OpenClaw tips to a Nextcloud Talk channel, highlighting the --light-context flag to reduce bootstrap overhead for isolated tasks.

The Prompt Structure That Fixed Claude AI Summaries of Large PDF Reports
A developer shares how switching from 'summarize this' to role + decision + specific extraction prompts turned Claude's generic summary output into actionable risk flags and concrete action items.

OpenClaw WhatsApp Auto-Reply May Skip Media Understanding in 2026.4.2
A user reports that OpenClaw 2026.4.2's WhatsApp auto-reply flow can skip the media understanding pipeline, preventing transcription of voice notes when using external STT backends like Groq. The fix involves explicitly calling media understanding before agent dispatch.

Code Patterns Beat AI Guidelines: Porting a Firefox Extension to Chrome
A developer failed twice to port a Firefox extension to Chrome using AI prompts, then succeeded by extracting browser-agnostic core logic with a BrowserShell interface, reducing Chrome-specific code to 5 meaningful lines.