Help us improve
Share bugs, ideas, or general feedback.
From groundwork
Starts systematic debugging workflow for provided bug description using Read, Edit, Write, Bash, Glob, Grep, Task, Skill tools to diagnose and fix issues.
npx claudepluginhub etr/groundworkHow this command is triggered — by the user, by Claude, or both
Slash command
/groundwork:debug [bug description]This command is limited to the following tools:
The summary Claude sees in its command listing — used to decide when to auto-load this command
CRITICAL INSTRUCTION: Before doing ANYTHING else, you MUST call the Skill tool with: Skill(skill="groundwork:debugging") Do NOT read files, explore code, or generate any response before invoking this skill. The skill contains your complete workflow and you must follow it exactly as presented to you.
/debugExecutes systematic debugging workflow end-to-end: triage issue from description, diagnose root cause, plan fix, and execute using persistent state and tools like Read, Bash, Edit.
/debugDebugs described code issues systematically: reproduces the problem, investigates root cause, applies targeted fixes, and verifies resolution.
/debugInvokes debug-like-expert skill to systematically debug the specified issue via evidence gathering, hypothesis testing, and verification.
/debugGuides methodical problem investigation with a 6-step debugging process: reproduce, isolate, analyze, hypothesize, test, and fix. Produces root cause analysis, fix recommendations, and prevention strategies.
/debugRuns a 4-phase systematic debugging investigation (root cause, pattern, impact, solution) and writes an artifact to .orchestrator/debug/ before any fix is proposed.
/debugRuns structured debugging with parallel agents: traces bugs via phases, diagnoses root causes with evidence, proposes minimal fixes, executes after approval. Tracks in tasks/todo.md.
Share bugs, ideas, or general feedback.
CRITICAL INSTRUCTION: Before doing ANYTHING else, you MUST call the Skill tool with: Skill(skill="groundwork:debugging")
Do NOT read files, explore code, or generate any response before invoking this skill. The skill contains your complete workflow and you must follow it exactly as presented to you.