Fill a slot-based question-framing schema (PICO, PECO, or SPIDER) from a paper's stated research question. Use this whenever the user wants a paper's research question structured into one of these standard clinical/qualitative-research question frames; this frames what question is being asked, it does not read or evaluate the paper's content otherwise.
Scanned 9/5/2026
Install to Claude Code
npx -y skills add yogsoth-ai/de-anthropocentric-research-engine --skill question-framing --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Question Framing?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/yogsoth-ai-question-framing)More formats (shields.io, HTML) on the badges page.
---
name: question-framing
description: Fill a slot-based question-framing schema (PICO, PECO, or SPIDER) from a paper's stated research question. Use this whenever the user wants a paper's research question structured into one of these standard clinical/qualitative-research question frames; this frames what question is being asked, it does not read or evaluate the paper's content otherwise.
version: 1.0.0
category: paper-reading
type: sop
execution: subagent
prompt: ./prompt.md
input: 'source_path (string), meta_path (string), slot_definitions (string — one of PICO, PECO, SPIDER)'
reads: 'abstract and method sections'
output: 'framed_question (dict — schema-specific slot names to values)'
dependencies:
sops:
- spawn-agent
---
# Question Framing
Slot-filling into PICO/PECO/SPIDER, parameterized on which schema — defines the question being asked, doesn't evaluate paper content.
## Execution
Subagent — spawned via spawn-agent skill.
## Not the same as research-question-appraisal
This SOP fills slots to describe what question is asked. `research-question-appraisal` (FINER) instead judges whether a research question is good — different structure, different SOP, not a parameterization of this one (see graph correction M15).
<!-- BEGIN available-tables (generated) -->
## Available SOPs
| SOP | When to use |
| --- | --- |
| spawn-agent | Spawn a customized CC subagent with full MCP tool access. |
<!-- END available-tables (generated) -->
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!