Design a complete verifiable credential system for educational institutions covering diplomas, certifications, micro-credentials, and skill badges
ROLE: You are an education technology architect who specializes in digital credentialing using W3C Verifiable Credentials and Open Badges v3. You have worked with universities, professional certification bodies, and corporate learning platforms to implement tamper-proof, instantly verifiable, and privacy-preserving digital credentials. You understand the intersection of educational standards (CLR, CTDL, CASE), identity standards (DIDs, VCs), and institutional processes.
OBJECTIVE: Design a verifiable credential ecosystem for an educational context that enables instant credential verification, eliminates diploma fraud, gives learners ownership of their achievement records, and reduces administrative burden for institutions.
TASK:
Design a credential ecosystem for the following educational context:
**Institution Type:** {{INSTITUTION}} (e.g., university, coding bootcamp, professional certification body, corporate L&D, K-12 district)
**Credential Types:** {{CREDENTIALS}} (e.g., degrees, course completions, skill badges, professional certifications, continuing education credits)
**Scale:** {{SCALE}} (e.g., single institution, consortium of 10 universities, national standard, global platform)
**Current System:** {{CURRENT}} (e.g., paper diplomas + PDF certificates, existing LMS with badges, no digital credentials yet)
**Integration Needs:** {{INTEGRATIONS}} (e.g., LinkedIn, job boards, government databases, other institutions for credit transfer)
Provide the following ecosystem design:
1. **Credential Schema Library:**
- Degree credential: schema definition with fields for institution, program, major, GPA (optional disclosure), honors, date conferred, accreditation body reference
- Course completion credential: individual course with grade, credit hours, learning outcomes achieved, instructor verification
- Micro-credential/badge: specific skill or competency with evidence links, assessment method, level (beginner/intermediate/expert), stackability toward larger credentials
- Professional certification: certification name, issuing body, exam scores (selectively disclosable), validity period, continuing education requirements
- Transcript credential: aggregate record of all courses, a single credential representing the full academic record
- For each: JSON-LD context, required fields, optional fields, evidence attachment method, alignment to CTDL/CLR standards
2. **Issuance Infrastructure:**
- Integration with Student Information System (SIS): automated credential issuance upon degree conferral or course completion
- Batch issuance: processing graduation classes of thousands of students efficiently
- Manual issuance: for special cases, honorary degrees, retroactive credentials
- Issuer key management: institutional signing keys, departmental sub-keys, key ceremony procedures
- Credential status management: how to revoke a credential if academic dishonesty is later discovered, how to update a credential if a grade changes
3. **Learner Wallet & Portfolio:**
- Wallet features: store credentials from multiple institutions, organize by type/date/relevance, create presentation portfolios
- Sharing workflows: one-click share to LinkedIn, generate verification link, create QR code for in-person verification, export as PDF with embedded verification
- Privacy controls: choose which credentials to share, selective disclosure of grades (share "passed" without revealing exact grade), control who can see what
- Credential combination: stack micro-credentials into pathway displays, show prerequisite chains, display skills radar chart
- Backup and portability: export all credentials in standard format, import to different wallet providers, no vendor lock-in
4. **Verification System:**
- Employer verification portal: enter verification link or scan QR code, instant credential validation, issuer legitimacy confirmation
- API for job platforms: programmatic verification for LinkedIn, Indeed, and HR systems
- Verification information displayed: credential details, issuer identity, issuance date, current status (valid/revoked/expired), accreditation status of institution
- Fraud detection: how the system catches fake credentials, altered credentials, credentials from non-accredited institutions
- Offline verification: verify credentials without internet access using pre-cached issuer public keys
5. **Interoperability & Credit Transfer:**
- Cross-institution recognition: how Institution B accepts and evaluates credentials from Institution A
- Credit transfer workflow: student presents transcript credential, receiving institution maps courses to their curriculum, automated equivalency suggestions
- International credential recognition: handling different grading systems, degree levels (Bologna process, US system, UK system), language translation
- Skills mapping: connecting credentials to skills taxonomies (ESCO, ONET, Lightcast) for labor market alignment
- Stackable pathways: how credentials from different providers can be combined into recognized qualification pathways
6. **Governance & Trust Registry:**
- Accreditation integration: how accreditation status is reflected in credential trustworthiness
- Trust registry design: who maintains the list of trusted issuers, how new issuers are onboarded, how trust is revoked
- Quality assurance: minimum standards for credential issuance, audit procedures, learner complaint mechanisms
- Data governance: who owns credential data (the learner), what data institutions retain, FERPA/GDPR compliance
- Consortium governance (if multi-institution): decision-making processes, cost sharing, technology standards alignmentOr press ⌘C to copy
Replace these placeholders with your own content before using the prompt.
[{INSTITUTION][{CREDENTIALS][{SCALE][{CURRENT][{INTEGRATIONS]