/research-document
Generate structured summaries, extract claims, and create markdown notes for acquired research papers
$ npx -y skills add jmagly/aiwg --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
- Fires itselfClaude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/research-document
Context preview
What this command does when you run it.
Generate structured summaries, extract claims, and create markdown notes for acquired research papers
Command definition
research-document.mddescription: Generate structured summaries, extract claims, and create markdown notes for acquired research papers
category: research-management
argument-hint: [--paper-id <id>] [--all] [--template <type>]
allowed-tools: Read, Write, Grep, Glob
model: claude-sonnet-4-6
Research Documentation Command
Task
Generate structured documentation for acquired research papers. Extracts key claims, methodologies, findings, and limitations. Creates markdown notes compatible with Obsidian, Zotero, and other research tools.
When invoked with `/research-document [options]`:
1. **Load** acquired papers (PDFs and metadata) 2. **Extract** text content from PDFs 3. **Summarize** paper structure (abstract, methodology, findings, conclusion) 4. **Identify** key claims and supporting evidence 5. **Generate** markdown notes with structured templates 6. **Link** related papers and citations
Parameters
- **`--paper-id <id>`** (optional): Document specific paper
- **`--all`** (optional): Document all acquired papers
- **`--template <type>`** (optional): Note template (`research-note`, `literature-review`, `claim-extraction`)
Outputs
- **Research notes**: `.aiwg/research/notes/{paper-id}.md`
- **Claim database**: `.aiwg/research/claims/claims.json`
- **Summary report**: `.aiwg/research/analysis/documentation-summary.md`
Related Agents
- **Documentation Agent** (@$AIWG_ROOT/agentic/code/frameworks/research-complete/elaboration/agents/documentation-agent-spec.md)
Skill Definition
**Natural Language Patterns**:
- "Summarize the papers"
- "Document the research"
- "Extract claims from papers"
- "Create research notes"
References
- @$AIWG_ROOT/agentic/code/frameworks/research-complete/elaboration/use-cases/UC-RF-003-document-research-paper.md
---
**Status**: DRAFT **Created**: 2026-01-25 **UC Mapping**: UC-RF-003
Read more
description: Generate structured summaries, extract claims, and create markdown notes for acquired research papers category: research-management argument-hint: [--paper-id <id>] [--all] [--template <type>] allowed-tools: Read, Write, Grep, Glob model: claude-sonnet-4-6
Research Documentation Command
Task
Generate structured documentation for acquired research papers. Extracts key claims, methodologies, findings, and limitations. Creates markdown notes compatible with Obsidian, Zotero, and other research tools.
When invoked with `/research-document [options]`:
1. **Load** acquired papers (PDFs and metadata) 2. **Extract** text content from PDFs 3. **Summarize** paper structure (abstract, methodology, findings, conclusion) 4. **Identify** key claims and supporting evidence 5. **Generate** markdown notes with structured templates 6. **Link** related papers and citations
Parameters
- **`--paper-id <id>`** (optional): Document specific paper
- **`--all`** (optional): Document all acquired papers
- **`--template <type>`** (optional): Note template (`research-note`, `literature-review`, `claim-extraction`)
Outputs
- **Research notes**: `.aiwg/research/notes/{paper-id}.md`
- **Claim database**: `.aiwg/research/claims/claims.json`
- **Summary report**: `.aiwg/research/analysis/documentation-summary.md`
Related Agents
- **Documentation Agent** (@$AIWG_ROOT/agentic/code/frameworks/research-complete/elaboration/agents/documentation-agent-spec.md)
Skill Definition
**Natural Language Patterns**:
- "Summarize the papers"
- "Document the research"
- "Extract claims from papers"
- "Create research notes"
References
- @$AIWG_ROOT/agentic/code/frameworks/research-complete/elaboration/use-cases/UC-RF-003-document-research-paper.md
---
**Status**: DRAFT **Created**: 2026-01-25 **UC Mapping**: UC-RF-003
Multi-agent AI framework for Claude Code, Copilot, Cursor, Warp, and 6 more platforms 200+ agents, 109+ CLI commands, 400+ deployable agent/skill/command/rule artifacts, 8 core frameworks, 32 addons, and a 40-plugin Claude Code marketplace.
Repo: jmagly/aiwg
Other commands on aiwg.
- /DELIVERABLE-SUMMARY
**Date**: 2026-01-25 **Status**: Complete **Owner**: Requirements Analyst **Team**: Research Framework
Open command - /research-acquire
Acquire research papers from acquisition queue, download PDFs, validate integrity, and organize artifacts
Open command - /research-archive
Package, version, and backup research artifacts following OAIS standards
Open command - /research-cite
Format citations, back claims with evidence, and build citation networks
Open command - /research-discover
Discover research papers via semantic search with automated gap analysis and PRISMA-compliant documentation
Open command - /research-export
Export research artifacts in multiple formats (BibTeX, Obsidian, Zotero, OAIS)
Open command

