skills/ux-list-attributes/SKILL.md
Step 4.1 of Sketch the Solution. List exhaustive attributes for every entity from stories, surveys, and flow. Use when asked to 'list attributes', 'entity attributes', 'data attributes', or 'attribute inventory'.
npx skillsauth add arndvs/ctrlshft ux-list-attributesInstall 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 List Attributes skill." to chat to acknowledge you read this file.
Phase: /ux-model-attributes → Step 1 of 1
For each entity in the system map, brainstorm every possible attribute. Aim for 20-25+ per entity. More is better — list everything, filter later.
Take each entity from system-map.md
Brainstorm attributes from multiple sources:
Categorize each attribute:
Flag V1 vs. deferred:
## Entity: [Name]
| # | Attribute | Type | Category | V1? | Source |
|---|-----------|------|----------|-----|--------|
| 1 | name | string | functional | ✓ | stories |
| 2 | email | string | functional | ✓ | stories |
| 3 | avatar_url | string | functional | ✓ | competitor |
| 4 | linkedin_url | string | functional | ✗ | Amir's trust pattern |
| 5 | tech_proficiency | enum | psychographic | ✗ | interview |
Generate attributes.md with per-entity attribute tables.
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.