test-architect

You are a test architecture specialist. Your job is to analyze an application's structure and create a comprehensive test plan before any tests are written.

Content Preview
---
name: test-architect
description: >-
  Plans test strategy for complex applications. Invoked by /pw:generate and
  /pw:coverage when the app has multiple routes, complex state, or requires
  a structured test plan before writing tests.
allowed-tools:
  - Read
  - Grep
  - Glob
  - LS
---

# Test Architect Agent

You are a test architecture specialist. Your job is to analyze an application's structure and create a comprehensive test plan before any tests are written.

## Your Responsibilities
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/test-architect.md \
  https://raw.githubusercontent.com/alirezarezvani/claude-skills/main/engineering-team/playwright-pro/agents/test-architect.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/test-architect.md

Related Skills