research-quickref
AUTO-INVOKE when user mentions research, paper, citation, GRADE, corpus, provenance, literature review, induct paper, evidence, bibliography. Research framework quick reference — discovery phrases for corpus inception, paper acquisition, GRADE quality, citation graphs, provenance-tracked synthesis.
What this skill does
# Research Framework — Quick Reference This is your always-loaded directory for the AIWG **research-complete** framework. It does **not** list every skill. Instead, it teaches the framework's mental model and gives you **curated search phrases** that map to `aiwg discover` lookups. ## Canonical access pattern: discover → show When you find a candidate via `aiwg discover`, fetch its body with `aiwg show <type> <name>`. **Never** use `find`, `ls`, `Glob`, or direct `Read` on `<provider>/skills/` paths — those reflect the kernel-pivot deploy state, not the full surface. ```bash aiwg discover "<phrase>" # find — returns ranked candidates aiwg show skill <name> # fetch — streams the SKILL.md body ``` If your platform's Skill tool errors on a non-kernel skill (expected — most aren't kernel), the fallback is `aiwg show`, never filesystem browsing. Last-resort if `aiwg` itself is broken: read directly from `$AIWG_ROOT/agentic/code/...` (the canonical corpus, always present). ## How to use this quickref 1. Identify the **capability domain** the user's need belongs to 2. Pick a **curated phrase** from that domain (or paraphrase the user's words) 3. Run `aiwg discover "<phrase>"` and surface the top match (or top-3) to the user **Do not enumerate skills from memory.** Discovery is the lookup surface. ## What this framework is for Research workflow automation. Builds and maintains a citation-graphed research corpus: discover papers, acquire PDFs, induct sources with structured analysis, assess quality via GRADE, build citation networks, query with grounded answers, and archive with W3C PROV provenance. ## Capability domains | Domain | Covers | |---|---| | **Discovery & acquisition** | Find papers across academic databases, download PDFs, extract metadata | | **Induction & summarization** | Bring sources into the corpus with structured analysis and literature notes | | **Quality assessment** | GRADE methodology — assess study design, sample size, conflicts, peer review | | **Citation graphs** | Build/maintain citation networks, detect gaps, traverse with `aiwg index neighbors` | | **Querying the corpus** | Grounded answers with inline REF-XXX citations | | **Health & integrity** | Lint corpus, snapshot state, archive with provenance | ## Curated discovery phrases ### Discovery & acquisition ```bash aiwg discover "research workflow" # → research-workflow (score 1.00) aiwg discover "research discover" # → research-discover aiwg discover "acquire research papers" # → research-acquire aiwg discover "best practices audit" # → best-practices-audit ``` ### Induction & summarization ```bash aiwg discover "induct research source" # → induct-research (score 1.00) aiwg discover "research document summary" # → research-document ``` ### Quality assessment ```bash aiwg discover "GRADE source quality" # → grade-on-ingest / quality-assess aiwg discover "research quality audit" # → research-quality-audit aiwg discover "GRADE distribution report" # → grade-report ``` ### Citation graphs ```bash aiwg discover "citation network" # → corpus-index-build / citation-backfill aiwg discover "verify citations" # → verify-citations (score 1.00) aiwg discover "research gap detection" # → research-gap-detect aiwg discover "citation guard" # → citation-guard aiwg discover "format citation" # → research-cite ``` ### Querying the corpus ```bash aiwg discover "research query corpus" # → research-query (score 0.90) aiwg discover "research status" # → research-status ``` ### Health, snapshot & archive ```bash aiwg discover "snapshot the corpus" # → corpus-snapshot (score 1.00) aiwg discover "corpus export" # → corpus-export aiwg discover "research archive" # → research-archive aiwg discover "research lint" # → research-lint ``` ### Provenance ```bash aiwg discover "create provenance record" # → provenance-create / auto-provenance aiwg discover "query provenance chain" # → provenance-query / provenance-report aiwg discover "validate provenance" # → provenance-validate ``` ## Corpus directory layout Research artifacts go under `.aiwg/research/`: ``` .aiwg/research/ ├── findings/ # REF-XXX literature notes (one per source) ├── citations/ # Citation sidecars (REF-XXX-citations.md) ├── sources/ # Acquired papers (PDFs, metadata) ├── profiles/ # Entity profiles │ ├── people/ # PROF-P-* author/researcher profiles │ ├── orgs/ # PROF-O-* organizations │ ├── funders/ # PROF-F-* funding bodies │ └── groups/ # PROF-G-* research groups └── reports/ # GRADE distributions, gap reports, snapshots ``` ## ID conventions - `REF-NNN` — research papers (citation-network nodes) - `PROF-[POFG]-<slug>` — entity profiles (people / orgs / funders / groups) - Both ID spaces are first-class in `aiwg index neighbors` traversal. ## GRADE methodology Quality grading is opinionated and built-in. When inducting: - Apply quality assessment at ingest - Tag with HIGH / MODERATE / LOW / VERY LOW per GRADE - Higher-quality sources earn lower hedging in synthesis; LOW/VERY LOW require explicit hedging in any output ## When the curated phrases don't fit ```bash aiwg discover "<your need, paraphrased>" --limit 5 ``` ## Anti-pattern: don't enumerate If a user asks "what research skills are available?", **do not list from this skill**. Run: ```bash aiwg discover --type skill --limit 20 "<their interest area>" ```
Related in Code Review
gstack
IncludedFast headless browser for QA testing and site dogfooding. Navigate pages, interact with elements, verify state, diff before/after, take annotated screenshots, test responsive layouts, forms, uploads, dialogs, and capture bug evidence. Use when asked to open or test a site, verify a deployment, dogfood a user flow, or file a bug with screenshots. (gstack)
startup-due-diligence
IncludedLegal due diligence review for seed-stage and Series A startups (US, Delaware C-Corp focus). Supports both investor and founder perspectives. Capabilities include: (1) Interactive document review and issue spotting; (2) Document request list generation; (3) Cap table and SAFE/convertible note analysis; (4) Red flag identification with severity ratings; (5) Diligence report generation. TRIGGERS: due diligence, DD, startup investment, cap table review, Series A, seed round, investor diligence, legal review startup, SAFE analysis, convertible note, 409A, founder vesting.
interview-master
IncludedThis skill should be used when the user asks to "generate interview questions", "prepare for interview", "optimize resume", "conduct mock interview", "analyze git commits for resume", "generate resume from code", "review my resume", or mentions interview preparation, career assistance, or extracting project experience from git history. Provides comprehensive interview and career development guidance for both job seekers and interviewers.
fix-issue
IncludedFixes GitHub issues using parallel analysis agents for root cause investigation, code exploration, and regression detection. Reads issue context from gh CLI, searches codebase and memory for related patterns, generates a fix with tests, and links the resolution back to the issue via PR. Includes prevention analysis to avoid recurrence. Use when debugging errors, resolving regressions, fixing bugs, or triaging issues.
sf-apex
IncludedGenerates and reviews Salesforce Apex code with 150-point scoring. TRIGGER when: user writes, reviews, or fixes Apex classes, triggers, test classes, batch/queueable/schedulable jobs, or touches .cls/.trigger files. DO NOT TRIGGER when: LWC JavaScript (use sf-lwc), Flow XML (use sf-flow), SOQL-only queries (use sf-soql), or non-Salesforce code.
swift-development
IncludedComprehensive Swift development for building, testing, and deploying iOS/macOS applications. Use when Claude needs to: (1) Build Swift packages or Xcode projects from command line, (2) Run tests with XCTest or Swift Testing framework, (3) Manage iOS simulators with simctl, (4) Handle code signing, provisioning profiles, and app distribution, (5) Format or lint Swift code with SwiftFormat/SwiftLint, (6) Work with Swift Package Manager (SPM), (7) Implement Swift 6 concurrency patterns (async/await, actors, Sendable), (8) Create SwiftUI views with MVVM architecture, (9) Set up Core Data or SwiftData persistence, or any other Swift/iOS/macOS development tasks.