Track delegated commitments, set follow-up timers, and generate nudge reminders when updates are overdue.
68
83%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Passed
No findings from the security scan
Track commitments that depend on someone else. The triage routine will flag stale delegations for follow-up.
User says: "I asked Sarah to handle the deployment" or "tell ops to investigate staging" or "waiting on legal for the contract review."
This skill is only successful if the delegation is persisted in workspace memory. Do not just acknowledge or summarize a delegation.
Execution order is mandatory:
projects/commitments/open/Never say "tracked", "saved", or "I'll flag it" unless the corresponding
memory_write succeeded.
Action:
projects/commitments/open/ via memory_searchdelegated_to: <person/team>, status: waitingprojects/commitments/open/ with:---
type: commitment
status: waiting
urgency: <infer from context>
due: <if mentioned, else null>
created_at: <today>
owner: user
delegated_to: <person or team name>
source_signal: null
tags: [delegation]
---
# <What was delegated>
<Description of what was delegated and to whom.>
## Follow-up
- Delegated on: <today>
- Expected response by: <date if given, else 3 days from now>
- Last checked: neverUser says: "Sarah got back to me about the deployment" or "legal approved the contract."
Action:
memory_search or memory_tree("projects/commitments/open/")projects/commitments/resolved/open or waitingThe triage routine handles automated follow-up detection. It reads open commitments where delegated_to is set and status: waiting, checks the "Expected response by" date, and flags overdue items in the triage alert.
When the user asks to follow up explicitly ("nudge Sarah about the deployment"), draft a brief follow-up message and offer to send it if a channel to that person is available.
b60038b
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.