[DOCS] lesson-quiz question bank: Skills (03) Q9 search-order answer outdated
Type of Issue
- Outdated content
Location
- File:
.claude/skills/lesson-quiz/references/question-bank.md - Section: Lesson 03: Skills — Q9
Current Content
Q9 asks for the skill search order and marks this as correct:
B) Enterprise > Personal > Project (plugin uses namespace) Explanation: Priority order is: Enterprise > Personal > Project.
Issue Description
The bank's priority order has Project and Personal swapped. The current lesson README (03-skills/README.md:96) documents enterprise > project > personal — project skills override personal ones by default, tunable via the skillOverrides setting (v2.1.129+). The bank's answer would tell a reader that personal skills beat project skills, which is backwards.
Worse, none of the four answer options contains the README-correct order, so a user who read the lesson has no option that matches the documentation.
Suggested Improvement
Rewrite the options to include the documented order enterprise > project > personal and make it the correct answer:
- Options: A) Enterprise > Personal > Project | B) User > Project > Enterprise | C) Enterprise > Project > Personal (plugin uses namespace) | D) Project > User > Enterprise
- Correct: C
- Explanation: Priority order is Enterprise > Project > Personal — project skills override personal ones by default (tunable via
skillOverrides, v2.1.129+). Plugin skills use aplugin-name:skillnamespace so they cannot conflict.
Why This Matters
Same class of bug as #163 (Memory) and #165 (Checkpoints): the quiz is a mastery check after reading the lesson, and a stale answer misgrades users who followed the current docs.
Related Documentation
- Related Guide:
03-skills/README.md#skill-types--locations
Source: luongnv89/claude-howto