design-qa-implementation-parity

📁 kentoshimizu/sw-agent-skills 📅 1 day ago
0
总安装量
1
周安装量
安装命令
npx skills add https://github.com/kentoshimizu/sw-agent-skills --skill design-qa-implementation-parity

Agent 安装分布

amp 1
cline 1
opencode 1
cursor 1
continue 1
kimi-cli 1

Skill 文档

Design Qa Implementation Parity

Overview

Use this skill to detect and triage design-to-implementation drift with evidence that engineers and designers can both act on.

Scope Boundaries

  • Use this skill when the task matches the trigger condition described in description.
  • Do not use this skill when the primary task falls outside this skill’s domain.

Shared References

  • Severity classification model:
    • references/parity-severity-model.md

Templates And Assets

  • Findings log:
    • assets/parity-findings-template.csv
  • Sign-off decision document:
    • assets/parity-signoff-template.md

Inputs To Gather

  • Approved design source and exact version/snapshot.
  • Target implementation build, environment, and feature flags.
  • Scope list of screens, states, breakpoints, and locales to validate.
  • Existing acceptance criteria or release gates for UI parity.

Deliverables

  • Parity findings report with severity, scope, owner, and reproduction steps.
  • State-level pass/fail checklist for critical flows.
  • Prioritized remediation plan with release impact notes.
  • Sign-off decision (approve/conditional/reject) with clear rationale.

Quick Example

  • Blocker: CTA button hidden on mobile breakpoint in checkout summary.
  • Major: loading state typography differs from approved scale and causes truncation.
  • Minor: icon spacing deviates by 2px without usability impact.
  • Decision: reject until blocker fixed; allow major/minor with dated follow-up only if policy permits.

Quality Standard

  • Source versions are locked so comparisons are deterministic.
  • Coverage includes critical states: loading, empty, error, success.
  • Every mismatch includes reproducible evidence and ownership.
  • Severity rules are consistent and tied to user/business impact.

Workflow

  1. Freeze source design and implementation versions for the review window.
  2. Compare critical flows first, then secondary and edge states.
  3. Classify mismatches by severity and release impact using references/parity-severity-model.md.
  4. Record findings in assets/parity-findings-template.csv, assign owners, and define remediation order.
  5. Publish sign-off outcome in assets/parity-signoff-template.md with unresolved risk explicitly documented.

Failure Conditions

  • Stop sign-off when source versions are not locked.
  • Stop when critical flows are missing parity coverage.
  • Escalate when blocker-level mismatches remain unresolved near release.