AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Debug+

skill-franklywatson-claude-rig-debug-plus · by franklywatson

Invoke when debugging, fixing bugs, diagnosing failures, or when something is broken, unexpected, or not working as expected. Trigger phrases: 'debug', 'fix bug', 'why is X failing', 'what's wrong with', 'broken', 'diagnose', 'investigate'. Wraps superpowers:systematic-debugging with mandatory scout context harvesting.

No reviews yet
0 installs
16 views
0.0% view→install

Install

$ agentstack add skill-franklywatson-claude-rig-debug-plus

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-franklywatson-claude-rig-debug-plus)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
1mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Debug+? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

debug+ — Systematic Debugging with Scout Context

Wraps superpowers:systematic-debugging. Requires superpowers to be installed.

No phase prerequisite — invoke from any skill chain phase when you encounter a bug, test failure, or unexpected behavior.

Before You Begin

This skill adds scout-mandated context harvesting on top of the base debugging skill:

  1. Scout context — always map the affected code area via the scout agent before debugging
  2. Environment awareness — detects test infrastructure, dependencies, and recent changes
  3. Constitutional awareness — loads active enforcement rules from session context

Procedure

Phase A: Harvest Context

  1. Reproduce the issue — run the failing command or test and capture the exact output.
  1. Invoke the scout agent to map the affected area:

`` Agent(subagent_type="scout", prompt="Map the codebase around [affected files/modules]. Focus on: related functions, callers, test files, and recent changes.") ``

  1. Identify:
  • The exact failure symptom (error message, wrong output, crash)
  • The code path that produces the symptom
  • Recent changes that may have introduced the issue
  • Related test coverage
  • Active enforcement rules from session context (see session-start output)

Phase B: Investigate (delegate to superpowers:systematic-debugging)

  1. Invoke superpowers:systematic-debugging with the gathered context.
  1. Follow the systematic debugging process:
  • State the hypothesis before investigating
  • Verify the hypothesis with evidence (command output, file reads)
  • If the hypothesis is wrong, state why and form a new one
  • Show the evidence at each step

Phase C: Report Findings

  1. Produce a finding summary:

``` ## Investigation Report

### Symptom [Exact failure description]

### Root Cause [What caused the issue]

### Evidence

  • [Evidence 1: command output or file content]
  • [Evidence 2: ...]

### Fix [Specific change needed to resolve the issue] ```

  1. If the fix is straightforward, implement it and run the relevant tests.

If the fix requires a larger change, return to the current phase with the finding.

Skill Chain

/debug+ has no phase prerequisite — invoke it from any phase when you need to debug a bug or investigate unexpected behavior. After resolving the investigation, return to your current phase.

Completion

Report one of these states when the skill finishes:

  • DONE — Root cause identified and fix applied with passing tests.
  • DONEWITHCONCERNS — Root cause identified but fix has side effects or needs review.
  • BLOCKED — Cannot reproduce the issue or insufficient context to diagnose.
  • NEEDS_CONTEXT — Need user input to reproduce the issue or understand expected behavior.

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.