Description
It can be an alternative of #76
During hands-on testing, the skill content was accurate and complete once the agent reached the right file. The main friction was navigation: the agent followed the wrong branch because it was not immediately clear what a skill covered or did not cover.
Adding a short Covers / Does not cover block near the top of relevant SKILL.md files might help agents confirm they are in the right skill before reading the full content, or quickly rule out the wrong branch.
Proposed change
Add a compact scope block to skills where the boundary with neighboring skills is not obvious.
- Place the scope block near the top of the skill.
- Use user-facing language where possible.
- Keep the block short and scannable.
- Include both positive and negative scope only when it helps routing.
- Avoid turning the scope block into a full summary.
This should be used especially for:
- hub skills
- broad workflow skills
- skills with overlapping neighboring skills
- skills where agents often choose the wrong branch
Validation
A/B test the selected skills with and without the scope block.
Compare whether the scope block helps agents:
- confirm they are in the right skill faster
- rule out wrong branches earlier
- reduce unnecessary page fetches
- reach the relevant leaf skill with fewer navigation steps
- complete the task without guessing
Description
It can be an alternative of #76
During hands-on testing, the skill content was accurate and complete once the agent reached the right file. The main friction was navigation: the agent followed the wrong branch because it was not immediately clear what a skill covered or did not cover.
Adding a short
Covers / Does not coverblock near the top of relevantSKILL.mdfiles might help agents confirm they are in the right skill before reading the full content, or quickly rule out the wrong branch.Proposed change
Add a compact scope block to skills where the boundary with neighboring skills is not obvious.
This should be used especially for:
Validation
A/B test the selected skills with and without the scope block.
Compare whether the scope block helps agents: