| name | playwright-coverage-plan-review |
| description | Coverage-plan review skill for Playwright work. Use when Codex needs to present a proposed coverage plan, surface assumptions and tradeoffs, collect user feedback, and secure explicit approval before large implementation or documentation work. |
| metadata | {"author":"jovd83","version":"2.0.0","dispatcher-category":"testing","dispatcher-capabilities":"coverage-plan-review, playwright-coverage-review","dispatcher-accepted-intents":"review_playwright_coverage_plan, approve_ui_test_scope","dispatcher-input-artifacts":"coverage_plan, scenario_matrix, approval_request","dispatcher-output-artifacts":"approved_coverage_plan, deferred_scope, review_decision","dispatcher-stack-tags":"playwright, coverage-planning, review","dispatcher-risk":"low","dispatcher-writes-files":false} |
Playwright Coverage Plan Review
Use this skill to turn a proposed plan into an approved plan.
Review Workflow
- Present the plan in a compact, scannable format.
- Highlight any assumptions, exclusions, or high-cost scenarios.
- Ask for additions, removals, or reprioritization only where that decision matters.
- Record the approved scope clearly before downstream work begins.
Output Contract
Summarize the plan with:
Included coverage
Assumptions
Proposed exclusions or deferred items
Questions requiring a decision
When helpful, include an updated approval table:
| Requirement ID | Scenario | Priority | Status | Notes |
|---|
Use Status values such as proposed, approved, deferred, or removed.
Approval Rules
- If the user already approved the scope in the same thread, do not force a second approval loop.
- If the plan is large, costly, or assumption-heavy, get explicit approval before implementation.
- If feedback changes the plan materially, refresh the presented version before proceeding.