debug-plan

Parse user prompts into browser debugging test plans with structured JSON steps.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/metasaver/claude-marketplace --skill debug-plan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: debug-plan
Source: https://github.com/metasaver/claude-marketplace/tree/main/plugins/metasaver-core/skills/workflow-steps/debug-plan
Command: npx skills add https://github.com/metasaver/claude-marketplace --skill debug-plan

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill parses user prompts to generate a concrete browser debug plan with URL targets and step-by-step actions.

Core Features & Use Cases

  • URL extraction: From explicit URLs or page paths.
  • Interaction taxonomy: Navigate, fill, click, verify, etc.
  • HITL confirmation: Plans are confirmed with the user before execution.

Quick Start

Provide a user prompt describing what to debug; the skill returns a ready-to-execute debug plan URL and steps.

Frequently Asked Questions about debug-plan

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

FAQPage Schema
How do I create a browser debug plan from a user prompt?

A browser debug plan extracts URLs and classifies user interactions—navigate, fill, click, verify—into structured test steps. Provide your debugging scenario as a prompt; the Skill parses it into a ready-to-execute plan with URL targets and step-by-step actions confirmed before execution.

Can I automate UI testing with Chrome DevTools and a debug workflow?

Yes. This Skill integrates into Phase 1 of a debug workflow, parsing prompts to generate browser test plans. It enforces URL resolution, interaction taxonomy, viewport settings, and capture configurations, outputting a HITL-confirmable test structure compatible with Chrome DevTools automation.

What information do I need to provide to generate a debug plan?

Describe the debugging scenario in natural language: the URL or page path to test, the interactions you want to perform (navigate, fill form fields, click elements, verify results), and any specific conditions. The Skill extracts this context and infers the environment to build a concrete, executable plan.

Does this Skill support multiple interaction types in a single plan?

Yes. The Skill classifies interactions across a defined taxonomy—navigate, fill, click, verify, and others—allowing multi-step test plans within a single prompt. Each step is structured as JSON schema-compliant test steps with viewport and capture settings.

What happens after the debug plan is generated?

The Skill outputs a structured plan with URL targets and ordered steps. Before execution, it prompts for human-in-the-loop confirmation, allowing you to review, adjust, or approve the plan before it runs in the debug workflow.

Can I use this without writing code or complex configuration?

Yes. The Skill accepts natural-language prompts describing what to debug. It handles URL extraction, environment inference, and interaction parsing automatically, returning a ready-to-confirm test plan without manual schema or configuration.