design-qa-implementation-parity
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
- Freeze source design and implementation versions for the review window.
- Compare critical flows first, then secondary and edge states.
- Classify mismatches by severity and release impact using
references/parity-severity-model.md. - Record findings in
assets/parity-findings-template.csv, assign owners, and define remediation order. - Publish sign-off outcome in
assets/parity-signoff-template.mdwith 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.