Let Fate Decide — Development skill for Claude Code
Trail of Bits security skill for let fate decide.
How to install Let Fate Decide
Installs to ~/.claude/skills/let-fate-decide/
git clone --depth 1 https://github.com/trailofbits/skills /tmp/skills \
&& mkdir -p ~/.claude/skills \
&& cp -r /tmp/skills/plugins/let-fate-decide ~/.claude/skills/let-fate-decide Clones the whole repository, because a skill folder can carry scripts and resources beside its SKILL.md.
What Let Fate Decide does
A Claude Code skill that draws Tarot cards using `os.urandom()` to inject entropy into vague or underspecified planning decisions.
Alternatives in Development
- /triage — Quick triage to decide: submit or kill 1.8k ★
- Haft — Engineering decisions engine that know when they're stale 1.4k ★
- Obsidian Decide — Extract decisions from this conversation and log them to the right project notes 277 ★
Repository README
This is the README for trailofbits/skills, shared by 13 entries
in this directory. It describes the repository, not this entry specifically.
let-fate-decide
A Claude Code skill that draws Tarot cards using `os.urandom()` to inject entropy into vague or underspecified planning decisions.
What It Does
When a prompt is sufficiently ambiguous, or the user explicitly invokes fate, this skill shuffles a full 78-card Tarot deck using cryptographic randomness and draws 4 cards (which may appear reversed). Claude then interprets the spread and uses the reading to inform its approach.
Triggers
- Vague or underspecified prompts where multiple approaches are equally valid
- "I'm feeling lucky"
- "Let fate decide"
- Nonchalant delegation ("whatever you think", "surprise me", "dealer's choice")
- Yu-Gi-Oh references ("heart of the cards", "I believe in the heart of the cards")
- "Try again" on a system with no actual changes (redraw)
How It Works
- A Python script uses
os.urandom()to perform a Fisher-Yates shuffle - 4 cards are drawn from the top of the shuffled deck
- Each card has an independent 50% chance of being reversed
- Claude reads the drawn cards' meaning files and interprets the spread
- The interpretation informs the planning direction
Card Organization
Each of the 78 Tarot cards has its own markdown file:
cards/major/- 22 Major Arcana (The Fool through The World)cards/wands/- 14 Wands (Ace through King)cards/cups/- 14 Cups (Ace through King)cards/swords/- 14 Swords (Ace through King)cards/pentacles/- 14 Pentacles (Ace through King)
Related Skills
Debug Buttercup
Trail of Bits security skill for debug buttercup
Gh CLI
Trail of Bits security skill for gh cli
Paper Trail Decide
Inspect a single reference in detail (identity, PDF status, acquisition history with verdicts, citation contex
Raven Harden
Reviews security_log.md and promotes accumulated observations into
Reactbits.Dev Skill
Claude Code skill for React Bits (reactbits.dev) — fetches real component source from the live registry instea
02 Revision History
Give Inkwell a revision history: snapshot a post's prior state on every meaningful save, let the
Related Agents
Audit Logs
Query and manage Datadog Audit Trail events for compliance, security auditing, and tracking user actions acros
Security Triage
Independently evaluate a single security finding to decide whether it is a real, exploitable vulnerability or
Compass Planner
Use this agent when the user needs a structured work plan from a vague idea, when they say 'plan this' or 'let