reprocess-student-completion-from-general

Reprocess general-scope raw book PDFs into student-scoped completions via a two-phase workflow.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/jarodmeng/daydreamedu-scripts --skill reprocess-student-completion-from-general
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: reprocess-student-completion-from-general
Source: https://github.com/jarodmeng/daydreamedu-scripts/tree/main/.cursor/skills/reprocess-student-completion-from-general
Command: npx skills add https://github.com/jarodmeng/daydreamedu-scripts --skill reprocess-student-completion-from-general

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Reprocesses mistaken general-scope raw book PDFs into student-scoped completions by executing a two-phase workflow with an external cleaning checkpoint: Phase A relocates files to the student scope, cleans registry and book group state, and builds a merged PDF; Phase B splits the cleaned PDF back into general-scope units, rescans, links student completions to templates, and verifies final registry integrity.

Core Features & Use Cases

  • Two-phase workflow: relocate, merge, clean registries, then split and relink when corrections are needed.
  • Registry integrity and template-completion linkage: ensures templates remain correct after re-scoping.
  • Checkpoints and guardrails: hard gates between Phase A and Phase B with external cleaning step.

Quick Start

Provide a list of general-scope raw PDFs and run Phase A to relocate, merge, and prepare for Phase B with a cleaned PDF.

Frequently Asked Questions about reprocess-student-completion-from-general

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

FAQPage Schema
How do I re-scope general-scope PDFs into student-specific completions?

To re-scope general-scope PDFs into student-specific completions, use a two-phase workflow that relocates files, cleans registries, merges PDFs, then splits and links them to individual student templates.

What is the best way to split a merged PDF back into general-scope units after registry cleanup?

Splitting a merged PDF back into general-scope units happens in the second phase, which rescans the cleaned PDF, links student completions to templates, and verifies final registry integrity.

How do I fix mistaken general-scope book PDFs in a student registry without breaking template links?

Fixing mistaken general-scope book PDFs requires a workflow that cleans book group state and registry entries while ensuring template-completion linkage remains correct after files are re-scoped.

Does the PDF re-scoping workflow require an external cleaning checkpoint?

Yes, the PDF re-scoping workflow enforces a hard gate with an explicit external cleaning checkpoint between Phase A and Phase B to ensure safe file moves and registry cleanup before splitting.

Can I automate registry verification and file relocation for student book completions?

You can automate registry verification and file relocation through a guarded workflow that relocates student-scoped files, cleans book group state, and verifies final registry integrity automatically.

When should I not use a two-phase reprocessing workflow for student completions?

You should not use a two-phase reprocessing workflow if your book PDFs are already correctly student-scoped, as the workflow targets mistaken general-scope files that require registry cleanup and template relinking.