research

Automate structured debugging workflows to uncover root causes of production incidents.

Updated Jan 16, 2026
One-click install
npx skills add https://github.com/Awannaphasch2016/jousef-landing --skill research-awannaphasch2016
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: research
Source: https://github.com/Awannaphasch2016/jousef-landing/tree/main/.claude/skills/research
Command: npx skills add https://github.com/Awannaphasch2016/jousef-landing --skill research-awannaphasch2016

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a structured approach to debugging complex systems, enabling teams to identify root causes and prevent recurring incidents.

Core Features & Use Cases

  • Evidence collection: captures logs, diffs, and changes to build a clear timeline.
  • Hypothesis-driven analysis: generates testable explanations and prioritizes investigative steps.
  • Reproducibility & verification: documents local reproduction steps and ground truth checks to validate fixes.
  • Workflow guidance: offers step-by-step methods for incident response, unfamiliar code exploration, and architecture decisions.

Quick Start

Use this skill when you encounter a persistent bug or unfamiliar codebase and follow the workflow to collect evidence, formulate hypotheses, read primary sources, reproduce locally, and validate results.

Frequently Asked Questions about research

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

FAQPage Schema
What is a structured approach to root-cause analysis for production incidents?

Root-cause analysis for production incidents uses a structured workflow to collect evidence, generate hypotheses, and review primary sources to validate fixes. This systematic debugging method prevents recurring issues by verifying ground truth through local reproduction.

How do I debug an unfamiliar codebase systematically?

Debugging an unfamiliar codebase requires codifying evidence collection, formulating testable hypotheses, and reviewing primary sources. Following a structured workflow guides you through local reproduction and validation steps to pinpoint the root cause efficiently.

How do I reproduce a distributed systems incident locally?

To reproduce a distributed systems incident locally, follow workflow guidance to capture logs and diffs into a clear timeline. Documenting local reproduction steps and performing ground truth checks validates that your identified root cause matches the production failure.

What is the best way to collect evidence during incident response?

The best way to collect evidence during incident response is automating the capture of logs, diffs, and code changes to build a clear timeline. This evidence foundation supports hypothesis-driven analysis and prioritizes investigative steps for root-cause discovery.

Does hypothesis-driven debugging work for complex distributed systems?

Hypothesis-driven debugging works for distributed systems by generating testable explanations and prioritizing investigative steps. This method codifies evidence collection and verification, enabling teams to systematically validate fixes across complex architectures.