From 205f8fa7aec067140219fbe963b6d38561bf43e9 Mon Sep 17 00:00:00 2001 From: Matt Van Horn Date: Sat, 7 Feb 2026 11:00:06 -0800 Subject: [PATCH] Add timing disclaimer to parsed intent output "Research typically takes 2-8 minutes (niche topics take longer)." Shown right after parsed intent, before research starts. Co-Authored-By: Claude Opus 4.6 --- SKILL.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/SKILL.md b/SKILL.md index 9c8e948..bd750be 100644 --- a/SKILL.md +++ b/SKILL.md @@ -46,6 +46,8 @@ Parsed intent: - TOPIC = {TOPIC} - TARGET_TOOL = {TARGET_TOOL or "unknown"} - QUERY_TYPE = {QUERY_TYPE} + +Research typically takes 2-8 minutes (niche topics take longer). Starting now. ``` If TARGET_TOOL is known, mention it in the intro: "...to find {QUERY_TYPE}-style content for use in {TARGET_TOOL}."