ClipMarts

Enrollment to Course

Student workflow from enrollment to first lesson completion

$9Starter SkillFor specialists, founders, and lean teams

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.

Setup Time

5 min

Difficulty

Beginner

Works With
paperclipclaude-code

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
# 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-course

Installation Guide

terminal
$ paperclipai skill import --from ./enrollment-to-course/
Skill imported successfully.

One command to import — then assign to any agent in your company.

Option A: CLI (recommended)

1

Download and extract the ZIP

unzip enrollment-to-course.zip
2

Import the skill

paperclipai skill import --from ./enrollment-to-course/
3

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

1

Open Skills page

Navigate to Skills → Import Skill

2

Upload the product folder

From the extracted ZIP, upload the enrollment-to-course/ directory containing SKILL.md.

3

Assign to agents

Go to Agents → [agent] → Skills and add "Enrollment to Course" from the list.

Share
Files included8
Setup time5 min
Difficultybeginner

Tags

workfloweducationenrollmentcourseslmsonboarding