let-fate-decide

Installation
Summary

Draws 4 Tarot cards using cryptographic entropy to guide decisions when prompts are vague or ambiguous.

  • Triggers on explicit invocations ("let fate decide", "feeling lucky"), nonchalant delegation, Yu-Gi-Oh references, or genuinely ambiguous prompts where multiple approaches are equally valid
  • Uses a standard 78-card deck with Fisher-Yates shuffle and 50% reversal chance per card; outputs JSON with card meanings from markdown files
  • Interprets a 4-position spread (Context, Challenge, Guidance, Outcome) to synthesize abstract card meanings into concrete technical decisions
  • Explicitly avoids safety-critical decisions, overriding user requirements, or simulating draws when the script fails; one draw per decision point only
SKILL.md

Let Fate Decide

When the path forward is unclear, let the cards speak.

Quick Start

  1. Run the drawing script:

    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

  5. Apply the interpretation to the task at hand

Related skills
Installs
1.7K
GitHub Stars
5.1K
First Seen
Feb 26, 2026