id string | input string | genre string | intensity int64 | use_case string | trace list | synthetic bool |
|---|---|---|---|---|---|---|
late-haunted | I'm running late | Haunted Railway Announcement | 3 | WhatsApp | [
{
"step": "Read plain intent",
"note": "Communicate a delay."
},
{
"step": "Apply genre lens",
"note": "Use formal station language and eerie atmosphere."
},
{
"step": "Preserve meaning",
"note": "Keep the fact that the sender is late."
},
{
"step": "Adjust intensity",
"n... | true |
file-villain | Can you send the file? | Shakespeare Villain | 3 | Email | [
{
"step": "Read plain intent",
"note": "Request a file."
},
{
"step": "Apply genre lens",
"note": "Use theatrical diction and a controlled villain cadence."
},
{
"step": "Preserve meaning",
"note": "Retain the simple request without inventing urgency."
},
{
"step": "Adjust in... | true |
reply-apology | Sorry I forgot to reply | Corporate Apology | 2 | Apology | [
{
"step": "Read plain intent",
"note": "Apologize for a delayed response."
},
{
"step": "Apply genre lens",
"note": "Use polished accountability language."
},
{
"step": "Preserve meaning",
"note": "Do not invent causes or promises."
},
{
"step": "Adjust intensity",
"note"... | true |
GenreGoblin Agent Trace Examples
This dataset contains synthetic, privacy-safe examples of GenreGoblin's visible rewrite pipeline. It is published for the Build Small Hackathon's Sharing is Caring and Best Agent quests.
Each JSONL row includes:
- A plain input message
- Selected genre, intensity, and use-case
- Six structured trace stages
- A
synthetic: truemarker
The trace is intentionally honest. It describes a structured single-agent workflow and does not claim hidden multi-agent execution.
Related Links
No private user conversations are included.
- Downloads last month
- 28