fix(05): split agentic-workflows-intro to reduce cognitive load#1787
Merged
pelikhan merged 3 commits intoJul 21, 2026
Conversation
…reduce cognitive load Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Fix cognitive load issue in agentic workflows intro
fix(05): split agentic-workflows-intro to reduce cognitive load
Jul 21, 2026
pelikhan
marked this pull request as ready for review
July 21, 2026 09:23
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
workshop/05-agentic-workflows-intro.mdintroduced ~26 concepts in 1,574 words at step 5 — well over the ≤15 concept / ≤800 word ceiling, predicting higher drop-off in subsequent steps per Sweller's Cognitive Load Theory.Changes
workshop/05-agentic-workflows-intro.md— trimmed to 539 words covering only the three anchoring concepts: what an agentic workflow is, how it differs from standard Actions, and the trigger → agent → safe output structure. Adds a[!TIP]pointing to the new deep-dive side quest.workshop/side-quest-05-02-aw-deep-dive.md(new) — relocates all evicted content without any factual loss: classification exercises (Tasks A–D), reflection prompt, example agent output, "Check your understanding" questions, two-file structure (.md+.lock.yml), concept-check vocabulary table, and self-check. Has its own✅ Checkpoint.workshop/README.md— adds the new side quest to the Optional Side Quests list under step 5.