let-fate-decide

Draw four Tarot cards using os.urandom() to guide technical decisions.

Updated Feb 24, 2026
One-click install
npx skills add https://github.com/ofelixdev/cc-kit --skill let-fate-decide
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: let-fate-decide
Source: https://github.com/ofelixdev/cc-kit/tree/main/template/skills/let-fate-decide
Command: npx skills add https://github.com/ofelixdev/cc-kit --skill let-fate-decide

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill helps overcome decision paralysis and ambiguity by drawing Tarot cards to provide guidance when prompts are vague, the user is indifferent, or multiple approaches are equally valid.

Core Features & Use Cases

  • Entropy Injection: Uses os.urandom() for genuine randomness to influence planning.
  • Guided Decision Making: Interprets a 4-card spread (Context, Challenge, Guidance, Outcome) to inform next steps.
  • Use Case: When a user says "I don't know how to proceed, surprise me," this Skill draws cards to suggest a path forward, mapping archetypal meanings to technical decisions.

Quick Start

Run the draw_cards.py script to get a reading.

Frequently Asked Questions about let-fate-decide

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How can I inject cryptographically secure entropy into AI planning for decision making?

You can inject cryptographically secure entropy into AI planning by running a Python script that uses os.urandom() to shuffle and draw Tarot cards, mapping archetypal meanings to technical decisions to overcome ambiguity.

What is the best way to guide next steps when a prompt is vague or underspecified?

The best way to guide next steps for vague prompts is to draw a 4-card Tarot spread representing Context, Challenge, Guidance, and Outcome, interpreting these archetypal meanings to suggest a technical path forward.

How do I use Tarot for guided decision making in software engineering?

To use Tarot for guided decision making, execute the draw_cards.py script to generate a 4-card spread, which interprets archetypal card meanings to provide technical guidance when multiple approaches are equally valid.

Does this decision making approach require any external dependencies?

This decision making approach requires no external dependencies, relying solely on a Python script utilizing the built-in os.urandom() function to generate genuine randomness for shuffling and drawing cards.

When should I use entropy injection for ambiguity resolution instead of standard planning?

You should use entropy injection for ambiguity resolution when experiencing decision paralysis, user indifference, or when multiple approaches are equally valid and you need randomized guidance to proceed.

Why use os.urandom() for shuffling instead of standard random number generators?

Using os.urandom() for shuffling provides cryptographically secure entropy, ensuring genuine randomness rather than pseudo-random sequences, which effectively breaks decision paralysis by introducing true unpredictability into AI planning.