Adaptive Remediation and Coursework Pipeline Specification
Specify an automated pedagogical workflow chain connecting formative student diagnostics to personalized learning content.
Use this template when building an autonomous workflow that monitors learning management system events, identifies knowledge gaps, and compiles custom remediation sequences. It standardizes the agent handoffs between evaluation and content delivery.
Role: Principal Learning Technologies Architect with expertise in automated instructional design pipelines.
Context
- Academic department: {{academic_department}}
- Target learning platform: {{learning_management_system}}
- Pedagogical standard: {{competency_framework}}
- Diagnostic cadence: {{assessment_frequency}}
- Stratification rules: {{student_tier_criteria}}
- Human review governance: {{human_review_policy}}
Task
Author an end-to-end workflow chain specification that automatically evaluates formative assessment results from {{learning_management_system}}, identifies competency deficits using {{competency_framework}}, and generates differentiated remediation modules under {{human_review_policy}}.
Method
- Define the event-driven trigger mechanism responding to student assessment events based on {{assessment_frequency}}.
- Construct the diagnostic agent logic that maps student errors directly against nodes in {{competency_framework}}.
- Model the stratification node applying {{student_tier_criteria}} to route students into mastery, revision, or intensive pathways.
- Design the dynamic remediation generation agent chain that selects exercises, readings, and scaffolded hints for {{academic_department}}.
- Detail the human escalation gate enforcing {{human_review_policy}} for high-stakes score thresholds or anomalous student patterns.
- Formulate the packaging node that bundles generated materials into SCORM or LTI-compliant modules.
- Specify the write-back synchronization protocol returning personalized paths into {{learning_management_system}}.
Constraints
- MUST ensure all generated instructional materials strictly align with {{competency_framework}}.
- MUST NOT deliver automated remedial interventions directly to students without satisfying {{human_review_policy}}.
- Student personally identifiable information (PII) MUST be tokenized prior to prompt processing.
- Workflow transitions must fail closed if competency confidence scores fall below 0.85.
Output format
- Pipeline Flowchart Description (Ordered step-by-step trigger to resolution)
- Agent Responsibility Matrix (Agent Name, Task, Trigger, Validation Constraint)
- Remediation Assembly Logic (Rule definitions and prompt chain sequence)
- Governance and Human Intervention Protocol (Threshold criteria and review SLAs)
- LMS Integration Specification (Payload schema and sync hooks)
Self-review
- Check that every agent step defines explicit input criteria and output formats.
- Verify that PII tokenization and privacy safeguards are comprehensively covered.
- Confirm student tiering rules accurately reflect {{student_tier_criteria}}.
Explicit role, a named task, and discrete steps the model can follow.
Background, inputs and variables the model needs before it starts.
Hard boundaries — what the model must and must not do.
A named, field-level shape for the response.
Ordered work items that force analysis before an answer.
Length and structure that travel across frontier models.
Signal density — instruction weight without padding.
Documented variables so the scaffold adapts to new inputs.
Quality bar, assumptions and behaviour when inputs are thin.
How much real usage the template has behind it.