What problem does it solve? When a prompt is vague, underspecified, or the user is indifferent about the approach, this Skill breaks analysis paralysis by drawing a 4-card Tarot spread with real cryptographic entropy and mapping the interpretation to concrete technical decisions. ## Core Features & Use Cases - Cryptographically random draws: Uses os.urandom() with Fisher-Yates shuffling and rejection sampling to draw 4 cards from a full 78-card deck, each with a 50% chance of being reversed. - Structured 4-position spread: Cards map to Context, Challenge, Guidance, and Outcome, with per-card meaning files and an interpretation guide for synthesizing a decision. - Use Case: A user says "I dunno, just make it work somehow." The agent draws cards, reads their meanings, and uses the spread to choose between equally valid implementation approaches, then explains how the reading shaped the choice. ## Quick Start Ask the agent to let fate decide on an ambiguous task, and it will run the draw script, read the drawn card files, and interpret the spread into a concrete approach.