CLSkills
๐ŸŽฏWORSTCASE

What's the worst that could happen? Specific, not theoretical.

Category: Bonus / Experimental

Before / After

Without WORSTCASE

What could go wrong?

With WORSTCASE

WORSTCASE I'm about to push a database migration that adds a NOT NULL column to a 50M-row users table.

What changes in Claude's response

Claude lists the specific failure modes: 'the migration will lock the table for 20+ minutes', 'every read will block during the migration', 'if it fails halfway you'll have a partially-migrated table that's hard to roll back'. Then it tells you how to avoid each. /WORSTCASE is paranoid mode for high-stakes actions.

๐Ÿ”’

Full deep dive locked

The complete analysis for WORSTCASE โ€” including when NOT to use it, the failure modes, and the codes it stacks with โ€” is in the full cheat sheet along with 119 other tested prefixes.

Unlock all 120 codes โ€” from $5

Lifetime updates ยท 7-day refund ยท 3 tiers

More Bonus / Experimental codes