using-glean-productivity
Installation
SKILL.md
Using Glean for Personal Productivity
This skill drives queries about the user's own work life — their recent activity, what they accomplished, what's pending, what's urgent. It pulls from user_activity, meeting_lookup, search (with from:me / owner:me), and read_memory to assemble a personal view rather than an enterprise-wide one.
Two shapes of question
Most personal-productivity asks fall into two shapes:
- Activity / accomplishments — "what did I work on?", "summarize my week", "what shipped?". See reference/activity.md.
- Priorities / blockers — "what's urgent?", "what needs my attention?", "what's waiting on me?". See reference/priorities.md.
The two overlap (a recent activity feed is the substrate for triaging priorities), but the output the user wants is different: activity is retrospective, priorities are prospective.
Tool reference lives in using-glean
user_activity, read_memory, search, and meeting_lookup are documented canonically in the using-glean skill: