[side-quest] Extract agentic-workflows skill dispatcher primer into side quest - #3080
Merged
pelikhan merged 1 commit intoSep 9, 2026
Conversation
Mines workshop/09-agentic-editing.md, which embedded a task-type dispatcher primer (Edit/Debug/Optimize table) inside the main edit-debug-optimize workflow. Extracted it into workshop/side-quest-10-03-skill-dispatcher.md as a self-contained optional detour with practice scenarios for matching a request to the right task type. Routing: 09-agentic-editing.md now has a short summary plus an Optional Side Quest callout linking to the new file, which links back to 09-agentic-editing.md. workshop/README.md lists the new side quest under the optional section, noting it branches from Step 9. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
pelikhan
approved these changes
Sep 9, 2026
pelikhan
marked this pull request as ready for review
September 9, 2026 05:36
pelikhan
deleted the
side-quest-agentic-workflows-skill-dispatcher-56c85248bd54d7ae
branch
September 9, 2026 05:36
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.
Caution
Protected files were modified in this change.
This pull request is in
request_reviewmode and requires explicit human scrutiny before merge.Protected files:
README.mdWhat this does
Mines
workshop/09-agentic-editing.md, which embedded a full task-type dispatcher primer (Edit/Debug/Optimize table with trigger phrases) inside the main "Refine, Test, and Improve Your Workflow" step.Extracted: the full task-type table, example trigger phrases, and new practice scenarios (matching a real observation to the correct task type) into a new self-contained optional detour:
workshop/side-quest-10-03-skill-dispatcher.md.Routing updates:
workshop/09-agentic-editing.mdkeeps a short summary of what theagentic-workflowsskill is and how to invoke it (main path is preserved unbroken), and adds anOptional Side Questcallout at the extraction point pointing to the new side quest.09-agentic-editing.mdin its Checkpoint section ("Return to the main adventure").workshop/README.md's Optional Side Quests section gets a new bullet for the side quest, noting it "branches from Step 9".No existing side quest covered this dispatcher/task-type primer (existing 09-01 side quests focus on debugging patterns, not the skill overview itself).
Warning
Firewall blocked 1 domain
The following domain was blocked by the firewall during workflow execution:
registry.npmjs.orgTo allow these domains, add them to the
network.allowedlist in your workflow frontmatter:See Network Configuration for more information.