From tac
Generates bug fix plan with root cause analysis, reproduction steps, tasks, validation commands. Writes to specs/bug-*.md for codebase investigation before implementing fixes.
npx claudepluginhub melodic-software/claude-code-plugins --plugin tacThis skill is limited to using the following tools:
Create a new plan in `specs/*.md` to investigate and fix the Bug using the exact specified markdown Plan Format. Follow the Instructions to create the plan, use the Relevant Files to focus on the right files.
Diagnoses bugs systematically from symptoms to root causes via reproduction, error analysis, git diffs, and data tracing, then writes executable fix plans without code.
Fixes bugs via root cause diagnosis with debugger/gap-analyzer, requirements.md generation, /execute delegation, 3-retry circuit breaker, and QA.
Executes step-by-step bug fix workflow: read issue, diagnose root cause, reproduce (browser for UI bugs), minimal fix, regression test, verify, open PR.
Share bugs, ideas, or general feedback.
Create a new plan in specs/*.md to investigate and fix the Bug using the exact specified markdown Plan Format. Follow the Instructions to create the plan, use the Relevant Files to focus on the right files.
Focus on the following files to understand the codebase:
Write the plan to specs/bug-<descriptive-name>.md using this exact format:
# Bug: <descriptive-name>
## Bug Description
<Clear explanation of the bug and its user impact>
## Problem Statement
<What is happening that should not be happening>
## Solution Statement
<What should happen instead - the expected behavior>
## Steps to Reproduce
1. <Step to reproduce the bug>
2. <Continue steps>
3. <Final step showing the bug>
- Expected: <what should happen>
- Actual: <what actually happens>
## Root Cause Analysis
<Investigation findings explaining WHY this bug occurs>
## Relevant Files
<Files involved in the bug and the fix>
## Step by Step Tasks
1. <First fix task with specific file and line references>
2. <Continue with numbered tasks>
## Validation Commands
<Commands that verify the bug is fixed>
- Run `<test command>` to verify the fix
- Reproduce steps above to confirm resolution
- Run `<test suite>` to check for regressions
## Notes
<Related bugs, regression risks, areas to monitor>
$ARGUMENTS