Claude-skill-registry delivery.design_review

Facilitate a cross-functional design review capturing decisions, feedback, and implementation guidance.

install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/design-review-edwardmonteiro-aiskillinpractice" ~/.claude/skills/majiayu000-claude-skill-registry-delivery-design-review-a00800 && rm -rf "$T"
manifest: skills/data/design-review-edwardmonteiro-aiskillinpractice/SKILL.md
source content

Purpose

Standardize design review preparation and documentation to speed up alignment with engineering and product partners.

Pre-run Checklist

  • ✅ Ensure prototypes or artifacts are ready and accessible.
  • ✅ Align with product and engineering on review goals and decision points.
  • ✅ Collect previous feedback or usability findings.

Invocation Guidance

codex run --skill delivery.design_review \
  --vars "feature={{feature}}" \
         "design_principles={{design_principles}}" \
         "personas={{personas}}" \
         "artifacts={{artifacts}}"

Recommended Input Attachments

  • Screenshots or prototype links.
  • Accessibility or brand guidelines.
  • Usability research summaries.

Claude Workflow Outline

  1. Summarize review context, goals, and design principles.
  2. Prepare an agenda with timings, focus areas, and attendees.
  3. Capture feedback items grouped by principle or theme with severity and owners.
  4. Document decisions, follow-ups, and implementation guidance.
  5. Provide communication plan for sharing outcomes and updates.

Output Template

## Design Review Agenda
- Objective:
- Attendees:
- Artifacts:
| Section | Duration | Focus |
| --- | --- | --- |

## Feedback Log
| Theme | Feedback | Severity | Owner | Due Date |
| --- | --- | --- | --- | --- |

## Decisions & Actions
- Decision:
  - Rationale:
  - Owner:

## Communication Plan
- Channel:
- Update cadence:

Follow-up Actions

  • Share the review document in the design and engineering channels.
  • Track action items in the design backlog or issue tracker.
  • Schedule follow-up reviews or async sign-offs as needed.