Skip to main content
ClaudeWave
Skill389 estrellas del repoactualizado 20d ago

ahrq-reason-classification

This Claude Code skill classifies research gaps according to the AHRQ 4-reason framework, categorizing gaps as arising from insufficient information, biased information, inconsistent information, or information not yet integrated into practice. Use it when analyzing healthcare research literature to systematically identify the root causes preventing evidence from addressing identified gaps, enabling more targeted research prioritization and evidence synthesis efforts.

Instalar en Claude Code
Copiar
git clone --depth 1 https://github.com/yogsoth-ai/de-anthropocentric-research-engine /tmp/ahrq-reason-classification && cp -r /tmp/ahrq-reason-classification/skills/ahrq-reason-classification ~/.claude/skills/ahrq-reason-classification
Después abre una sesión nueva de Claude Code; el skill carga automáticamente.

SKILL.md

# AHRQ Reason Classification

Classify why a research gap exists using the AHRQ framework.

## Execution

Subagent — spawned via subagent-spawning/spawn-agent.

## Budget

One unit = one AHRQ reason classification pass.

<!-- BEGIN available-tables (generated) -->

## Available SOPs

Optional, no fixed order; the final leaf is always a sop.

| SOP | When to use |
| --- | --- |
| spawn-agent | Spawn a customized CC subagent with full MCP tool access. Used by SOPs that declare execution: subagent. |

<!-- END available-tables (generated) -->