From sdlc
Verifies citations in agent-generated content against research corpus, blocks hallucinations, enforces GRADE-compliant hedging, and logs gaps.
npx claudepluginhub jmagly/aiwg --plugin sdlcThis skill uses the workspace's default tool permissions.
Automatically verify citations when agents generate content that makes factual claims or references research.
Enforces C++ Core Guidelines for writing, reviewing, and refactoring modern C++ code (C++17+), promoting RAII, immutability, type safety, and idiomatic practices.
Provides patterns for shared UI in Compose Multiplatform across Android, iOS, Desktop, and Web: state management with ViewModels/StateFlow, navigation, theming, and performance.
Implements Playwright E2E testing patterns: Page Object Model, test organization, configuration, reporters, artifacts, and CI/CD integration for stable suites.
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 path