From bf77f448893663df1d594bb2dc41fd3861b5c6e1 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Fri, 20 Feb 2026 00:00:00 -0800 Subject: [PATCH] docs(skill): define unsubscribe scan execution defaults --- dotfiles/agents/skills/email-unsubscribe-check/SKILL.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/dotfiles/agents/skills/email-unsubscribe-check/SKILL.md b/dotfiles/agents/skills/email-unsubscribe-check/SKILL.md index 38015d2f..aeba8b13 100644 --- a/dotfiles/agents/skills/email-unsubscribe-check/SKILL.md +++ b/dotfiles/agents/skills/email-unsubscribe-check/SKILL.md @@ -27,6 +27,13 @@ digraph unsubscribe_check { } ``` +## Execution Default + +- Start the workflow immediately when this skill is invoked. +- Do not ask a kickoff question like "should I start now?". +- Default scan window is `newer_than:7d` unless the user already specified a different range. +- Only ask a follow-up question before starting if required information is missing and execution would otherwise be blocked. + ## How to Scan 1. Search recent emails: `newer_than:7d` (or wider if user requests)