elite-frontend-ux-9-pre-delivery-checklist

Sub-skill of elite-frontend-ux: 9. Pre-Delivery Checklist.

5 stars

Best use case

elite-frontend-ux-9-pre-delivery-checklist is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

Sub-skill of elite-frontend-ux: 9. Pre-Delivery Checklist.

Teams using elite-frontend-ux-9-pre-delivery-checklist should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/9-pre-delivery-checklist/SKILL.md --create-dirs "https://raw.githubusercontent.com/vamseeachanta/workspace-hub/main/.agents/skills/_archive/development/elite-frontend-ux/9-pre-delivery-checklist/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/9-pre-delivery-checklist/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How elite-frontend-ux-9-pre-delivery-checklist Compares

Feature / Agentelite-frontend-ux-9-pre-delivery-checklistStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

Sub-skill of elite-frontend-ux: 9. Pre-Delivery Checklist.

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

SKILL.md Source

# 9. Pre-Delivery Checklist

## 9. Pre-Delivery Checklist


Before delivering any frontend code, verify all items:

**Accessibility**
- [ ] Color contrast ≥4.5:1 text / ≥3:1 UI components
- [ ] Touch targets ≥44×44px
- [ ] All images have `alt` text (decorative: `alt=""`)
- [ ] All form fields have `<label>`
- [ ] Visible focus states on all interactive elements
- [ ] No color-only information conveyance

**Visual Design**
- [ ] Clear typographic hierarchy (3–5 levels)
- [ ] Consistent spacing from token scale
- [ ] Max 2–3 typefaces
- [ ] Cohesive 60/30/10 color palette
- [ ] ONE memorable design element present

**Technical**
- [ ] Mobile-first responsive approach
- [ ] Animations use only `transform`/`opacity`
- [ ] No dynamic Tailwind class names
- [ ] `cn()` helper used for class merging
- [ ] Dark mode support via CSS variables
- [ ] `prefers-reduced-motion` respected

**UX Integrity**
- [ ] Single primary goal per page
- [ ] No dark patterns or confirmshaming
- [ ] Footer always accessible
- [ ] Error states are descriptive and helpful
- [ ] Loading states exist for all async operations
- [ ] Empty states have helpful action prompts

---

Related Skills

gh-work-execution-checklist

5
from vamseeachanta/workspace-hub

Compact live-execution checklist companion for approved GitHub issue work. Use during active implementation as a fast operational route; gh-work-execution remains the canonical source of truth.

gh-work-planning-checklist

5
from vamseeachanta/workspace-hub

Compact live-execution checklist companion for the canonical gh-work-planning route. Use for fast operational tracking during issue planning without replacing the full route.

frontend-design

5
from vamseeachanta/workspace-hub

Create distinctive, production-grade web interfaces with high design quality. Use for components, pages, dashboards, and full applications that need to stand out from generic AI aesthetics.

discipline-refactor-verification-checklist

5
from vamseeachanta/workspace-hub

Sub-skill of discipline-refactor: Verification Checklist.

nextflow-pipelines-workflow-checklist

5
from vamseeachanta/workspace-hub

Sub-skill of nextflow-pipelines: Workflow Checklist.

instrument-data-allotrope-pre-parsing-checklist

5
from vamseeachanta/workspace-hub

Sub-skill of instrument-data-allotrope: Pre-Parsing Checklist.

solver-benchmark-pre-flight-validation-checklist

5
from vamseeachanta/workspace-hub

Sub-skill of solver-benchmark: Pre-Flight Validation Checklist.

mesh-utilities-pre-solver-checklist

5
from vamseeachanta/workspace-hub

Sub-skill of mesh-utilities: Pre-Solver Checklist.

elite-frontend-ux-trigger

5
from vamseeachanta/workspace-hub

Sub-skill of elite-frontend-ux: Trigger.

elite-frontend-ux-required-cn-helper

5
from vamseeachanta/workspace-hub

Sub-skill of elite-frontend-ux: Required: cn() Helper (+3).

elite-frontend-ux-phase-0-context-analysis

5
from vamseeachanta/workspace-hub

Sub-skill of elite-frontend-ux: Phase 0 — Context Analysis (Answer Before Writing Any Code).

elite-frontend-ux-layout

5
from vamseeachanta/workspace-hub

Sub-skill of elite-frontend-ux: Layout (+3).