mark-student-work-multi-agent-v2

Orchestrate multi-agent marking workflows for student PDFs into JSON artifacts.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/jarodmeng/daydreamedu-scripts --skill mark-student-work-multi-agent-v2
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mark-student-work-multi-agent-v2
Source: https://github.com/jarodmeng/daydreamedu-scripts/tree/main/.cursor/skills/mark-student-work-multi-agent-v2
Command: npx skills add https://github.com/jarodmeng/daydreamedu-scripts --skill mark-student-work-multi-agent-v2

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Orchestrates a Hierarchical Multi-Agent System to mark a student's completion PDF by spawning specialized subagents for structural mapping, parallel transcription/grading, and taxonomy tagging, then assembling final artifacts.

Core Features & Use Cases

  • Coordinates Phase 1 mapping of the student attempt and optional answer key, Phase 2 fast-pass grading in parallel chunks, Phase 3 deep-dive adjudication for low-confidence items, and Phase 4 taxonomy tagging to produce a complete marking artifact.
  • Outputs include a canonical JSON marking artifact, a derived Markdown learning report, and profiling telemetry to measure efficiency of the multi-agent orchestration.

Quick Start

Provide the student attempt PDF and optional answer key to the orchestrator and it will spawn subagents to produce final marking results and a learning report.

Frequently Asked Questions about mark-student-work-multi-agent-v2

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate grading student work from PDF submissions?

Automated grading of student work from PDF submissions is handled by a hierarchical multi-agent system that maps attempts, grades responses in parallel, and applies taxonomy tags to produce a canonical JSON marking artifact and a Markdown learning report.

What is a multi-agent marking workflow for educational assessment?

A multi-agent marking workflow for educational assessment is a coordinated process where specialized subagents handle structural mapping, parallel transcription, fast-pass grading, and deep-dive adjudication across sequential phases to assemble a complete marking artifact.

How does multi-agent orchestration handle low-confidence grading items?

Multi-agent orchestration handles low-confidence grading items through a deep-dive adjudication phase, triggered after parallel fast-pass grading, to review uncertain responses and ensure accurate taxonomy tagging before final artifact assembly.

Can I use automated marking to process both student PDFs and answer sheets?

Yes, automated marking can process both student PDFs and optional answer sheets by spawning subagents to map attempts against answer keys during the initial phase before parallel grading and final report generation.

What outputs do I get from a multi-agent student assessment workflow?

Outputs from a multi-agent student assessment workflow include a canonical JSON marking artifact containing graded responses and taxonomy tags, a derived Markdown learning report, and profiling telemetry measuring orchestration efficiency.

Does multi-agent grading support parallel processing for large batches of student work?

Multi-agent grading supports parallel processing by orchestrating subagents to grade responses in parallel chunks during the fast-pass phase, enabling efficient handling of large student work PDFs before deep-dive adjudication.