From sdlc
Verifies citations in agent-generated content against research corpus, blocks hallucinations, enforces GRADE-compliant hedging, and logs gaps.
How this skill is triggered — by the user, by Claude, or both
Slash command
/sdlc:citation-guardThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Automatically verify citations when agents generate content that makes factual claims or references research.
Automatically verify citations when agents generate content that makes factual claims or references research.
.aiwg/research/docs/This skill acts as a passive citation guard, activating whenever agents generate content that includes citations or factual claims requiring evidence. It prevents citation hallucination by verifying references exist before they are written.
When triggered, this skill:
Intercept citation generation:
Verify against corpus:
.aiwg/research/sources/ or .aiwg/research/findings/Check GRADE compliance:
Allow or warn:
Track gaps:
.aiwg/research/TODO.mdactivation:
always_active_for:
- technical-writer
- documentation-synthesizer
- requirements-analyst
- architecture-designer
- domain-expert
- technical-researcher
triggers_on_content:
- pattern: "REF-\\d{3}"
- pattern: "@\\.aiwg/research/"
- pattern: "according to"
- pattern: "research (shows|demonstrates|suggests|indicates)"
- pattern: "\\(\\w+ et al\\., \\d{4}\\)"
This skill uses:
project-awareness: Load project's research corpus pathnpx claudepluginhub jmagly/aiwg --plugin sdlcAudits citations and source claims in academic manuscripts. Verifies whether cited papers support attributed claims and checks quantitative claims.
Prevents AI hallucinations in research outputs by verifying citations, scoring confidence, applying 7-type taxonomy, and using OWASP ASI08 circuit breakers for claim validation.
Verify scientific claims against published literature. Triggers when user says: 'fact check', 'verify claim', 'is this true', 'check this statement', 'verify citations', 'evidence for', 'is this supported', 'check my claims', 'validate findings', 'source check'. Searches literature to find evidence supporting or contradicting a specific claim, classifies evidence strength, and produces structured fact-check reports. Use this skill whenever the user needs to verify the accuracy of a scientific statement or check claims in a manuscript; reconciling many sources into one thesis is research-convergence.