← ClaudeAtlas

let-fate-decidelisted

Draws 4 Tarot cards to inject entropy into planning when prompts are vague, ambiguous, or casually delegated. Interprets the spread to guide next steps. Use when the user says 'let fate decide', 'YOLO', 'whatever', 'idk', or other nonchalant phrases, makes Yu-Gi-Oh references, or when you are about to arbitrarily pick between multiple reasonable approaches. Prefer over ask-questions-if-underspecified when the user's tone is casual or playful rather than precision-seeking.
kevinvwong/stack-agents · ★ 1 · AI & Automation · score 68
Install: claude install-skill kevinvwong/stack-agents
# Let Fate Decide When the path forward is unclear, let the cards speak. ## Quick Start 1. Run the drawing script: ```bash uv run --no-config {baseDir}/scripts/draw_cards.py ``` 2. The script outputs JSON with 4 drawn cards, each with a `file` path relative to `{baseDir}/` 3. Read each card's meaning file to understand the draw 4. Interpret the spread using the guide at [{baseDir}/references/INTERPRETATION_GUIDE.md]({baseDir}/references/INTERPRETATION_GUIDE.md) 5. Apply the interpretation to the task at hand ## When to Use - **Vague prompts**: The user's request is ambiguous and multiple reasonable approaches exist - **Explicit invocations**: "I'm feeling lucky", "let fate decide", "dealer's choice", "surprise me", "whatever you think", "YOLO" - **Casual delegation**: "whatever", "up to you", "your call", "idk", "just do something", "wing it", "I trust you", "doesn't matter", "do what you want", "I don't care", "any approach works", "you pick" - **Yu-Gi-Oh energy**: "Heart of the cards", "I believe in the heart of the cards", "you've activated my trap card", "it's time to duel" - **Shrug-like brevity**: Very short prompts that fully delegate the decision without expressing a preference - **Redraw requests**: "Try again" or "draw again" when no actual system changes occurred (this means draw new cards, not re-run the same approach) - **Tie-breaking**: When you are about to arbitrarily pick between 2+ valid approaches, draw cards instead of silently choosing o