← Glean-ia-acs Β· Day 35 of 56
Level 300 β€” Power user30 minNIST MANAGE

Power-User Capstone: Automate a Recurring Task

Build a Skill that earns back your time

You'll be able to

Read first

Day 7 Lab

  1. Pick a real recurring task you own β€” a weekly report, a triage pass, a digest.
  2. Author the Skill: instructions, a template, one worked example (Week 5 anatomy).
  3. Make it route: write a tight description, test it in Thinking mode.
  4. Share it with your team and assign an owner (the Day 5 review gate).
  5. 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

Pick an answer β€” you'll see if it's right and why.

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?

Pass threshold 80% Β· week 5 quiz

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.”

Next Β· Week 6 Day 1
The Vibe-Code Agent Builder