diff --git a/README.md b/README.md index 79021e8..d62e5c7 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Workflows are covered in detail with tutorials and demos on [Patrick Ellis' YouT ## Workflows ### [Design Review Workflow](./design-review/) -An automated design review system that provides comprehensive feedback on front-end code changes. This workflow uses Playwright browser automation and specialized Claude Code agents to ensure UI/UX consistency, accessibility compliance, and adherence to world-class design standards. Perfect for maintaining design quality across teams and catching visual issues before they reach production. +An automated design review system that provides comprehensive feedback on front-end code changes. This workflow uses Microsoft's open source [Playwright MCP](https://github.com/microsoft/playwright-mcp) browser automation and specialized Claude Code agents to ensure UI/UX consistency, accessibility compliance, and adherence to world-class design standards. Perfect for maintaining design quality across teams and catching visual issues before they reach production. --- diff --git a/design-review/README.md b/design-review/README.md index 7e0a1a2..f8fca96 100644 --- a/design-review/README.md +++ b/design-review/README.md @@ -8,7 +8,7 @@ This workflow establishes a comprehensive methodology for automated design revie **Core Methodology:** - **Automated Design Reviews**: Trigger comprehensive design assessments either automatically on PRs or on-demand via slash commands -- **Live Environment Testing**: Uses Playwright MCP server integration to interact with and test actual UI components in real-time, not just static code analysis +- **Live Environment Testing**: Uses [Playwright MCP](https://github.com/microsoft/playwright-mcp) server integration to interact with and test actual UI components in real-time, not just static code analysis - **Standards-Based Evaluation**: Follows rigorous design principles inspired by top-tier companies (Stripe, Airbnb, Linear), covering visual hierarchy, accessibility (WCAG AA+), responsive design, and interaction patterns **Implementation Features:**