โ† Glean-ia-acs ยท Day 31 of 56
Level 300 โ€” Power user30 minNIST MEASURE

Skill Routing

How Glean auto-selects a Skill from your description

You'll be able to

Read first

Day 3 Lab

  1. Write a request in plain language that should trigger one of your Skills.
  2. Send it without naming the Skill; note which Skill Glean routed to.
  3. Turn on Thinking mode and send the same request; compare the routing.
  4. If it routed wrong, tighten the description's "when to use" line and retry.
  5. Record which phrasings route correctly โ€” that is your measurement.

Working Example: Routing by Description

Glean reads your request and matches it against each Skill's description to pick one automatically โ€” no explicit name needed. Routing is most reliable in Thinking mode, where Glean reasons over the candidates. Verified against assistant_skills.

You type:  "give me my standup for this week"

Glean compares against Skill descriptions:
  โ€ข "Weekly status digest"  โ†’ when user asks for a weekly status/standup  โœ“ match
  โ€ข "Release Notes Drafter"  โ†’ when user asks to draft release notes       โœ—
  โ€ข "Meeting recap"          โ†’ when user asks to summarize a meeting        โœ—

โ†’ Routes to "Weekly status digest" (best description match)

Routing keys off the *description*, not the instructions โ€” so a precise "when to use" line is what makes auto-selection land. Measure it: try several phrasings and track which ones route to the Skill you intended.

Check for understanding

Why does the Skill description matter more than its instructions for routing?

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

โ€œYou don't always name a Skill. Glean reads your request, matches it against each Skill's description, and routes to the best fit โ€” most reliably in Thinking mode.โ€

Next ยท Week 5 Day 4
Explicit Invocation