Agent Plugins Marketplace
All plugins

diagnosing-bugs

v1.0.0

Diagnose a bug by writing ranked, falsifiable hypotheses before any code change, tagging temporary debug instrumentation for a zero-tolerance sweep, and gating the regression test to a red-then-green proof at the confirmed seam. Use when fixing a bug, debugging a failure, triaging an error, or the user asks to diagnose/root-cause/troubleshoot an issue.

Claude Code1 Skill

By Jordan RichlenLicense: MIT1 GitHub starsUpdated 2 hours ago

Directory evidence

Runtimes
Claude Code
Parsed components
1 skill or MCP entry
Source updated
Sep 24, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install diagnosing-bugs for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install diagnosing-bugs@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/JRichlen/agent-plugins

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/diagnosing-bugs/.

Plugin files

plugins/diagnosing-bugs/
├── .claude-plugin/plugin.json
└── skills/diagnosing-bugs/SKILL.md

Included Skills1

diagnosing-bugsskills/diagnosing-bugs/SKILL.md

Diagnose a bug by writing ranked, falsifiable hypotheses before any code change, tagging temporary debug instrumentation for a zero-tolerance sweep, and gating the regression test to a red-then-green proof at the confirmed seam. Use when fixing a bug, debugging a failure, triaging an error, or the user asks to diagnose/root-cause/troubleshoot an issue.

Plugin manifests1

plugins/diagnosing-bugs/.claude-plugin/plugin.json
{
  "name": "diagnosing-bugs",
  "version": "1.0.0",
  "description": "Diagnose a bug by writing ranked, falsifiable hypotheses before any code change, tagging temporary debug instrumentation for a zero-tolerance sweep, and gating the regression test to a red-then-green proof at the confirmed seam. Use when fixing a bug, debugging a failure, triaging an error, or the user asks to diagnose/root-cause/troubleshoot an issue.",
  "author": {
    "name": "Jordan Richlen"
  },
  "repository": "https://github.com/JRichlen/agent-plugins",
  "homepage": "https://github.com/JRichlen/agent-plugins/tree/main/plugins/diagnosing-bugs",
  "license": "MIT",
  "keywords": [
    "debugging",
    "root-cause-analysis",
    "hypothesis-driven",
    "regression-testing",
    "bug-fixing",
    "aihero"
  ],
  "skills": "./skills/",
  "commands": "./commands/"
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[diagnosing-bugs on Agent Plugins Marketplace](https://pluginsmp.com/plugins/diagnosing-bugs)