@exaudeus/workrail 0.0.8 → 0.0.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -0,0 +1,286 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": "personal-learning-course-design",
|
|
3
|
+
"name": "Personal Learning Course Design Workflow",
|
|
4
|
+
"version": "1.0.0",
|
|
5
|
+
"description": "A systematic workflow for designing effective personal learning courses with three thoroughness paths: Quick Start (3-5 days for essential structure), Balanced (1-2 weeks for comprehensive system), and Comprehensive (2-3 weeks for professional-grade pedagogical depth). Adapts complexity based on user time constraints and learning design experience.",
|
|
6
|
+
"clarificationPrompts": [
|
|
7
|
+
"What specific knowledge or skill do you want to master for yourself? (Be precise about the learning goal)",
|
|
8
|
+
"How will you know you've successfully learned this? What will you be able to do, create, or solve? (Define your personal success criteria)",
|
|
9
|
+
"What's your current level with this topic? (Complete beginner, some exposure, intermediate - helps determine starting point)",
|
|
10
|
+
"How much time can you realistically commit per week to structured learning? (Be honest about your schedule constraints)",
|
|
11
|
+
"What's your preferred learning style and what methods have worked best for you in the past? (Video, reading, hands-on practice, etc.)",
|
|
12
|
+
"What's your experience with creating learning plans? (Never done it, some experience, comfortable with instructional design)",
|
|
13
|
+
"How much time do you want to spend on the learning design process itself? (Quick structure: 3-5 days, Balanced system: 1-2 weeks, Comprehensive design: 2-3 weeks)"
|
|
14
|
+
],
|
|
15
|
+
"preconditions": [
|
|
16
|
+
"Clear personal motivation for why you want to learn this topic",
|
|
17
|
+
"Realistic assessment of available time for learning",
|
|
18
|
+
"Access to quality learning resources (books, courses, online materials, practice opportunities)",
|
|
19
|
+
"Commitment to following a structured approach rather than random resource consumption"
|
|
20
|
+
],
|
|
21
|
+
"metaGuidance": [
|
|
22
|
+
"START SMALL: Focus on one concrete sub-skill before expanding scope - master fundamentals first",
|
|
23
|
+
"ACTIVE LEARNING: Every learning session must include hands-on practice or application, not just passive consumption",
|
|
24
|
+
"SPACED REPETITION: Build in regular review and reinforcement of previously learned concepts",
|
|
25
|
+
"PROGRESS VALIDATION: Create checkpoints to assess your understanding before moving to advanced topics",
|
|
26
|
+
"SUSTAINABLE PACE: Design for consistency over intensity - small daily progress beats sporadic marathons"
|
|
27
|
+
],
|
|
28
|
+
|
|
29
|
+
"steps": [
|
|
30
|
+
{
|
|
31
|
+
"id": "select-design-path",
|
|
32
|
+
"title": "Choose Your Learning Design Path",
|
|
33
|
+
"prompt": "Based on your time constraints and learning design experience, select the approach that best fits your needs:\n\n**🚀 QUICK START PATH (3-5 days)**\n- **Best for**: First-time course designers, tight timelines, simple learning goals\n- **What you get**: Essential structure with clear objectives, basic assessment, and simple schedule\n- **Time investment**: 3-5 days to complete design process\n- **Result**: Functional learning plan that covers the basics effectively\n\n**⚖️ BALANCED PATH (1-2 weeks)**\n- **Best for**: Some learning design experience, moderate complexity goals, want good system without overwhelm\n- **What you get**: Solid instructional design plus engagement features, assessment strategy, and progress tracking\n- **Time investment**: 1-2 weeks to complete design process\n- **Result**: Comprehensive learning system with proven pedagogical principles\n\n**🎓 COMPREHENSIVE PATH (2-3 weeks)**\n- **Best for**: Complex learning goals, want professional-grade system, experienced with instructional design\n- **What you get**: Full pedagogical depth with spaced repetition, detailed accountability, and advanced monitoring\n- **Time investment**: 2-3 weeks to complete design process\n- **Result**: Professional-grade learning system with all advanced features\n\n**Please select your path:**\n- Type 'quick' for Quick Start Path (3-5 days)\n- Type 'balanced' for Balanced Path (1-2 weeks)\n- Type 'comprehensive' for Comprehensive Path (2-3 weeks)\n\nYour choice will customize the remaining steps to match your needs and time constraints.",
|
|
34
|
+
"agentRole": "You are a learning design consultant who helps users choose the right level of complexity for their learning design process. Guide them to select a path that matches their experience, time constraints, and learning goals without overwhelming them.",
|
|
35
|
+
"guidance": [
|
|
36
|
+
"Help users honestly assess their time availability and design experience",
|
|
37
|
+
"Explain that all paths produce effective learning plans - the difference is in depth and features",
|
|
38
|
+
"Reassure that paths can be upgraded later if needed",
|
|
39
|
+
"Focus on matching user needs rather than selling the most comprehensive option"
|
|
40
|
+
]
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
"id": "define-learning-objectives-quick",
|
|
44
|
+
"title": "Quick Start: Define Core Learning Objectives",
|
|
45
|
+
"runCondition": {
|
|
46
|
+
"var": "designPath",
|
|
47
|
+
"equals": "quick"
|
|
48
|
+
},
|
|
49
|
+
"prompt": "Create focused, achievable learning objectives that match your time constraints.\n\n**STEP 1: Define Your Main Goal**\n- Write your specific learning goal in one clear sentence\n- Break it into 2-3 core sub-skills (keep it simple for quick start)\n- Each sub-skill should be achievable in 1-2 weeks of your stated time commitment\n\n**STEP 2: Quick Success Criteria**\n- For each sub-skill, write ONE specific thing you'll be able to do after learning it\n- Use simple action verbs: understand, explain, apply, create, solve\n- Focus on observable outcomes: 'I can solve X problem' or 'I can create Y'\n\n**STEP 3: Simple Priority Order**\n- Number your sub-skills 1-3 in learning order\n- Put essential prerequisites first\n- This becomes your basic learning sequence\n\n**QUICK START FOCUS**: Keep objectives concrete and limited. Better to master 2-3 things well than attempt everything.",
|
|
50
|
+
"agentRole": "You are a learning consultant specializing in rapid instructional design. Help users create focused, achievable objectives without overwhelming detail or complexity. Emphasize clarity and actionability over comprehensiveness.",
|
|
51
|
+
"guidance": [
|
|
52
|
+
"Keep it simple - 2-3 main objectives maximum for quick start",
|
|
53
|
+
"Focus on immediate actionable outcomes",
|
|
54
|
+
"Avoid complex taxonomies or detailed analysis",
|
|
55
|
+
"Prioritize clarity over completeness"
|
|
56
|
+
]
|
|
57
|
+
},
|
|
58
|
+
{
|
|
59
|
+
"id": "define-learning-objectives-balanced",
|
|
60
|
+
"title": "Balanced: Define Structured Learning Objectives",
|
|
61
|
+
"runCondition": {
|
|
62
|
+
"var": "designPath",
|
|
63
|
+
"equals": "balanced"
|
|
64
|
+
},
|
|
65
|
+
"prompt": "Create well-structured learning objectives using proven instructional design principles.\n\n**STEP 1: Break Down Your Learning Goal**\n- Write your main learning goal from the clarification prompts\n- Break it into 3-5 specific sub-skills or knowledge areas\n- Each sub-skill should be achievable in 2-3 weeks of your stated time commitment\n- For each sub-skill, write what you'll be able to DO (not just know) after learning it\n\n**STEP 2: Define Success Criteria**\n- For each objective, define specific evidence that you've mastered it\n- Create observable outcomes: 'I can solve X type of problem', 'I can create Y without help'\n- Set both knowledge tests (can I explain this?) and application tests (can I use it?)\n- Validation check: Could you demonstrate this objective to someone in 15 minutes?\n\n**STEP 3: Prioritize & Sequence**\n- Rank objectives by: 1) Learning dependencies, 2) Personal priority, 3) Difficulty\n- Identify which objectives are prerequisites for others\n- Create your learning sequence with logical flow\n\n**BALANCED FOCUS**: Solid structure with clear objectives and practical assessment, without overwhelming complexity.",
|
|
66
|
+
"agentRole": "You are an instructional design specialist who creates well-structured learning objectives using backward design principles. Help users balance thoroughness with practical efficiency, focusing on clear outcomes and logical sequencing.",
|
|
67
|
+
"guidance": [
|
|
68
|
+
"Use backward design - start with outcomes, then plan how to achieve them",
|
|
69
|
+
"Include both knowledge and application components",
|
|
70
|
+
"Ensure objectives build logically on each other",
|
|
71
|
+
"Keep assessment criteria practical and observable"
|
|
72
|
+
]
|
|
73
|
+
},
|
|
74
|
+
{
|
|
75
|
+
"id": "define-learning-objectives-comprehensive",
|
|
76
|
+
"title": "Comprehensive: Design Advanced Learning Objectives",
|
|
77
|
+
"runCondition": {
|
|
78
|
+
"var": "designPath",
|
|
79
|
+
"equals": "comprehensive"
|
|
80
|
+
},
|
|
81
|
+
"prompt": "Transform your learning goal into specific, measurable objectives using advanced instructional design principles.\n\n**STEP 1: Break Down Your Learning Goal**\n- Write your main learning goal from the clarification prompts\n- Break it into 3-5 specific sub-skills or knowledge areas\n- **CONSTRAINT**: Each sub-skill should be achievable in 2-4 weeks of your stated time commitment\n- For each sub-skill, write what you'll be able to DO (not just know) after learning it\n- Use action verbs matched to your learning level:\n * **Beginner**: understand, explain, identify, describe, apply basic concepts\n * **Intermediate**: analyze, compare, implement, solve problems, create simple projects\n * **Advanced**: evaluate, design, optimize, synthesize, create complex solutions\n\n**STEP 2: Define Success Criteria**\n- For each objective, define specific evidence that you've mastered it\n- Create observable outcomes: 'I can solve X type of problem', 'I can create Y without help'\n- Set both knowledge tests (can I explain this?) and application tests (can I use it?)\n- **VALIDATION**: Could you demonstrate this objective to someone in 15 minutes or less?\n\n**STEP 3: Prioritize Objectives**\n- Rank your objectives by: 1) **Learning Dependencies** (what must come first), 2) Personal priority, 3) Difficulty level\n- **DEPENDENCY CHECK**: Does this objective build directly on skills you already have or earlier objectives?\n- Identify which objectives are prerequisites for others\n- This creates your learning sequence backbone\n\n**COMPREHENSIVE FOCUS**: Full Bloom's Taxonomy application with detailed prerequisite analysis and advanced assessment design.",
|
|
82
|
+
"agentRole": "You are an instructional design specialist with expertise in applying Bloom's Taxonomy and backward design principles. Help the user create clear, measurable learning objectives that prevent vague goals and scope creep. Focus on action-oriented outcomes and proper prerequisite sequencing.",
|
|
83
|
+
"guidance": [
|
|
84
|
+
"Use Bloom's Taxonomy action verbs to make objectives specific and measurable",
|
|
85
|
+
"Apply backward design: start with what you want to achieve, then design how to get there",
|
|
86
|
+
"Ensure each objective has both knowledge and application components",
|
|
87
|
+
"Keep objectives focused - better to master fewer things well than many things poorly",
|
|
88
|
+
"Match verb complexity to actual learning level - avoid verb inflation",
|
|
89
|
+
"Validate that objectives are achievable within stated time commitment",
|
|
90
|
+
"Check that each objective builds logically on previous knowledge or skills"
|
|
91
|
+
]
|
|
92
|
+
},
|
|
93
|
+
{
|
|
94
|
+
"id": "assess-knowledge-quick",
|
|
95
|
+
"title": "Quick Start: Simple Knowledge Assessment",
|
|
96
|
+
"runCondition": {
|
|
97
|
+
"var": "designPath",
|
|
98
|
+
"equals": "quick"
|
|
99
|
+
},
|
|
100
|
+
"prompt": "Quickly identify your starting point and any major gaps.\n\n**STEP 1: Quick Knowledge Check**\n- For each learning objective, rate your current knowledge (1-5 scale)\n- Note what you already know vs. what's completely new\n- Identify any tools or resources you need access to\n\n**STEP 2: Essential Prerequisites**\n- List anything you must learn first before tackling your main objectives\n- Check if you have the basic background knowledge needed\n- Note any major gaps that need external resources\n\n**QUICK START FOCUS**: Simple assessment to identify major gaps without deep analysis.",
|
|
101
|
+
"agentRole": "You are a learning assessment consultant who helps users quickly identify their starting point and major knowledge gaps without overwhelming analysis. Focus on practical readiness and essential prerequisites.",
|
|
102
|
+
"guidance": [
|
|
103
|
+
"Keep assessment simple and action-oriented",
|
|
104
|
+
"Focus on identifying major gaps, not detailed analysis",
|
|
105
|
+
"Prioritize readiness to start learning over comprehensive mapping",
|
|
106
|
+
"Identify critical prerequisites that would block progress"
|
|
107
|
+
]
|
|
108
|
+
},
|
|
109
|
+
{
|
|
110
|
+
"id": "assess-knowledge-balanced",
|
|
111
|
+
"title": "Balanced: Structured Knowledge Assessment",
|
|
112
|
+
"runCondition": {
|
|
113
|
+
"or": [
|
|
114
|
+
{
|
|
115
|
+
"var": "designPath",
|
|
116
|
+
"equals": "balanced"
|
|
117
|
+
},
|
|
118
|
+
{
|
|
119
|
+
"var": "designPath",
|
|
120
|
+
"equals": "comprehensive"
|
|
121
|
+
}
|
|
122
|
+
]
|
|
123
|
+
},
|
|
124
|
+
"prompt": "Map your starting point and identify knowledge gaps using systematic assessment techniques.\n\n**STEP 1: Knowledge Audit**\n- For each learning objective, honestly assess your current level (0-10 scale)\n- Identify what you already know that's relevant\n- Note areas of complete ignorance vs. partial understanding\n- Document any misconceptions or gaps in foundational knowledge\n\n**STEP 2: Prerequisite Analysis**\n- For each objective, list what knowledge/skills are required before you can learn it\n- Identify missing prerequisites that need to be learned first\n- Check if you have access to practice opportunities for hands-on learning\n- Note any tools, software, or resources you'll need\n\n**STEP 3: Learning Path Dependencies**\n- Map which objectives depend on others (create a learning sequence)\n- Identify which can be learned in parallel vs. must be sequential\n- Flag any prerequisites you need to learn from external sources first",
|
|
125
|
+
"agentRole": "You are a learning assessment specialist who helps create realistic learning paths that build knowledge systematically. Guide users to be brutally honest about their current knowledge and help them avoid the common mistake of jumping to advanced topics without proper foundations.",
|
|
126
|
+
"guidance": [
|
|
127
|
+
"Be brutally honest about current knowledge - overestimating leads to frustration",
|
|
128
|
+
"Identify and fill prerequisite gaps before tackling main objectives",
|
|
129
|
+
"Consider both explicit prerequisites (you need X to learn Y) and implicit ones (background knowledge)",
|
|
130
|
+
"Map dependencies to create an efficient learning sequence"
|
|
131
|
+
]
|
|
132
|
+
},
|
|
133
|
+
{
|
|
134
|
+
"id": "create-basic-plan-quick",
|
|
135
|
+
"title": "Quick Start: Create Basic Learning Plan",
|
|
136
|
+
"runCondition": {
|
|
137
|
+
"var": "designPath",
|
|
138
|
+
"equals": "quick"
|
|
139
|
+
},
|
|
140
|
+
"prompt": "Create a simple, actionable learning plan that you can start immediately.\n\n**STEP 1: Simple Schedule**\n- Based on your weekly time commitment, plan specific days and times for learning\n- Allocate time for: learning new material (70%), practice (20%), review (10%)\n- Create a realistic timeline for completing each objective\n\n**STEP 2: Resource List**\n- Identify 1-2 primary resources for each learning objective\n- Choose resources that match your learning style preferences\n- Focus on comprehensive, beginner-friendly materials\n\n**STEP 3: Basic Progress Tracking**\n- Create a simple checklist of objectives to complete\n- Plan weekly check-ins to assess progress\n- Identify 1-2 ways to test your understanding of each objective\n\n**DELIVERABLE: Quick Start Learning Plan**\nCreate a simple document with:\n- Your 2-3 learning objectives\n- Weekly schedule with specific time blocks\n- Resource list organized by objective\n- Simple progress checklist\n- Basic assessment methods\n\n**QUICK START FOCUS**: Get you learning quickly with a solid foundation you can build on later.",
|
|
141
|
+
"agentRole": "You are a learning consultant who creates simple, immediately actionable learning plans. Focus on getting users started quickly with a solid foundation they can build upon, avoiding analysis paralysis.",
|
|
142
|
+
"guidance": [
|
|
143
|
+
"Prioritize action over perfection - get them started quickly",
|
|
144
|
+
"Create plans that can be implemented immediately",
|
|
145
|
+
"Focus on essential elements that prevent learning sprawl",
|
|
146
|
+
"Design for easy modification and expansion later"
|
|
147
|
+
],
|
|
148
|
+
"requireConfirmation": true,
|
|
149
|
+
"validationCriteria": [
|
|
150
|
+
{
|
|
151
|
+
"type": "contains",
|
|
152
|
+
"value": "objective",
|
|
153
|
+
"message": "Plan must include specific learning objectives"
|
|
154
|
+
},
|
|
155
|
+
{
|
|
156
|
+
"type": "contains",
|
|
157
|
+
"value": "schedule",
|
|
158
|
+
"message": "Plan must include a learning schedule"
|
|
159
|
+
},
|
|
160
|
+
{
|
|
161
|
+
"type": "length",
|
|
162
|
+
"min": 300,
|
|
163
|
+
"message": "Plan should include essential details (at least 300 characters)"
|
|
164
|
+
}
|
|
165
|
+
]
|
|
166
|
+
},
|
|
167
|
+
{
|
|
168
|
+
"id": "design-assessment-balanced",
|
|
169
|
+
"title": "Balanced: Design Assessment Strategy",
|
|
170
|
+
"runCondition": {
|
|
171
|
+
"or": [
|
|
172
|
+
{
|
|
173
|
+
"var": "designPath",
|
|
174
|
+
"equals": "balanced"
|
|
175
|
+
},
|
|
176
|
+
{
|
|
177
|
+
"var": "designPath",
|
|
178
|
+
"equals": "comprehensive"
|
|
179
|
+
}
|
|
180
|
+
]
|
|
181
|
+
},
|
|
182
|
+
"prompt": "Create a systematic approach to test your understanding and track progress throughout your learning journey.\n\n**STEP 1: Design Knowledge Checks**\n- For each objective, create specific ways to test your understanding\n- Include both recall tests (can you remember?) and application tests (can you use it?)\n- Design quick self-assessments you can do regularly\n- Create milestone assessments for major learning chunks\n\n**STEP 2: Create Practice Opportunities**\n- Design hands-on exercises that let you apply what you're learning\n- Create mini-projects that combine multiple concepts\n- Identify real-world problems you can practice solving\n- Plan how you'll get feedback on your practice attempts\n\n**STEP 3: Build Accountability Measures**\n- Decide how often you'll assess your progress (weekly, bi-weekly)\n- Create a simple tracking system for completed objectives\n- Design rewards for hitting learning milestones\n- Plan what you'll do if you get stuck or fall behind",
|
|
183
|
+
"agentRole": "You are an assessment design expert who creates robust systems that prevent the illusion of learning and ensure real mastery through active testing and application. Focus on multiple assessment types and practical accountability.",
|
|
184
|
+
"guidance": [
|
|
185
|
+
"Include both formative (ongoing) and summative (milestone) assessments",
|
|
186
|
+
"Design assessments that match your learning objectives",
|
|
187
|
+
"Build in multiple types of assessment - recall, application, synthesis",
|
|
188
|
+
"Create practical accountability measures that fit your lifestyle"
|
|
189
|
+
]
|
|
190
|
+
},
|
|
191
|
+
{
|
|
192
|
+
"id": "create-balanced-plan",
|
|
193
|
+
"title": "Balanced: Create Comprehensive Learning Plan",
|
|
194
|
+
"runCondition": {
|
|
195
|
+
"var": "designPath",
|
|
196
|
+
"equals": "balanced"
|
|
197
|
+
},
|
|
198
|
+
"prompt": "Synthesize your work into a comprehensive learning plan that balances thoroughness with practical efficiency.\n\n**STEP 1: Learning Module Structure**\n- Organize your objectives into 2-4 logical learning modules\n- Each module should take 2-4 weeks to complete\n- Plan module sequence with proper dependencies\n- Include variety in each module (reading, practice, assessment)\n\n**STEP 2: Resource Organization & Schedule**\n- Select 2-3 high-quality resources per objective\n- Create a realistic weekly schedule with specific time blocks\n- Include time for: new learning (60%), practice (25%), review (15%)\n- Plan milestone checkpoints at the end of each module\n\n**STEP 3: Active Learning Integration**\n- Design hands-on activities for each learning session\n- Create mini-projects that combine multiple concepts\n- Plan regular self-testing and application exercises\n- Include reflection activities to consolidate learning\n\n**DELIVERABLE: Balanced Learning Plan**\nCreate a structured document with:\n- Learning modules with clear objectives and timelines\n- Weekly schedule with specific activities and time blocks\n- Resource list organized by module and objective\n- Assessment strategy with checkpoints and progress tracking\n- Active learning activities and practice exercises\n- Simple accountability measures and review schedule\n\n**BALANCED FOCUS**: Comprehensive system with proven pedagogical principles, practical to implement and maintain.",
|
|
199
|
+
"agentRole": "You are a learning design specialist who creates comprehensive yet practical learning plans. Focus on balancing thoroughness with efficiency, ensuring the plan is both pedagogically sound and realistically achievable.",
|
|
200
|
+
"guidance": [
|
|
201
|
+
"Create a plan that's comprehensive but not overwhelming",
|
|
202
|
+
"Balance structure with flexibility for different learning paces",
|
|
203
|
+
"Include multiple learning modalities and assessment types",
|
|
204
|
+
"Design for consistency and sustainability over time"
|
|
205
|
+
],
|
|
206
|
+
"requireConfirmation": true,
|
|
207
|
+
"validationCriteria": [
|
|
208
|
+
{
|
|
209
|
+
"type": "contains",
|
|
210
|
+
"value": "module",
|
|
211
|
+
"message": "Plan must include learning modules"
|
|
212
|
+
},
|
|
213
|
+
{
|
|
214
|
+
"type": "contains",
|
|
215
|
+
"value": "schedule",
|
|
216
|
+
"message": "Plan must include detailed schedule"
|
|
217
|
+
},
|
|
218
|
+
{
|
|
219
|
+
"type": "contains",
|
|
220
|
+
"value": "assessment",
|
|
221
|
+
"message": "Plan must include assessment strategy"
|
|
222
|
+
},
|
|
223
|
+
{
|
|
224
|
+
"type": "length",
|
|
225
|
+
"min": 500,
|
|
226
|
+
"message": "Plan should be comprehensive (at least 500 characters)"
|
|
227
|
+
}
|
|
228
|
+
]
|
|
229
|
+
},
|
|
230
|
+
{
|
|
231
|
+
"id": "design-spaced-repetition-comprehensive",
|
|
232
|
+
"title": "Comprehensive: Design Spaced Repetition System",
|
|
233
|
+
"runCondition": {
|
|
234
|
+
"var": "designPath",
|
|
235
|
+
"equals": "comprehensive"
|
|
236
|
+
},
|
|
237
|
+
"prompt": "Build in systematic review and reinforcement to combat forgetting and strengthen long-term retention.\n\n**STEP 1: Plan Review Schedule**\n- Schedule initial review 1 day after learning new material\n- Plan subsequent reviews at 3 days, 1 week, 2 weeks, 1 month intervals\n- Adjust intervals based on difficulty and importance of material\n- Build review time into your overall learning schedule\n\n**STEP 2: Create Review Materials**\n- Design quick review activities for each major concept\n- Create flashcards, summary sheets, or quick quizzes\n- Build cumulative reviews that combine multiple topics\n- Plan how you'll review practical skills, not just knowledge\n\n**STEP 3: Integrate Review with New Learning**\n- Start each learning session with brief review of previous material\n- Connect new concepts to previously learned material\n- Plan periodic comprehensive reviews of all modules\n- Design ways to apply old concepts in new contexts",
|
|
238
|
+
"agentRole": "You are a memory and retention specialist who implements spaced repetition and interleaving to combat the forgetting curve and strengthen long-term retention. Focus on evidence-based spacing intervals and cumulative review strategies.",
|
|
239
|
+
"guidance": [
|
|
240
|
+
"Use the spacing effect - distributed practice beats massed practice",
|
|
241
|
+
"Apply interleaving - mix review of different topics rather than blocking",
|
|
242
|
+
"Implement the testing effect - active recall strengthens memory more than re-reading",
|
|
243
|
+
"Adjust spacing based on forgetting curve - review more frequently for difficult material"
|
|
244
|
+
]
|
|
245
|
+
},
|
|
246
|
+
{
|
|
247
|
+
"id": "create-comprehensive-plan",
|
|
248
|
+
"title": "Comprehensive: Create Professional Learning System",
|
|
249
|
+
"runCondition": {
|
|
250
|
+
"var": "designPath",
|
|
251
|
+
"equals": "comprehensive"
|
|
252
|
+
},
|
|
253
|
+
"prompt": "Synthesize all your planning work into a comprehensive, professional-grade learning system.\n\n**STEP 1: Advanced Learning Architecture**\n- Create detailed learning modules with proper sequencing\n- Apply cognitive load theory and chunking principles\n- Design for both depth and breadth of understanding\n- Include multiple assessment layers and feedback loops\n\n**STEP 2: Resource Curation & Management**\n- Select premium resources with multiple perspectives\n- Create resource hierarchy: primary, supplementary, reference\n- Design resource rotation and variety strategies\n- Plan for different learning phases and skill levels\n\n**STEP 3: Advanced Monitoring & Analytics**\n- Create detailed progress tracking with learning metrics\n- Design early warning systems for learning difficulties\n- Plan regular optimization based on performance data\n- Include long-term retention and skill transfer measures\n\n**DELIVERABLE: Professional Learning System**\nCreate a comprehensive document with:\n- Complete learning architecture with detailed modules and dependencies\n- Advanced scheduling with spaced repetition and interleaving\n- Curated resource collection with quality ratings and use cases\n- Multi-layer assessment system with formative and summative components\n- Detailed progress analytics and optimization protocols\n- Professional accountability system with external validation\n- Long-term maintenance and skill transfer planning\n\n**COMPREHENSIVE FOCUS**: Professional-grade system with full pedagogical depth and advanced features for serious learners.",
|
|
254
|
+
"agentRole": "You are a professional learning system architect who creates comprehensive, research-based learning programs. Focus on advanced pedagogical principles, detailed analytics, and professional-grade implementation.",
|
|
255
|
+
"guidance": [
|
|
256
|
+
"Apply advanced instructional design principles throughout",
|
|
257
|
+
"Create systems that support both immediate learning and long-term retention",
|
|
258
|
+
"Include multiple feedback loops and optimization opportunities",
|
|
259
|
+
"Design for scalability and adaptation to different learning contexts"
|
|
260
|
+
],
|
|
261
|
+
"requireConfirmation": true,
|
|
262
|
+
"validationCriteria": [
|
|
263
|
+
{
|
|
264
|
+
"type": "contains",
|
|
265
|
+
"value": "architecture",
|
|
266
|
+
"message": "System must include learning architecture"
|
|
267
|
+
},
|
|
268
|
+
{
|
|
269
|
+
"type": "contains",
|
|
270
|
+
"value": "analytics",
|
|
271
|
+
"message": "System must include progress analytics"
|
|
272
|
+
},
|
|
273
|
+
{
|
|
274
|
+
"type": "contains",
|
|
275
|
+
"value": "retention",
|
|
276
|
+
"message": "System must include retention strategies"
|
|
277
|
+
},
|
|
278
|
+
{
|
|
279
|
+
"type": "length",
|
|
280
|
+
"min": 800,
|
|
281
|
+
"message": "System should be comprehensive (at least 800 characters)"
|
|
282
|
+
}
|
|
283
|
+
]
|
|
284
|
+
}
|
|
285
|
+
]
|
|
286
|
+
}
|
|
@@ -0,0 +1,188 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": "personal-learning-materials-creation-branched",
|
|
3
|
+
"name": "Personal Learning Materials Creation Workflow (Branched)",
|
|
4
|
+
"version": "1.0.0",
|
|
5
|
+
"description": "A systematic workflow for creating high-quality learning materials with three thoroughness paths: Quick Start (essential materials), Balanced (comprehensive system), and Comprehensive (enterprise-grade). Adapts depth and features based on user time constraints and quality goals.",
|
|
6
|
+
"clarificationPrompts": [
|
|
7
|
+
"Do you have a completed learning plan with defined objectives and modules?",
|
|
8
|
+
"How much time can you dedicate weekly to materials creation?",
|
|
9
|
+
"What content creation tools do you have access to?",
|
|
10
|
+
"What material formats work best for your learning style?"
|
|
11
|
+
],
|
|
12
|
+
"preconditions": [
|
|
13
|
+
"Completed learning plan or course design with clear objectives",
|
|
14
|
+
"Access to basic content creation tools (word processor, simple design software)",
|
|
15
|
+
"Time allocated for focused materials development sessions",
|
|
16
|
+
"Clear understanding of personal learning style preferences"
|
|
17
|
+
],
|
|
18
|
+
"metaGuidance": [
|
|
19
|
+
"OBJECTIVE ALIGNMENT: Every material must directly support specific learning objectives",
|
|
20
|
+
"ADAPTIVE DEPTH: Adjust thoroughness based on selected path without compromising quality",
|
|
21
|
+
"IMMEDIATE USABILITY: Materials should be ready to use without additional setup",
|
|
22
|
+
"QUALITY OVER QUANTITY: Better fewer high-quality materials than many mediocre ones"
|
|
23
|
+
],
|
|
24
|
+
"steps": [
|
|
25
|
+
{
|
|
26
|
+
"id": "phase-0-select-thoroughness-path",
|
|
27
|
+
"title": "Phase 0: Select Your Materials Creation Path",
|
|
28
|
+
"prompt": "Choose your learning materials creation approach based on your time, goals, and quality needs:\n\n📚 **Quick Start Path**\n• Timeline: 2-3 weeks (5-8 hours total)\n• Materials: Study guides + basic exercises\n• Best for: Time-constrained learners, getting started quickly\n• Outcome: Functional materials for immediate use\n\n🎯 **Balanced Path**\n• Timeline: 4-6 weeks (12-20 hours total)\n• Materials: Study guides + exercises + assessments + spaced repetition\n• Best for: Comprehensive learning support, professional quality\n• Outcome: Complete learning system with proven effectiveness\n\n🏆 **Comprehensive Path**\n• Timeline: 8-12 weeks (25-40 hours total)\n• Materials: All types + interactive elements + full testing\n• Best for: Professional educators, enterprise-grade projects\n• Outcome: Optimized learning ecosystem with maximum effectiveness\n\nWhich path best matches your timeline and quality goals?",
|
|
29
|
+
"agentRole": "You are a learning materials consultant specializing in helping users choose the right approach for their constraints and goals. Guide users toward the path that best fits their needs. Set the thoroughnessLevel context variable based on their selection.",
|
|
30
|
+
"guidance": [
|
|
31
|
+
"Help users make realistic choices based on their actual time availability",
|
|
32
|
+
"Explain the trade-offs between speed and comprehensiveness",
|
|
33
|
+
"Encourage users to start with a simpler path if uncertain"
|
|
34
|
+
],
|
|
35
|
+
"requireConfirmation": true
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
"id": "analyze-learning-plan-quick",
|
|
39
|
+
"runCondition": {"var": "thoroughnessLevel", "equals": "Quick"},
|
|
40
|
+
"title": "Phase 1: Essential Learning Plan Analysis (Quick Start)",
|
|
41
|
+
"prompt": "Extract the core elements from your learning plan for rapid materials creation:\n\n**STEP 1: Core Objectives**\n• Identify your 3-5 most important learning objectives\n• Note success criteria for each objective\n• Skip complex prerequisite analysis\n\n**STEP 2: Essential Materials Map**\n• For each objective, identify if you need: study guide, basic exercises, or both\n• Focus on immediate learning needs, not comprehensive coverage\n• Note existing resources that can supplement your materials\n\n**STEP 3: Quick Resource Assessment**\n• List available source materials (books, courses, notes)\n• Identify 2-3 key resources for each objective\n• Note time constraints and creation priorities\n\nGoal: Practical roadmap for essential materials creation in minimal time.",
|
|
42
|
+
"agentRole": "You are an efficient learning analyst focused on rapid materials development. Help users identify core needs quickly without over-analysis. Emphasize practical, immediately actionable insights.",
|
|
43
|
+
"guidance": [
|
|
44
|
+
"Keep analysis focused and action-oriented",
|
|
45
|
+
"Avoid perfectionism - good enough is good enough",
|
|
46
|
+
"Focus on high-impact materials that provide immediate value"
|
|
47
|
+
],
|
|
48
|
+
"validationCriteria": [
|
|
49
|
+
{
|
|
50
|
+
"type": "contains",
|
|
51
|
+
"value": "learning objective",
|
|
52
|
+
"message": "Must identify core learning objectives"
|
|
53
|
+
},
|
|
54
|
+
{
|
|
55
|
+
"type": "contains",
|
|
56
|
+
"value": "study guide",
|
|
57
|
+
"message": "Must specify study guide requirements"
|
|
58
|
+
},
|
|
59
|
+
{
|
|
60
|
+
"type": "length",
|
|
61
|
+
"min": 200,
|
|
62
|
+
"max": 800,
|
|
63
|
+
"message": "Analysis should be concise but actionable (200-800 characters)"
|
|
64
|
+
}
|
|
65
|
+
]
|
|
66
|
+
},
|
|
67
|
+
{
|
|
68
|
+
"id": "analyze-learning-plan-balanced",
|
|
69
|
+
"runCondition": {"var": "thoroughnessLevel", "equals": "Balanced"},
|
|
70
|
+
"title": "Phase 1: Comprehensive Learning Plan Analysis (Balanced)",
|
|
71
|
+
"prompt": "Analyze your learning plan to guide professional-quality materials creation:\n\n**STEP 1: Objective Architecture**\n• Extract all learning objectives with success criteria\n• Identify prerequisite relationships between objectives\n• Note assessment strategies for each objective\n• Map objectives to modules and time allocations\n\n**STEP 2: Materials Requirements Matrix**\n• For each objective, determine needed materials: study guides, exercises, assessments\n• Identify concepts requiring multiple reinforcement approaches\n• Note which objectives need spaced repetition support\n• Flag areas requiring practical application or hands-on practice\n\n**STEP 3: Resource Integration Plan**\n• Evaluate existing resources for quality and coverage\n• Identify gaps where custom materials are essential\n• Plan integration between created materials and external resources\n• Design quality standards for materials consistency\n\nGoal: Strategic foundation for professional learning materials system.",
|
|
72
|
+
"agentRole": "You are a professional instructional designer specializing in systematic materials development. Help users create comprehensive yet practical plans that balance quality with efficiency. Focus on proven instructional design principles.",
|
|
73
|
+
"guidance": [
|
|
74
|
+
"Apply instructional design best practices systematically",
|
|
75
|
+
"Balance thoroughness with practical time constraints",
|
|
76
|
+
"Focus on materials that work together as a cohesive system"
|
|
77
|
+
],
|
|
78
|
+
"validationCriteria": [
|
|
79
|
+
{
|
|
80
|
+
"type": "regex",
|
|
81
|
+
"pattern": "\\b(prerequisite|dependency|sequence)\\b",
|
|
82
|
+
"message": "Must analyze learning dependencies and sequencing"
|
|
83
|
+
},
|
|
84
|
+
{
|
|
85
|
+
"type": "contains",
|
|
86
|
+
"value": "assessment",
|
|
87
|
+
"message": "Must include assessment strategy planning"
|
|
88
|
+
},
|
|
89
|
+
{
|
|
90
|
+
"type": "length",
|
|
91
|
+
"min": 400,
|
|
92
|
+
"max": 1200,
|
|
93
|
+
"message": "Analysis should be comprehensive (400-1200 characters)"
|
|
94
|
+
}
|
|
95
|
+
]
|
|
96
|
+
},
|
|
97
|
+
{
|
|
98
|
+
"id": "analyze-learning-plan-comprehensive",
|
|
99
|
+
"runCondition": {"var": "thoroughnessLevel", "equals": "Comprehensive"},
|
|
100
|
+
"title": "Phase 1: Expert Learning Plan Analysis (Comprehensive)",
|
|
101
|
+
"prompt": "Conduct thorough analysis of learning architecture for enterprise-grade materials:\n\n**STEP 1: Learning System Architecture**\n• Map complete learning objective hierarchy with dependencies\n• Analyze cognitive load and complexity progression\n• Identify multiple learning pathways and individual differences\n• Design assessment strategy aligned with learning taxonomies\n\n**STEP 2: Advanced Materials Strategy**\n• Determine optimal material types for each learning objective\n• Plan multi-modal approach for different learning styles\n• Design integration points for spaced repetition and active recall\n• Identify opportunities for interactive and adaptive elements\n\n**STEP 3: Quality & Effectiveness Framework**\n• Establish criteria for materials effectiveness measurement\n• Plan user testing and feedback integration\n• Design continuous improvement and iteration protocols\n• Create scalability and maintenance considerations\n\nGoal: Strategic foundation for optimized, enterprise-grade learning ecosystem.",
|
|
102
|
+
"agentRole": "You are an expert learning systems architect with deep expertise in advanced instructional design and learning optimization. Guide users in creating sophisticated materials that maximize learning effectiveness through evidence-based approaches.",
|
|
103
|
+
"guidance": [
|
|
104
|
+
"Apply advanced learning science principles and research",
|
|
105
|
+
"Focus on long-term effectiveness and optimization",
|
|
106
|
+
"Design for scalability and continuous improvement"
|
|
107
|
+
],
|
|
108
|
+
"validationCriteria": [
|
|
109
|
+
{
|
|
110
|
+
"type": "regex",
|
|
111
|
+
"pattern": "\\b(taxonomy|cognitive|architecture)\\b",
|
|
112
|
+
"message": "Must apply advanced learning science principles"
|
|
113
|
+
},
|
|
114
|
+
{
|
|
115
|
+
"type": "contains",
|
|
116
|
+
"value": "effectiveness",
|
|
117
|
+
"message": "Must include effectiveness measurement planning"
|
|
118
|
+
},
|
|
119
|
+
{
|
|
120
|
+
"type": "length",
|
|
121
|
+
"min": 600,
|
|
122
|
+
"max": 1500,
|
|
123
|
+
"message": "Analysis should be sophisticated and comprehensive (600-1500 characters)"
|
|
124
|
+
}
|
|
125
|
+
]
|
|
126
|
+
},
|
|
127
|
+
{
|
|
128
|
+
"id": "develop-materials-strategy-quick",
|
|
129
|
+
"runCondition": {"var": "thoroughnessLevel", "equals": "Quick"},
|
|
130
|
+
"title": "Phase 2: Efficient Materials Strategy (Quick Start)",
|
|
131
|
+
"prompt": "Create a focused strategy for essential materials creation:\n\n**STEP 1: Format Selection**\n• Choose 1-2 primary formats based on your learning style\n• Prioritize formats you can create quickly (text-based, simple templates)\n• Plan minimal but consistent formatting approach\n• Focus on immediate usability over visual polish\n\n**STEP 2: Creation Workflow**\n• Design simple templates for study guides and exercises\n• Plan batch creation approach to maximize efficiency\n• Set realistic quality standards (functional over perfect)\n• Create basic organization system for easy access\n\n**STEP 3: Quality Framework**\n• Establish minimum viable product standards\n• Plan quick self-review process\n• Design simple feedback collection for future improvement\n• Focus on completion over perfection\n\nGoal: Practical strategy for rapid materials creation without sacrificing core functionality.",
|
|
132
|
+
"agentRole": "You are an efficiency expert specializing in rapid content creation. Help users design streamlined approaches that maximize output while maintaining essential quality. Focus on practical, time-saving strategies.",
|
|
133
|
+
"guidance": [
|
|
134
|
+
"Emphasize efficiency and speed over perfection",
|
|
135
|
+
"Choose simple, proven formats that work reliably",
|
|
136
|
+
"Design for immediate action and quick completion"
|
|
137
|
+
],
|
|
138
|
+
"validationCriteria": [
|
|
139
|
+
{
|
|
140
|
+
"type": "contains",
|
|
141
|
+
"value": "template",
|
|
142
|
+
"message": "Must include template design for efficiency"
|
|
143
|
+
},
|
|
144
|
+
{
|
|
145
|
+
"type": "regex",
|
|
146
|
+
"pattern": "\\b(efficient|quick|simple)\\b",
|
|
147
|
+
"message": "Must emphasize efficiency and simplicity"
|
|
148
|
+
},
|
|
149
|
+
{
|
|
150
|
+
"type": "length",
|
|
151
|
+
"min": 300,
|
|
152
|
+
"max": 900,
|
|
153
|
+
"message": "Strategy should be focused and actionable (300-900 characters)"
|
|
154
|
+
}
|
|
155
|
+
]
|
|
156
|
+
},
|
|
157
|
+
{
|
|
158
|
+
"id": "develop-materials-strategy-comprehensive",
|
|
159
|
+
"runCondition": {"var": "thoroughnessLevel", "equals": "Comprehensive"},
|
|
160
|
+
"title": "Phase 2: Advanced Materials Strategy (Comprehensive)",
|
|
161
|
+
"prompt": "Develop sophisticated strategy for enterprise-grade materials:\n\n**STEP 1: Multi-Modal Format Strategy**\n• Design format variety to engage different learning modes\n• Plan advanced visual elements, interactive components, adaptive features\n• Create sophisticated template system with consistent branding\n• Consider accessibility, mobile optimization, and universal design\n\n**STEP 2: Integration Architecture**\n• Plan seamless connections between all material types\n• Design advanced spaced repetition integration with learning analytics\n• Create sophisticated cross-referencing and linking systems\n• Plan for collaborative features and social learning elements\n\n**STEP 3: Quality Excellence Framework**\n• Establish enterprise-grade quality standards and measurement\n• Design comprehensive user testing and feedback integration\n• Plan continuous optimization based on learning effectiveness data\n• Create scalable maintenance and update protocols\n\nGoal: Strategic foundation for learning materials that optimize effectiveness through sophisticated design.",
|
|
162
|
+
"agentRole": "You are a learning systems architect with expertise in enterprise-grade materials design. Help users create sophisticated strategies that maximize learning effectiveness through advanced features and optimization.",
|
|
163
|
+
"guidance": [
|
|
164
|
+
"Apply advanced instructional design and learning optimization principles",
|
|
165
|
+
"Focus on long-term effectiveness and continuous improvement",
|
|
166
|
+
"Design for scalability and enterprise deployment"
|
|
167
|
+
],
|
|
168
|
+
"validationCriteria": [
|
|
169
|
+
{
|
|
170
|
+
"type": "regex",
|
|
171
|
+
"pattern": "\\b(integration|optimization|analytics)\\b",
|
|
172
|
+
"message": "Must include advanced integration and optimization planning"
|
|
173
|
+
},
|
|
174
|
+
{
|
|
175
|
+
"type": "contains",
|
|
176
|
+
"value": "effectiveness",
|
|
177
|
+
"message": "Must focus on learning effectiveness measurement"
|
|
178
|
+
},
|
|
179
|
+
{
|
|
180
|
+
"type": "length",
|
|
181
|
+
"min": 600,
|
|
182
|
+
"max": 1400,
|
|
183
|
+
"message": "Strategy should be sophisticated and comprehensive (600-1400 characters)"
|
|
184
|
+
}
|
|
185
|
+
]
|
|
186
|
+
}
|
|
187
|
+
]
|
|
188
|
+
}
|