Zum Hauptinhalt springen
Dieser Inhalt ist noch nicht in Ihrer Sprache verfügbar und wird auf Englisch angezeigt.

Let Fate Decide

Plugin Verifiziert Aktiv
Teil von:Trailofbits

Draws Tarot cards using cryptographic randomness to add entropy to vague or underspecified planning. Interprets the spread to guide next steps. Use when feeling lucky, invoking heart-of-the-cards energy, or when prompts are ambiguous.

1 Skill 0 MCPs
Zweck

To inject randomness and provide a thematic basis for decision-making when prompts are ambiguous or user intent is casual, moving beyond pure logic to incorporate an element of fate.

Funktionen

  • Draws 4 Tarot cards using cryptographic randomness
  • Interprets card meanings for planning context
  • Handles reversed cards
  • Supports user-triggered draws for vague or casual prompts
  • Provides a structured interpretation guide

Anwendungsfälle

  • When a prompt is vague and multiple valid approaches exist.
  • When the user explicitly delegates the decision with phrases like 'let fate decide' or 'whatever'.
  • To break ties between equally valid technical approaches.
  • When invoking 'heart of the cards' energy for a playful or thematic approach.

Nicht-Ziele

  • Providing definitive answers or overriding user requirements.
  • Making safety-critical decisions (e.g., security, production deployments).
  • Simulating draws when the script fails.
  • Replacing detailed requirement gathering when precision is needed.

Workflow

  1. User provides a vague prompt or explicitly invokes fate.
  2. The plugin's agent is triggered and executes the `draw_cards.py` script.
  3. The script shuffles the deck, draws 4 cards (with potential reversals), and outputs JSON.
  4. The agent interprets the card meanings based on the provided guide.
  5. The interpretation informs the subsequent planning or action.

Installation

Zuerst Marketplace hinzufügen

/plugin marketplace add trailofbits/skills
/plugin install let-fate-decide@trailofbits

Qualitätspunktzahl

Verifiziert
99 /100
Analysiert about 20 hours ago

Vertrauenssignale

Letzter Commit3 days ago
Sterne5.2k
LizenzCC-BY-SA-4.0
Status
Quellcode ansehen