chore: add instructional-designer agent#32
Merged
Conversation
Add an `instructional-designer` subagent — a pedagogy expert that steers feature direction and evaluates whether tutorial-forge tutorials actually teach people to use complex software. It maps TF's existing features onto the multimedia-learning research for this exact medium (callouts/cursor/zoom = signaling, steps = segmenting, narration-action sync = temporal contiguity, idle-speedup = coherence, captions = the redundancy tension) and pushes on evidence-implied gaps (retrieval practice, pre-training, error-recovery, expertise-appropriate pacing). Advisory role: produces learning rationale and recommends to the product-manager rather than filing issues; does not write code. Documents the seam vs. the designer (learning outcome vs. video craft) and vs. the product-manager (direction vs. priority) in the agents README. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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.
What
Adds a sixth project subagent:
instructional-designer— a pedagogy expert that steers feature direction and evaluates whether tutorial-forge tutorials actually teach people to use complex software.The core move is mapping TF's existing features onto the multimedia-learning research that studies exactly this medium (narrated screen-capture instruction):
It also pushes on gaps the evidence base implies TF doesn't yet support — retrieval practice / checkpoints, pre-training framing, error-recovery demonstration, expertise-appropriate pacing — and on whether the authoring API makes the pedagogically-right thing the easy thing.
Boundaries
product-managerto file and rank. Doesn't file issues or write code, keeping a single issue-filing owner.designer— designer judges craft ("this zoom is jarring"); instructional-designer judges learning ("this zoom cues the wrong element, so the learner looks in the wrong place"). Documented as a shared seam in the README.product-manager— sets pedagogical direction; the PM owns priority and filing.Scope
New agent file + README index updated to six agents with the new handoff notes. No source touched.
🤖 Generated with Claude Code