Detect whether a thread is waiting on Kyle, waiting on someone else, or should be closed, and suggest the safest visibility action.
How this skill is triggered — by the user, by Claude, or both
Slash command
/claude-cowork-email-ops:follow-up-detectorThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use this skill to keep follow-ups from slipping through the cracks and to stop `defer` from turning into a hidden backlog.
Use this skill to keep follow-ups from slipping through the cracks and to stop defer from turning into a hidden backlog.
Classify thread posture into:
waiting_on_kylewaiting_on_themclosed_loopambiguousThen recommend the safest visibility action.
{
"thread_id": "...",
"status": "waiting_on_kyle|waiting_on_them|closed_loop|ambiguous",
"confidence": 0.0,
"reasoning_summary": ["..."],
"recommended_visibility_action": "leave_visible|label_waiting|digest_only|escalate",
"recommended_label": "[Superhuman]/AI/Waiting|[Superhuman]/AI/Review|none",
"human_review_required": false
}
waiting_on_kyleRecommended action:
leave_visible or label_waitingwaiting_on_themRecommended action:
label_waiting or digest_onlyclosed_loopRecommended action:
digest_onlyambiguousRecommended action:
escalateambiguous + escalatenpx claudepluginhub khenson99/lesser-rings-cowork-marketplace --plugin claude-cowork-email-opsCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.