multi-user-workflow-executor

Orchestrate two-user workflows across Chrome MCP and Playwright MCP browsers.

23|1|Updated Jan 7, 2026
One-click install
npx skills add https://github.com/neonwatty/claude-qa-skills --skill multi-user-workflow-executor
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: multi-user-workflow-executor
Source: https://github.com/neonwatty/claude-qa-skills/tree/main/skills/multi-user-workflow-executor
Command: npx skills add https://github.com/neonwatty/claude-qa-skills --skill multi-user-workflow-executor

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Orchestrates simultaneous multi-user workflows across two browser engines to validate real-time synchronization and log issues.

Core Features & Use Cases

  • Executes end-to-end multi-user workflows across Chrome MCP (User A) and Playwright MCP (User B).
  • Captures before/after screenshots, tracks per-step sync timing, and generates HTML audit reports.
  • Provides task-based session recovery and issue tracking to support collaboration and debugging.

Quick Start

Trigger a multi-user workflow execution to test cross-browser synchronization between User A and User B, capturing before/after evidence and generating an HTML audit report.

Frequently Asked Questions about multi-user-workflow-executor

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I test cross-browser multi-user workflows for real-time synchronization?

Cross-browser workflow execution handles this by running simultaneous multi-user sessions across Chrome MCP and Playwright MCP, capturing synchronized before and after screenshots to validate real-time synchronization.

What does a multi-user workflow audit report include?

A multi-user workflow audit report includes per-step sync timing, captured before and after screenshots, and tracked issues, outputting as an HTML file to provide comprehensive collaboration and debugging evidence.

Do I need both Chrome MCP and Playwright MCP environments to run cross-browser workflow execution?

Yes, cross-browser workflow execution requires access to both Chrome MCP and Playwright MCP environments to orchestrate the two separate browsers needed for User A and User B synchronization validation.

How do I define steps for a multi-user workflow execution?

You define multi-user workflow steps in a markdown file located at /workflows/multi-user-workflows.md, which the executor reads to orchestrate simultaneous actions across the two MCP-enabled browsers.

Can I recover an interrupted cross-browser workflow session?

Yes, cross-browser workflow execution provides task-based session recovery and issue tracking using TaskList, TaskCreate, and TaskUpdate, allowing you to resume and monitor progress during multi-user workflow validation.