docs(skill): define unsubscribe scan execution defaults

This commit is contained in:
2026-02-20 00:00:00 -08:00
committed by Kat Huang
parent e0ec9175f4
commit bf77f44889

View File

@@ -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 ## How to Scan
1. Search recent emails: `newer_than:7d` (or wider if user requests) 1. Search recent emails: `newer_than:7d` (or wider if user requests)