CoachDiscoverMapCompareSavedAI LearningAI WeeklyAbout
← Back to library
Flashcard Deck · All Guides · 10 Unique Cards

Flashcards — Auto-Citing a Brief with AI in SharePoint

Filter by guide, shuffle the deck, or flip them all at once. Each card pairs a term with its working definition from the citation pipeline.

Showing 0 cards · 0 flipped
01 · Foundations
AI Skill
tap to reveal →
A reusable building block in SharePoint that bundles a complex prompt, context, and target output under a short verb. Invoked by name on a file or list.
← tap to flip back
01 · Foundations
Assertion
tap to reveal →
A standalone factual claim inside a document that needs a source. The unit the extractor breaks the brief into — one record per assertion.
← tap to flip back
02 · Applied
Assertion Extractor
tap to reveal →
Skill that reads a document and creates one list record per factual claim, leaving the citation column blank for the next step.
← tap to flip back
02 · Applied
Citation Finder
tap to reveal →
Skill that finds backing passages in the source folder for every list row with an empty citation, then writes the passage and source file back into the row.
← tap to flip back
01 · Foundations
Citation Problem
tap to reveal →
The slow, mechanical work of matching claims in a document to passages in source files. High effort, low judgment — ideal for automation.
← tap to flip back
02 · Applied
Empty Cell Queue
tap to reveal →
Rows with no citation yet — the work queue for the Citation Finder. Re-running the finder only touches blanks, making re-runs cheap and idempotent.
← tap to flip back
02 · Applied
Explicit Invocation
tap to reveal →
Naming a skill by name in the prompt instead of relying on the AI to infer it. Useful when driving a precise multi-step process or teaching teammates the skill names.
← tap to flip back
01 · Foundations
Source Folder
tap to reveal →
The SharePoint folder holding all backing data. The Citation Finder only searches inside this folder — facts outside it cannot get cited.
← tap to flip back
01 · Foundations
Three-Skill Pipeline
tap to reveal →
List Creator → Assertion Extractor → Citation Finder. Each skill does one job, writes to SharePoint, and hands off to the next.
← tap to flip back
02 · Applied
Tracking List
tap to reveal →
SharePoint list with three columns — assertion, citation, source file — that all three skills read from or write to. Acts as the pipeline's shared workspace.
← tap to flip back