let-fate-decide
An agent skill by trailofbits, from trailofbits/skills. Tags: analysis, brainstorming, evaluation, priority, strategy.
What it does
Draws the 12 Houses of the Zodiac Tarot spread 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 asking clarifying questions when the user's tone is casual or playful rather than precision-seeking.
Install
With the skills CLI, which installs into Claude Code, Codex, Cursor and other agents:
npx skills add trailofbits/skills --skill let-fate-decide
Or copy the skill folder into Claude Code's skills directory by hand (~/.claude/skills for every project, or .claude/skills inside one):
git clone --depth 1 https://github.com/trailofbits/skills
cp -r skills/plugins/let-fate-decide/skills/let-fate-decide ~/.claude/skills/let-fate-decide
Safety box score
Not rated yet. A safety box score grades what a skill and its scripts can reach on the machine of whoever installs it, across eight categories from shell execution to secrets access. Anyone can request one from this page; it is saved for everyone. How the score works.
Source
- Repository
- trailofbits/skills (all skills from this repository)
- Path
- plugins/let-fate-decide/skills/let-fate-decide/SKILL.md
- Branch
- main
- Collection
- let-fate-decide
- Updated
- 2026-09-19
Related skills
- interpreting-culture-index — Interprets Culture Index (CI) surveys, behavioral profiles, and personality assessment data.
- the-fool — Use when challenging ideas, plans, decisions, or proposals using structured critical reasoning.
- marketing-council — When the user wants multiple expert perspectives on a marketing question — a simulated board of advisors staffed by legendary marketers (Seth Godin.
- feature-forge — Conducts structured requirements workshops to produce feature specifications, user stories, EARS-format functional requirements, acceptance criteria.
- prioritize-features — Prioritize a backlog of feature ideas based on impact, effort, risk, and strategic alignment with top 5 recommendations.
- code-maturity-assessor — Systematic code maturity assessment using Trail of Bits' 9-category framework.