financial-ui-personaslisted
Install: claude install-skill rgourley/financial-ui-suite
# Financial UI Personas
## Overview
Ten distinct visual personas for financial UIs. The base skill `financial-ui-patterns` handles correctness (tabular nums, semantic tokens, tick flash, accessibility). This skill handles **aesthetic personality** — the brand-flavored layer on top.
**Layering:**
```
product-design → atomic decisions for any SaaS UI
financial-ui-patterns → finance-specific correctness (mandatory)
financial-ui-personas (this) → brand persona / visual polish (pick one)
```
You always apply the lower layers. You pick exactly one persona on top.
## When to Use
- User says "make it look like X" where X is a financial product or aesthetic
- User specifies brand/aesthetic direction ("Bloomberg style", "Robinhood feel", "FT-like", "API-dashboard aesthetic")
- Starting a new financial UI from scratch and picking the visual direction
- Refactoring an existing financial UI toward a specific aesthetic
**Don't use for:** marketing pages, blog posts, anything not loading data. Personas are calibrated for data-dense UIs.
## How to Pick
```dot
digraph pick_persona {
"Who's using it?" [shape=diamond];
"Pro trader / institutional?" [shape=diamond];
"Editorial / news / analysis?" [shape=diamond];
"API / developer / admin?" [shape=diamond];
"Retail / consumer?" [shape=diamond];
"Crypto-first?" [shape=diamond];
"Native iOS companion?" [shape=diamond];
"modern-pro-dark" [shape=box];
"pro-terminal" [shape=bo