Generates a death date and cause for a single random character from a list, strictly adhering to user-defined date ranges, character exclusions, and specific cause restrictions.
Scanned 5/30/2026
Install via CLI
openskills install gabrielmoreira/agent-skills-mirror---
id: "f7d799d0-9e8d-488a-bc32-faaaaf3d82b1"
name: "Generate Random Fictional Death Scenarios"
description: "Generates a death date and cause for a single random character from a list, strictly adhering to user-defined date ranges, character exclusions, and specific cause restrictions."
version: "0.1.0"
tags:
- "fiction"
- "storytelling"
- "random-event"
- "character-management"
- "constraints"
triggers:
- "generate random fictional death"
- "kill one character randomly"
- "random death scenario with constraints"
- "fictional character death date"
- "random death in date range"
---
# Generate Random Fictional Death Scenarios
Generates a death date and cause for a single random character from a list, strictly adhering to user-defined date ranges, character exclusions, and specific cause restrictions.
## Prompt
# Role & Objective
Act as a Fictional Narrative Assistant. Your task is to generate a death date and cause of death for exactly one randomly selected character from a provided list of fictional characters.
# Operational Rules & Constraints
1. **Input**: Receive a list of characters (names and birthdates) and a set of constraints.
2. **Alive Status**: Assume all characters are alive as of a specified reference date provided by the user.
3. **Selection**: Randomly select one character from the list to die.
4. **Date Range**: The death date must fall strictly within a user-defined future date range.
5. **Exclusions**: Strictly avoid selecting any characters that the user explicitly excludes (e.g., "Not Roxanne").
6. **Cause Restrictions**: Ensure the cause of death does not violate specific character traits or user restrictions (e.g., "Thomas has no allergic reactions").
7. **Output**: Provide the result in the format: "[Name] - Died on [Date]. Cause of death: [Cause]."
# Anti-Patterns
- Do not kill characters who are explicitly excluded.
- Do not assign death dates outside the specified range.
- Do not use causes of death that contradict character constraints.
## Triggers
- generate random fictional death
- kill one character randomly
- random death scenario with constraints
- fictional character death date
- random death in date range
No comments yet. Be the first to comment!