π¦ ClawHub
Let Fate Decide
by @kc0bfv
Draw Tarot cards using cryptographic randomness to inject entropy into planning when prompts are vague or underspecified. Interprets a 4-card spread to guide...
β‘ When to Use
π‘ Examples
1. Run the drawing script:
python3 {baseDir}/scripts/draw_cards.py
2. The script outputs JSON with 4 drawn cards, each with a suit and card_id
3. Look up each card's meaning in the appropriate file under {baseDir}/cards/:
- cards/major.md β 22 Major Arcana
- cards/wands.md β 14 Wands
- cards/cups.md β 14 Cups
- cards/swords.md β 14 Swords
- cards/pentacles.md β 14 Pentacles
Each card is under a heading matching its name (e.g. "# The Fool", "# Ace of Cups").
4. Interpret the spread using {baseDir}/references/INTERPRETATION_GUIDE.md
5. Apply the interpretation to the task at hand
TERMINAL
clawhub install let-fate-decide