Power-User Capstone: Automate a Recurring Task
Build a Skill that earns back your time
You'll be able to
- Build a Skill that automates a recurring task end to end
- Connect the week's pieces: author, route, invoke, share, iterate
Read first
Day 7 Lab
- Pick a real recurring task you own β a weekly report, a triage pass, a digest.
- Author the Skill: instructions, a template, one worked example (Week 5 anatomy).
- Make it route: write a tight description, test it in Thinking mode.
- Share it with your team and assign an owner (the Day 5 review gate).
- Run it for a week, log misroutes, and iterate the description until it's reliable.
Working Example: A Recurring-Task Skill, End to End
This capstone Skill stitches the week together β authored, routed, invocable, shared, and iterated. It runs a task you'd otherwise do by hand every week. Verified against assistant_skills.
Skill: "Monday triage digest" scope: Shared (team: Support) owner: @lead
Description (routes on):
"When the user asks for the Monday triage or weekly ticket digest."
Instructions:
1. Pull open tickets older than 7 days.
2. Group by severity, then by owner.
3. Flag the top 3 at-risk items with a one-line reason.
Example: input = 42 open tickets β output = severity table + 3 flagged risks
Invoke: /monday-triage (explicit) β or just "give me the Monday triage"
Case Study: Zillow
Zillow adopted Glean Assistant and Skills broadly, letting employees package recurring work β and increasingly delegate it to agents β instead of redoing it by hand each cycle. The capstone above is that pattern in miniature: one well-described, well-owned Skill that automates a task and returns hours to the team that built it. That adoption-into-agents arc is the payoff of everything this week covered.
Check for understanding
Name one recurring task in your own week that a Skill could take off your plate.
Check yourself
1. What is a Glean Assistant Skill?
2. Who can invoke a Personal Skill?
3. When Glean auto-selects a Skill, what does it primarily match against?
4. Which gives you deterministic control over which Skill runs?
5. A Skill keeps firing on the wrong requests. What is the most likely fix?
In 10 seconds
βThe payoff: a Skill that runs a recurring task for you. Author it, make it route, share it, iterate. This is how teams like Zillow turn Glean Assistant into everyday leverage.β
The Vibe-Code Agent Builder