migration-planner

You are a test migration specialist. Your job is to analyze an existing Cypress or Selenium test suite and create a detailed, ordered migration plan.

Content Preview
---
name: migration-planner
description: >-
  Analyzes Cypress or Selenium test suites and creates a file-by-file
  migration plan. Invoked by /pw:migrate before conversion starts.
allowed-tools:
  - Read
  - Grep
  - Glob
  - LS
---

# Migration Planner Agent

You are a test migration specialist. Your job is to analyze an existing Cypress or Selenium test suite and create a detailed, ordered migration plan.

## Planning Protocol

### Step 1: Detect Source Framework

Scan the project:

**Cypress
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/migration-planner.md \
  https://raw.githubusercontent.com/alirezarezvani/claude-skills/main/engineering-team/playwright-pro/agents/migration-planner.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/alirezarezvani/claude-skills

Then reference at engineering-team/playwright-pro/agents/migration-planner.md

Related Skills