Enrollment to Course
Student workflow from enrollment to first lesson completion
What is Enrollment to Course?
An education workflow from student enrollment to course completion. Covers application processing, prerequisite verification, course assignment, welcome onboarding, first lesson delivery, progress tracking, and completion certification. Designed for online course platforms and LMS systems.
5 min
Beginner
What's Included
- workflow.yaml
- stages/enrollment.md
- stages/onboarding.md
- stages/learning.md
- stages/completion.md
- templates/welcome-email.md
- templates/certificate.md
- README.md
Preview
# workflow.yaml
name: enrollment-to-course
description: Student journey from enrollment to course completion
stages:
- id: enroll
trigger: application.submitted
actions:
- verify-prerequisites
- process-payment
- assign-to-cohort
- create-student-profile
- id: onboard
trigger: enrollment.confirmed
actions:
- send-welcome-email
- grant-lms-access
- schedule-orientation
- assign-study-buddy
- id: learn
trigger: orientation.completed
actions:
- unlock-first-module
- track-lesson-progress
- send-weekly-reminders
- flag-at-risk-students
- id: complete
trigger: final-assessment.passed
actions:
- calculate-final-grade
- generate-certificate
- request-feedback-survey
- recommend-next-courseInstallation Guide
One command to import — then assign to any agent in your company.
Option A: CLI (recommended)
Download and extract the ZIP
unzip enrollment-to-course.zipImport the skill
paperclipai skill import --from ./enrollment-to-course/Assign to an agent
# Via CLI:
paperclipai agent update <agent-name> --add-skill enrollment-to-course
# Or in the dashboard:
# Agents → [agent name] → Skills → Add "Enrollment to Course"Option B: Dashboard UI
Open Skills page
Navigate to Skills → Import Skill
Upload the product folder
From the extracted ZIP, upload the enrollment-to-course/ directory containing SKILL.md.
Assign to agents
Go to Agents → [agent] → Skills and add "Enrollment to Course" from the list.
Related Products
Lead to Close
End-to-end sales workflow from lead capture to deal close
Hire to Onboard
Full hiring workflow from job posting to day-one onboarding
Invoice to Reconcile
Invoice processing from receipt to bank reconciliation
Content Calendar to Publish
Content workflow from calendar planning to multi-channel distribution