← Library
Flashcard Deck · All Guides · 11 Unique Cards
All flashcards
Every concept from this video as a flip card. Filter by guide, shuffle the deck, or flip everything at once.
Showing 11 cards · 0 flipped
02 · Applied
Brand overlay
tap to reveal →
A second skill that layers brand rules (the "forest brand") on top of the formatting work, so styled lists stay on-brand.
← tap to flip back
01 · Foundations
Both-path branch
tap to reveal →
When a request spans multiple sub-areas, the classifier loads more than one reference file in the same turn instead of choosing a single branch.
← tap to flip back
01 · Foundations
Branching skill
tap to reveal →
A parent skill that classifies the request and loads one of several reference files on demand instead of inlining all knowledge up front.
← tap to flip back
02 · Applied
Classifier step
tap to reveal →
The first thing the parent skill does — read the prompt, pick which reference file(s) apply, log the decision, then load.
← tap to flip back
01 · Foundations
Column formatting
tap to reveal →
SharePoint JSON that styles a single column's cells — colour-coded status, icons, progress bars. Different schema from view formatting.
← tap to flip back
01 · Foundations
Conditional load
tap to reveal →
Pulling a reference file into the model's context only when this request actually needs it. Saves context for knowledge you sometimes need.
← tap to flip back
02 · Applied
Governance pattern
tap to reveal →
The general use of branching skills to gate heavy knowledge — governance, security, naming rules — behind a classifier that loads on demand.
← tap to flip back
01 · Foundations
Parent skill
tap to reveal →
The top-level skill in a branching setup. Owns routing logic only — decides which sub-file to read before doing any formatting work.
← tap to flip back
02 · Applied
Progress bar trace
tap to reveal →
The run output shown by SharePoint AI as the skill executes — surfaces the classification and lets you confirm which branch was taken.
← tap to flip back
02 · Applied
Sub-skill file
tap to reveal →
A reference file behind one branch — the column-patterns file or the view-patterns file. Heavy and detailed, loaded conditionally.
← tap to flip back
01 · Foundations
View formatting
tap to reveal →
SharePoint JSON that styles entire list views — row highlighting, timelines, gallery layouts. The earlier video covered this set.
← tap to flip back