Build death is soon wrap up repo
Spellcheck / spellcheck (push) Successful in 36s

This commit is contained in:
Space-Banane
2026-06-03 14:15:22 +02:00
commit 938a5a91a4
13 changed files with 310 additions and 0 deletions
+49
View File
@@ -0,0 +1,49 @@
# Intent
## Purpose
This skill helps an agent close out a conversation cleanly when the user says `death is soon, wrap up`.
The skill should behave like a short ending sequence:
- note anything down if there is a place for it,
- summarize the important points one last time,
- say goodbye,
- and tell the user to reset the chat.
## What It Should Do
When the user asks to wrap up, the skill should:
- capture key details in any available notes, memory, or task area before ending,
- produce one final short summary for the user,
- keep the closing message brief and calm,
- say goodbye plainly,
- and explicitly tell the user to reset the chat.
## Core Question
The skill exists to answer:
- What needs to be noted before we stop?
- What is the shortest useful summary of where things stand?
- How do we end the chat politely and clearly?
## Output Behavior
The final response should be concise and decision-oriented.
It should include:
- any notes that should be saved,
- a short final summary,
- a goodbye,
- and the instruction to reset the chat.
## Behavioral Rules
- Prefer brevity over explanation.
- Do not reopen the discussion after the goodbye unless the user asks for more.
- Treat the closing message as the final interaction in the thread.
- Keep the tone calm, direct, and respectful.