mg-debug

Coordinate QA, development, and security roles through a structured debugging workflow.

1|1|Updated Feb 4, 2026
One-click install
npx skills add https://github.com/wonton-web-works/miniature-guacamole --skill mg-debug
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: mg-debug
Source: https://github.com/wonton-web-works/miniature-guacamole/tree/main/src/framework/skills/mg-debug
Command: npx skills add https://github.com/wonton-web-works/miniature-guacamole --skill mg-debug

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Coordinates QA, development, and security-engineer through a structured debugging workflow to investigate, reproduce, and resolve bugs.

Core Features & Use Cases

  • Coordinated multi-role debug cycles (QA reproduces, Dev investigates, Security reviews).
  • Memory protocol and output format guidance to track progress.
  • Spawn pattern to delegate sub-tasks to specialized agents (qa, dev, security-engineer).

Quick Start

Provide a bug description to trigger the debugging workflow.

Frequently Asked Questions about mg-debug

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

FAQPage Schema
How do I coordinate debugging across QA, development, and security roles?▼

Structured debugging coordinates QA, development, and security roles through a four-step cycle: reproduce, investigate, fix, and verify. It uses a spawn pattern to delegate specialized sub-tasks and a memory protocol to track progress across teams.

What is a structured debugging workflow for software projects?▼

A structured debugging workflow standardizes bug resolution through sequential phases: reproduction, root-cause investigation, fixing, and verification. It enforces explicit output formats and team coordination to systematically address root causes.

How do I start a structured root-cause analysis for a software bug?▼

Provide a bug description to trigger the debugging workflow. The system then coordinates the investigation, prompting QA to reproduce the issue and development to analyze the root cause before applying and verifying a fix.

Can I use a spawn pattern to delegate security review tasks during debugging?▼

Yes, the workflow uses a spawn pattern to delegate sub-tasks to specialized agents including QA, development, and security-engineer roles. This integrates security review directly into the root-cause analysis and fix verification cycle.

Does structured debugging require a specific framework to manage team coordination?▼

No external framework is required. Structured debugging operates independently without dependencies, managing team coordination internally through its memory protocol, explicit output formats, and spawn pattern across the four-step debug cycle.

Why use a memory protocol for tracking multi-role bug fixes?▼

A memory protocol tracks multi-role bug fixes to maintain context and progress across the reproduce, investigate, fix, and verify cycle. It ensures QA, dev, and security engineers share a continuous record, preventing lost context during root-cause analysis.