The Digital Architect of Prestige — a coding-agent skill for designing premium, high-conversion websites and mobile UIs using applied psychology and trust engineering. Ships a SKILL.md contract plus an executable design-linter that audits generated HTML/CSS against the Halo Effect, Cognitive Fluency, Trust Engineering, Peak-End Rule, and Horn-Effect triggers.
Project description
The Digital Architect of Prestige 💎
A coding-agent skill for designing premium, high-conversion websites and mobile UIs — for Claude Code, Codex, OpenCode, Cursor, and any agent that reads a project skill file. It moves the agent beyond aesthetics into applied psychology and trust engineering, and ships an executable design linter so the agent can verify its output against the principles, not just intend them.
Prestige combines purpose-fit design judgment with deterministic source and browser gates. It refuses to let a polished page ship over a broken action, a hidden surface, or a violated committed token contract.
Workflow at a glance
flowchart LR
A["User journey or page brief"] --> B["Select workflow and purpose"]
B --> C["Build premium UI"]
C --> D["Audit five laws"]
D --> E["Score bias, CTA, hook, mobile, and purpose fit"]
E -->|"fails"| F["Fix ranked recommendations"]
F --> D
E -->|"passes"| F2["Lint frozen DESIGN.md tokens"]
F2 -->|"off-token"| F["Apply localized token correction"]
F2 -->|"on-token"| G["Mutation-check exercised tokens"]
G -->|"passes"| H["Ship UI with design receipt"]
Install into your agent (any OS)
python install.py # Windows / macOS / Linux (installs + verifies)
# then, inside your project:
prestige install claude # or: codex · opencode · cursor · generic
That drops SKILL.md where your agent auto-reads it. From then on, any
"design a landing page / make this premium / build a checkout" request triggers
the skill.
What the agent gets
A design contract (SKILL.md) encoding five laws it applies every time:
- The 50ms Halo — hero section, one bold headline, high-fidelity cover imagery.
- Cognitive Fluency — Hick's/Miller's Law, extreme whitespace, one goal per section,
line-height ≥ 1.6. - Trust Engineering — security + social-proof cues at decision points, total price incl. fees upfront, guest checkout.
- Peak-End Rule — micro-interactions at the peaks, inline form validation, a rewarding confirmation ending.
- Horn-Effect Defense — one Visual DNA in CSS variables, mobile-first stability, no dated cues.
An executable linter (prestige audit) that scores generated HTML/CSS on all
five laws and hard-fails on major functional flaws — because the skill's one
non-negotiable rule is never let aesthetics mask a broken primary action or an
inaccessible UI.
prestige scaffold site.html # premium starter (scores 100/100)
prestige brief PRD.md --purpose developer # opinionated design brief before UI work
prestige audit site.html # score the five laws + catch Horn-Effect triggers
prestige purpose site.html --purpose developer # opinionated purpose-fit audit
prestige audit site.html --strict # exit 1 if failing — use as an agent/CI gate
Design brief compiler
Prestige now compiles an opinionated Visual DNA before implementation and collects browser evidence after implementation:
prestige theme developer --out prestige.theme.json
prestige brief PRD.md --purpose developer --out DESIGN_BRIEF.md
prestige audit app.html --strict
prestige render-audit app.html --out-dir .prestige/render
prestige challenge app.html --purpose developer --workflow product
theme controls palette semantics, typography, density, spacing, geometry,
imagery, motion, trust placement, and purpose-specific anti-patterns.
render-audit captures desktop and mobile screenshots and blocks hidden pages,
horizontal overflow, incoherent region overlap, and missing visible actions.
challenge proves the instrument rejects hidden, mobile-broken, and
action-hollow mutants before its receipt can enter a Factory Passport.
prestige brief turns a PRD or page brief into an opinionated design contract:
the audience psychology, purpose-fit directives, anti-patterns, required
sections, and verification commands. Use it before generating UI so the agent
does not pick a generic landing-page style for a developer tool, healthcare
workflow, fintech surface, marketplace, SaaS dashboard, luxury brand, or
editorial page.
The brief is intentionally prescriptive. A developer tool should lead with docs, commands, screenshots, GitHub/demo trust, and receipts. A healthcare workflow should feel calm, consent-aware, private, and clinically restrained.
v0.6.1 - Mutation-Verified Design Contracts
verify-tokens is the differentiator: it mutation-tests the committed token
contract, proving that every token the page actually exercises can make the
gate fail. A contract that cannot fail is decoration; a surviving mutation is
reported as HOLLOW_TOKEN.
Prestige consumes an upstream-compatible YAML contract subset from the alpha
DESIGN.md format
(colors, typography, spacing, and rounded), while continuing to read the
legacy fenced-JSON format generated by Prestige 0.6.0. It is a frozen,
committed contract during a gate run, never a live Figma or design-system
query. Literal CSS values are checked against it and an OFF_TOKEN finding
includes a localized nearest-token correction.
prestige tokens init # writes an upstream-compatible DESIGN.md subset
prestige tokens lint page.html --strict # diagnoses and exits non-zero for OFF_TOKEN, CONTRACT_MISSING, or CONTRACT_INVALID
prestige verify-tokens page.html # mutation-checks every exercised token
verify-tokens temporarily removes every token exercised by the page. If a
page still passes after a used token is removed, the receipt reports
HOLLOW_TOKEN. The command also refuses to certify a page that already has an
off-token baseline. This keeps the correction local and reversible: 5px is
reported with its nearest allowed value; Prestige never regenerates a layout to
fix a token mismatch.
Malformed contracts are rejected with the parser diagnostic and a non-zero exit in strict mode. This is compatibility for the supported token contract, not a claim to implement or replace the upstream document linter.
v0.7 - Proof That Developers Can Act On
Prestige now turns a token finding into a local, reviewable repair path:
prestige init --root . --out DESIGN.md # scan a proposed contract; review it before gating
prestige pr page.html --design DESIGN.md --root . # JSON, HTML, Markdown, and annotation artifacts
prestige ci init --platform github --page page.html # copy-paste pull-request workflow
prestige benchmark --json # measured fixture outcomes, never hand-typed rates
prestige pr creates a static proof viewer plus a compact PR summary. It
separates blocking contract failures (OFF_TOKEN), blocking proof
failures (HOLLOW_TOKEN), and non-blocking design advisories. Each literal
contract failure includes the approved nearest value and literal source
references when they can be found. Suggested repairs are reviewable; Prestige
does not silently change product code.
The included benchmark suite covers static HTML, compiled React CSS Modules, and compiled Tailwind CSS fixtures. Its true/false-positive results are derived from committed labels at runtime. They are fixture evidence, not a claim of production framework coverage or flake rate. See ADOPTION.md for the workflow, CI templates, and exact evidence boundary.
Example on a deliberately clunky page:
Overall: 18/100 Verdict: NEEDS WORK
halo:15 fluency:20 trust:20 peak:20 horn:15
⛔ HARD FAILURES (fix before shipping — function over aesthetics):
MAJOR_FLAW: primary action button has no accessible label/text.
✗ [trust] T_NO_SECURITY: Transactional UI with no security cue near actions.
✗ [horn] C_NO_VIEWPORT: Missing viewport meta — mobile layout will break.
The workflow the skill teaches
Discovery (audit the journey for trust gaps) → Build (apply the five laws)
→ Verify (prestige audit, fix flags, then present). The agent treats a
failing audit like a failing test — which is exactly how "premium" stops being
a vibe and becomes a checkable property.
The psychology, sourced
Halo Effect & the 50ms window · Aesthetic-Usability Effect · Hick's & Miller's
Law · Fitts's Law · Peak-End Rule · Negativity/Horn Effect. Detailed playbooks
in references/ (hero-halo, cognitive-fluency, trust-engineering, peak-end).
v0.2 — deeper psychology, stricter scoring, five workflows
- Cognitive Bias Engine — six research-backed biases (Von Restorff, Anchoring, Social Proof, Loss Aversion, Reciprocity, Cognitive Fluency) with detectors, quality scoring, and precise recommendations.
- CTA & Hook Verification — scores whether your call-to-action and headline are engineered to convert (weak-verb detection, reader-focus, power words, CTA-competition penalty) with exact rewrites.
- Strict Mobile Judge — thumb-reach tap targets, viewport discipline, real breakpoints, legible base text, sticky-CTA guidance — because trust breaks on mobile first.
- Five Design-Principle Workflows — Conversion Architect, Luxury Minimalist, Trust Engineer, Editorial Storyteller, Product-Led Pragmatist. Each is a distinct optimization strategy that re-weights the score.
- Precision Scoring —
prestige score <file> --workflow <key>fuses laws + biases + CTA/hooks + mobile into a 0–100 conversion-readiness grade with recommendations ranked by conversion impact.
prestige workflows # see the five lenses
prestige score site.html --workflow trust # precise score + ranked fixes
prestige score site.html --strict # exit 1 if not conversion-ready
Grounded in established design research, the psychology profiles are design hypotheses and lint rules, not measured conversion lift. Product conversion claims require the project's own experiment or analytics receipt.
v0.3 - purpose-fit design judgment
Workflows answer what the page optimizes for. Purpose lenses answer what psychological job the design must do for this audience and domain.
Prestige now ships deterministic purpose-fit profiles:
developer- concrete proof, docs, CLI/API clarity, GitHub/demo trust.healthcare- calm reassurance, privacy, clinician proof, no miracle hype.fintech- security, transparent fees/rates, control, compliance cues.luxury- restraint, craft, whitespace, fewer louder elements.marketplace- bilateral buyer/seller trust, reviews, protection, comparison.saas- product visibility, integrations, ROI, low-friction activation.editorial- narrative rhythm, sources, evidence, satisfying end beat.
prestige purposes
prestige purpose site.html --purpose healthcare --strict
prestige score site.html --workflow trust --purpose healthcare
The purpose gate scores intent clarity, proof fit, visual theme fit, action language, and purpose-specific anti-patterns. This makes Prestige more opinionated in the right way: not just "pretty," but fit for the decision the interface exists to change.
License
Dual-licensed Apache-2.0 OR MIT — pick whichever your project prefers.
Criterion attribution
Prestige 0.2.1 wraps its existing five per-law scores in the factory attribution
envelope. Run prestige audit page.html --json to receive one unit per design
criterion, its score and threshold, and the unchanged overall verdict.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file code_factory_4_design-0.7.2.tar.gz.
File metadata
- Download URL: code_factory_4_design-0.7.2.tar.gz
- Upload date:
- Size: 61.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3612548ee3868e11f2a644d676ecbe0321d4acc1264014dc3b8c0e467027fa06
|
|
| MD5 |
c2a90c9d00b2564c17995b8a1377a7ca
|
|
| BLAKE2b-256 |
9f9b81b96c8e528211a1bf9f33f897b05cccec4cc9280f5e2f8b56374b4a6eca
|
File details
Details for the file code_factory_4_design-0.7.2-py3-none-any.whl.
File metadata
- Download URL: code_factory_4_design-0.7.2-py3-none-any.whl
- Upload date:
- Size: 67.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9c2b66f868e530fac978bf4b4b6505d056215fb633383488b2668bbac955be11
|
|
| MD5 |
25576d0742fa837f0dde5cfd9d9d7266
|
|
| BLAKE2b-256 |
56aba076456d5b352fa22ef56fb3f30eff53f6549705670e18adb56290a0aba2
|