skills/ux-highlight-key-terms/SKILL.md
Step 1.3 of Sketch the Solution. Extract entities (nouns) and actions (verbs) from user stories. Use when asked to 'highlight key terms', 'extract entities', 'identify nouns and verbs', or 'entity extraction'.
npx skillsauth add arndvs/ctrlshft ux-highlight-key-termsInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Output "Read UX Highlight Key Terms skill." to chat to acknowledge you read this file.
Phase: /ux-user-stories → Step 3 of 3
Parse completed user stories to extract two categories: entities (nouns — the key players/things) and actions (verbs — what they do). These become the foundation for the System Map in Phase 2.
Read through each user story and identify:
Generate entity table:
## Entities (Nouns)
| Entity | Source Story | Category |
|--------|-------------|----------|
| Member | Ian's story | Person |
| Content | Ed's story | Object |
| Skills | Jordy's story | Attribute |
## Actions (Verbs)
| Action | Who | What | Source Story |
|--------|-----|------|-------------|
| searches | Member | Content | Ian's story |
| posts | Member | Content | Ed's story |
| views | Member | Profile | Jordy's story |
Append to user-stories.md: Entities table, Actions table, and Grouped Entity Categories.
development
Use when implementing UI, checking dark/light mode, or validating animations — adds a visual feedback loop via browser screenshots so frontend changes are verified, not assumed.
development
Use when Claude Code sessions had many manual approval ("press 1") prompts or when auditing hook permissions; identifies which Bash commands required approval.
tools
Use after merging a PR or during periodic cleanup to archive plan-mode files by linking them to merged PRs.
testing
Use when stress-testing a plan against the project's domain model — grills the design, sharpens terminology, and updates documentation (CONTEXT.md, ADRs) inline as decisions crystallise.