Message reaction flow
Simulate how a recipient may interpret a sales DM, email, follow-up, ask, apology, partnership message, or request. Focuses on the recipient's structural decision flow and private reaction.From its SKILL.md
npx -y skills add ryuzo-k/yomira --skill message-reaction-flowAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
1.6 KB, 342 tokens by cl100k_base, as published. Nobody here has run it
Message Reaction Flow
Purpose
Use this skill before sending a message where the recipient's interpretation matters.
The goal is not to write a prettier message. The goal is to simulate the recipient's decision flow:
- Do they understand what this is?
- Do they feel respected or interrupted?
- Do they believe the sender?
- Do they see a reason to reply now?
- What private suspicion or desire appears?
- What action do they take?
Context Collection
Extract:
- exact message
- sender identity and relationship to recipient
- recipient type
- prior context
- desired reply/action
- what the sender is worried about
- constraints such as politeness, urgency, status, or money
If the exact message is missing, ask for it or create clearly labeled variants only if requested.
API Use
Use Yomira with:
{
"artifact": {
"type": "message",
"content": "EXACT MESSAGE"
},
"objective": "Decide whether this message should be sent as-is, revised, or replaced.",
"audience": {
"description": "Recipient type, relationship, context, and likely state of mind."
},
"simulation": {
"target_n": 40,
"max_agent_voices": 8,
"max_output_tokens": 16000
}
}
Output
Return:
- reply likelihood
- ghost/ignore likelihood
- suspicion triggers
- status or emotional triggers
- raw recipient voices
- structural revision targets
- whether to send, revise, or choose a different ask
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.