@thanh01.pmt/curriculum-kit 1.4.41 → 1.4.43
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/dist/ai/index.cjs +31 -31
- package/dist/ai/index.cjs.map +1 -1
- package/dist/ai/index.d.cts +77 -77
- package/dist/ai/index.d.ts +77 -77
- package/dist/ai/index.mjs +31 -31
- package/dist/ai/index.mjs.map +1 -1
- package/dist/index.cjs +301 -2034
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +100 -154
- package/dist/index.d.ts +100 -154
- package/dist/index.mjs +297 -2014
- package/dist/index.mjs.map +1 -1
- package/dist/pipeline/index.cjs +31 -31
- package/dist/pipeline/index.cjs.map +1 -1
- package/dist/pipeline/index.mjs +31 -31
- package/dist/pipeline/index.mjs.map +1 -1
- package/dist/schemas/index.d.cts +1052 -1052
- package/dist/schemas/index.d.ts +1052 -1052
- package/dist/standards/index.d.cts +2 -2
- package/dist/standards/index.d.ts +2 -2
- package/dist/{standardsCoverageGate-CLnq0d0s.d.cts → standardsCoverageGate-49pJq5t8.d.cts} +12 -12
- package/dist/{standardsCoverageGate-CLnq0d0s.d.ts → standardsCoverageGate-49pJq5t8.d.ts} +12 -12
- package/dist/templates/ACT_template.md +58 -0
- package/dist/templates/ALIGNMENT_MATRIX_template.md +45 -0
- package/dist/templates/ART_DIRECTION_template.md +43 -0
- package/dist/templates/ASSET_MANIFEST_template.md +27 -0
- package/dist/templates/BASELINE_STANDARD.md +37 -0
- package/dist/templates/BELL_RINGER_template.md +108 -0
- package/dist/templates/CHANGELOG_template.md +19 -0
- package/dist/templates/CHOICE_BOARD_template.md +64 -0
- package/dist/templates/CODE_template.md +70 -0
- package/dist/templates/CONTENT_CONTINUITY_template.md +38 -0
- package/dist/templates/CONTENT_STYLE_GUIDE_template.md +49 -0
- package/dist/templates/CURRICULUM_FRAMEWORK_template.md +63 -0
- package/dist/templates/DEPENDENCY_MAP_template.md +65 -0
- package/dist/templates/EXIT_TICKET_template.md +85 -0
- package/dist/templates/EXT_template.md +35 -0
- package/dist/templates/GLOSSARY_template.md +108 -0
- package/dist/templates/GRAPHIC_ORGANIZER_template.md +100 -0
- package/dist/templates/GUIDE_template.md +56 -0
- package/dist/templates/HANDOUT_template.md +61 -0
- package/dist/templates/HANDOVER_DOCUMENT_template.md +69 -0
- package/dist/templates/KNOWLEDGE_EXPOSITION_template.md +56 -0
- package/dist/templates/LEARNER_PROFILE_template.md +51 -0
- package/dist/templates/LESSONS_LEARNED_template.md +49 -0
- package/dist/templates/LESSON_5E_template.md +127 -0
- package/dist/templates/LESSON_EDP_template.md +104 -0
- package/dist/templates/LESSON_GENERAL_template.md +117 -0
- package/dist/templates/OUTPUT_CONSTRAINTS_template.md +38 -0
- package/dist/templates/PACKAGING_SPEC_template.md +56 -0
- package/dist/templates/PILOT_FEEDBACK_template.md +49 -0
- package/dist/templates/PROJECT_BRIEF_template.md +45 -0
- package/dist/templates/PROJECT_STATUS_template.md +64 -0
- package/dist/templates/QUIZ_template.md +58 -0
- package/dist/templates/QUIZ_v4.6_template.md +65 -0
- package/dist/templates/REFERENCE_PACK_template.md +26 -0
- package/dist/templates/REVIEW_GAME_template.md +79 -0
- package/dist/templates/RUBRIC_template.md +54 -0
- package/dist/templates/SCIENCE_LAB_template.md +88 -0
- package/dist/templates/SLIDE_template.md +389 -0
- package/dist/templates/STATION_ROTATION_template.md +80 -0
- package/dist/templates/TASK_CARDS_template.md +111 -0
- package/dist/templates/TIERED_PRACTICE_template.md +114 -0
- package/dist/templates/UPDATE_ROADMAP_template.md +53 -0
- package/dist/templates/WKS_template.md +71 -0
- package/dist/workflow/index.cjs +99 -79
- package/dist/workflow/index.cjs.map +1 -1
- package/dist/workflow/index.d.cts +1 -1
- package/dist/workflow/index.d.ts +1 -1
- package/dist/workflow/index.mjs +97 -77
- package/dist/workflow/index.mjs.map +1 -1
- package/docs/refs/templates/ACT_template.md +58 -0
- package/docs/refs/templates/ALIGNMENT_MATRIX_template.md +45 -0
- package/docs/refs/templates/ART_DIRECTION_template.md +43 -0
- package/docs/refs/templates/ASSET_MANIFEST_template.md +27 -0
- package/docs/refs/templates/BASELINE_STANDARD.md +37 -0
- package/docs/refs/templates/BELL_RINGER_template.md +108 -0
- package/docs/refs/templates/CHANGELOG_template.md +19 -0
- package/docs/refs/templates/CHOICE_BOARD_template.md +64 -0
- package/docs/refs/templates/CODE_template.md +70 -0
- package/docs/refs/templates/CONTENT_CONTINUITY_template.md +38 -0
- package/docs/refs/templates/CONTENT_STYLE_GUIDE_template.md +49 -0
- package/docs/refs/templates/CURRICULUM_FRAMEWORK_template.md +63 -0
- package/docs/refs/templates/DEPENDENCY_MAP_template.md +65 -0
- package/docs/refs/templates/EXIT_TICKET_template.md +85 -0
- package/docs/refs/templates/EXT_template.md +35 -0
- package/docs/refs/templates/GLOSSARY_template.md +108 -0
- package/docs/refs/templates/GRAPHIC_ORGANIZER_template.md +100 -0
- package/docs/refs/templates/GUIDE_template.md +56 -0
- package/docs/refs/templates/HANDOUT_template.md +61 -0
- package/docs/refs/templates/HANDOVER_DOCUMENT_template.md +69 -0
- package/docs/refs/templates/KNOWLEDGE_EXPOSITION_template.md +56 -0
- package/docs/refs/templates/LEARNER_PROFILE_template.md +51 -0
- package/docs/refs/templates/LESSONS_LEARNED_template.md +49 -0
- package/docs/refs/templates/LESSON_5E_template.md +127 -0
- package/docs/refs/templates/LESSON_EDP_template.md +104 -0
- package/docs/refs/templates/LESSON_GENERAL_template.md +117 -0
- package/docs/refs/templates/OUTPUT_CONSTRAINTS_template.md +38 -0
- package/docs/refs/templates/PACKAGING_SPEC_template.md +56 -0
- package/docs/refs/templates/PILOT_FEEDBACK_template.md +49 -0
- package/docs/refs/templates/PROJECT_BRIEF_template.md +45 -0
- package/docs/refs/templates/PROJECT_STATUS_template.md +64 -0
- package/docs/refs/templates/QUIZ_template.md +58 -0
- package/docs/refs/templates/QUIZ_v4.6_template.md +65 -0
- package/docs/refs/templates/REFERENCE_PACK_template.md +26 -0
- package/docs/refs/templates/REVIEW_GAME_template.md +79 -0
- package/docs/refs/templates/RUBRIC_template.md +54 -0
- package/docs/refs/templates/SCIENCE_LAB_template.md +88 -0
- package/docs/refs/templates/SLIDE_template.md +389 -0
- package/docs/refs/templates/STATION_ROTATION_template.md +80 -0
- package/docs/refs/templates/TASK_CARDS_template.md +111 -0
- package/docs/refs/templates/TIERED_PRACTICE_template.md +114 -0
- package/docs/refs/templates/UPDATE_ROADMAP_template.md +53 -0
- package/docs/refs/templates/WKS_template.md +71 -0
- package/package.json +5 -3
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
---
|
|
2
|
+
id: "{{ID}}"
|
|
3
|
+
title: "{{TITLE}}"
|
|
4
|
+
type: "HANDOUT"
|
|
5
|
+
created_by: "Curriculum OS Builder"
|
|
6
|
+
phase: "{{PHASE}}"
|
|
7
|
+
deliverable: "P3-T6"
|
|
8
|
+
version: "{{VERSION}}"
|
|
9
|
+
date: "{{DATE}}"
|
|
10
|
+
template_contract: "artifact-template-v1"
|
|
11
|
+
template_required_sections:
|
|
12
|
+
- "Core Concepts"
|
|
13
|
+
- "Core Syntax & Mechanism Cheat Sheet"
|
|
14
|
+
- "Visual Mental Model / Architecture Diagram"
|
|
15
|
+
- "Step-by-Step Practical Quick-Start Guide"
|
|
16
|
+
- "Self-Check Diagnostic Checklist"
|
|
17
|
+
---
|
|
18
|
+
|
|
19
|
+
# HANDOUT: [LESSON TITLE]
|
|
20
|
+
_Student Reference Notes — keep beside you during the lesson._
|
|
21
|
+
|
|
22
|
+
## [REQUIRED] 📖 Core Concepts
|
|
23
|
+
> Key terms and student-friendly definitions. Source term definitions from the
|
|
24
|
+
> canonical knowledge context (KX Key Terms) — align, don't re-invent.
|
|
25
|
+
|
|
26
|
+
| Term | Definition (student-friendly) | Example |
|
|
27
|
+
|---|---|---|
|
|
28
|
+
| [Term 1] | [Plain-language explanation] | [Micro example] |
|
|
29
|
+
|
|
30
|
+
## [REQUIRED] Core Syntax & Mechanism Cheat Sheet
|
|
31
|
+
> Quick-scan reference table for the exact syntax/mechanics this lesson uses.
|
|
32
|
+
|
|
33
|
+
| Pattern | Syntax | When to Use | Common Trap |
|
|
34
|
+
|---|---|---|---|
|
|
35
|
+
| [Pattern] | `[exact syntax]` | [Situation] | [Pitfall from KX] |
|
|
36
|
+
|
|
37
|
+
## [REQUIRED] Visual Mental Model / Architecture Diagram
|
|
38
|
+
> One Mermaid or ASCII diagram of the core mechanism, annotated.
|
|
39
|
+
|
|
40
|
+
```mermaid
|
|
41
|
+
graph LR
|
|
42
|
+
A[[Component 1]] --> B[[Component 2]]
|
|
43
|
+
B --> C[[Component 3]]
|
|
44
|
+
```
|
|
45
|
+
|
|
46
|
+
- **How to read it:** [One-paragraph walkthrough of the diagram]
|
|
47
|
+
|
|
48
|
+
## [REQUIRED] Step-by-Step Practical Quick-Start Guide
|
|
49
|
+
> Minimum path to a first working result, numbered, with checkpoints.
|
|
50
|
+
|
|
51
|
+
1. [Step 1 — concrete action]
|
|
52
|
+
- ✅ Checkpoint: [What you should see]
|
|
53
|
+
2. [Step 2]
|
|
54
|
+
- ✅ Checkpoint: [What you should see]
|
|
55
|
+
|
|
56
|
+
## [REQUIRED] Self-Check Diagnostic Checklist
|
|
57
|
+
> Can-do statements for self-assessment, mirroring LESSON LO evidence.
|
|
58
|
+
|
|
59
|
+
- [ ] I can [can-do statement tied to LO1]
|
|
60
|
+
- [ ] I can [can-do statement tied to LO2]
|
|
61
|
+
- [ ] I can [can-do statement tied to LO3]
|
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
---
|
|
2
|
+
id: "{{ID}}"
|
|
3
|
+
title: "{{TITLE}}"
|
|
4
|
+
type: "HANDOVER_DOCUMENT"
|
|
5
|
+
created_by: "Curriculum OS Builder"
|
|
6
|
+
phase: "{{PHASE}}"
|
|
7
|
+
deliverable: "{{DELIVERABLE_CODE}}"
|
|
8
|
+
version: "{{VERSION}}"
|
|
9
|
+
date: "{{DATE}}"
|
|
10
|
+
---
|
|
11
|
+
|
|
12
|
+
# CURRICULUM HANDOVER DOCUMENT
|
|
13
|
+
_Handover Date: [YYYY-MM-DD] | Version: v[X.X]_
|
|
14
|
+
|
|
15
|
+
## 1. Handover Information
|
|
16
|
+
- **Receiving Entity (Client):** [School / Center Name]
|
|
17
|
+
- **Course Name:** [Full Course Title]
|
|
18
|
+
- **Project ID:** [PRJ-CODE]
|
|
19
|
+
- **Target Audience:** [Age Group, Grade]
|
|
20
|
+
|
|
21
|
+
---
|
|
22
|
+
|
|
23
|
+
## 2. Deliverables Inventory
|
|
24
|
+
_The curriculum suite is packaged into 4 modules (Packages) tailored for different stakeholders:_
|
|
25
|
+
|
|
26
|
+
| Package | Content Description | File Qty | Format |
|
|
27
|
+
|---|---|:---:|:---:|
|
|
28
|
+
| **1. Teacher Package** | Detailed Lesson Plans, Activity Guides, Answer Keys, Assessment Rubrics, Pedagogical Notes. | [X] | PDF / DOCX |
|
|
29
|
+
| **2. Student Package** | Learning Workbook, Step-by-step assembly/coding guides, Cheat sheets. | [X] | PDF |
|
|
30
|
+
| **3. Parent Package** | Course goal summary, sample progress reports, home engagement guides. | [X] | PDF |
|
|
31
|
+
| **4. Client/Manager Package** | Syllabus/Framework, Standards Alignment Reports, Hardware/Inventory list. | [X] | PDF / DOCX |
|
|
32
|
+
|
|
33
|
+
---
|
|
34
|
+
|
|
35
|
+
## 3. Commitment vs. Reality Check
|
|
36
|
+
| Commitment Item | Actual Delivery | Status |
|
|
37
|
+
|---|---|---|
|
|
38
|
+
| Total Lessons: [X] | Delivered [X] lessons | ✅ Met |
|
|
39
|
+
| Duration: [Y] mins/lesson | Designed [Y] mins/lesson | ✅ Met |
|
|
40
|
+
| Standards Alignment | Meets [Z/W] criteria | See Standards Report |
|
|
41
|
+
|
|
42
|
+
---
|
|
43
|
+
|
|
44
|
+
## 4. Scope Exclusions
|
|
45
|
+
_This handover **DOES NOT** include the following items unless specified in a separate agreement:_
|
|
46
|
+
- Provision of hardware equipment, components, or software licenses.
|
|
47
|
+
- Direct Train-The-Trainer (TTT) sessions.
|
|
48
|
+
- Physical printing of materials.
|
|
49
|
+
- Integration into the school's LMS (Learning Management System).
|
|
50
|
+
|
|
51
|
+
---
|
|
52
|
+
|
|
53
|
+
## 5. Getting Started Guide
|
|
54
|
+
To implement the curriculum effectively, please follow this sequence:
|
|
55
|
+
1. **Academic Manager:** Review the *Syllabus (Client Package)* to schedule classes and procure hardware.
|
|
56
|
+
2. **Classroom Teacher:** Read the *Lesson Plans (Teacher Package)* from start to finish. Print a sample *Workbook (Student Package)* for reference.
|
|
57
|
+
3. **Pre-launch:** Send the *Course Summary (Parent Package)* to parents.
|
|
58
|
+
|
|
59
|
+
---
|
|
60
|
+
|
|
61
|
+
## 6. Post-Handover Support Policy
|
|
62
|
+
- **Support Period:** 30 days from the date of this handover (Until: [YYYY-MM-DD]).
|
|
63
|
+
- **Support Scope:** Clarification on lesson content, fixing technical errors in documents (typos, diagram errors, source code bugs).
|
|
64
|
+
- **Contact Channel:** [Email / Support Phone Number]
|
|
65
|
+
- **Committed Response Time (SLA):** Within [X] working hours.
|
|
66
|
+
|
|
67
|
+
_Handover Confirmation:_
|
|
68
|
+
**REPRESENTING PROVIDER** **REPRESENTING CLIENT**
|
|
69
|
+
(Signature & Full Name) (Signature & Full Name)
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
# KNOWLEDGE_EXPOSITION: {{lesson_code}} — {{session_title}}
|
|
2
|
+
|
|
3
|
+
---
|
|
4
|
+
type: "KNOWLEDGE_EXPOSITION"
|
|
5
|
+
lesson_code: "{{lesson_code}}"
|
|
6
|
+
plan_hash: "{{plan_hash}}"
|
|
7
|
+
generated_at: "{{generated_at}}"
|
|
8
|
+
template_contract: "knowledge-exposition-v1"
|
|
9
|
+
---
|
|
10
|
+
|
|
11
|
+
_Self-study reference for session {{lesson_code}}. Read this before the activities.
|
|
12
|
+
Scope: exactly the knowledge planned for this session — no more, no less._
|
|
13
|
+
|
|
14
|
+
## [REQUIRED] Session Scope
|
|
15
|
+
|
|
16
|
+
- **Objective:** {{prose_objective}}
|
|
17
|
+
- **New keywords:** {{new_keywords}}
|
|
18
|
+
- **Assumed known:** {{prerequisite_keywords}}
|
|
19
|
+
- **Depth targets:** {{depth_targets}}
|
|
20
|
+
- **You can demonstrate, after this session:** {{exit_evidence}}
|
|
21
|
+
|
|
22
|
+
## [REQUIRED] Key Terms
|
|
23
|
+
|
|
24
|
+
<!-- One block per term in glossary scope. Definitions MUST match GLOSSARY.json. -->
|
|
25
|
+
|
|
26
|
+
{{key_terms}}
|
|
27
|
+
|
|
28
|
+
## [REQUIRED] Concept Narratives
|
|
29
|
+
|
|
30
|
+
<!-- One subsection per concept node in session scope, sized to its depth assignment:
|
|
31
|
+
- ulo: WHAT + WHY (technology-independent, what it is and why it exists)
|
|
32
|
+
- cio: HOW (the mechanism, how it works step by step)
|
|
33
|
+
- sio: SPECIFIC (concrete implementations, real keyword usage in this project)
|
|
34
|
+
Written for the STUDENT (self-study, no teacher). No teacher-only instructions. -->
|
|
35
|
+
|
|
36
|
+
{{concept_narratives}}
|
|
37
|
+
|
|
38
|
+
## [REQUIRED] Worked Micro-Examples
|
|
39
|
+
|
|
40
|
+
<!-- Minimal examples traceable to references from the domain graph. -->
|
|
41
|
+
|
|
42
|
+
{{worked_examples}}
|
|
43
|
+
|
|
44
|
+
## [REQUIRED] Common Mistakes
|
|
45
|
+
|
|
46
|
+
{{common_mistakes}}
|
|
47
|
+
|
|
48
|
+
## [REQUIRED] Self-Check Questions
|
|
49
|
+
|
|
50
|
+
<!-- 3-5 questions mapped to exit evidence. Answers at the very end. -->
|
|
51
|
+
|
|
52
|
+
{{self_check}}
|
|
53
|
+
|
|
54
|
+
---
|
|
55
|
+
- **Plan reference:** {{plan_hash}}
|
|
56
|
+
- **Last Updated:** {{generated_at}}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
---
|
|
2
|
+
id: "{{ID}}"
|
|
3
|
+
title: "{{TITLE}}"
|
|
4
|
+
type: "LEARNER_PROFILE"
|
|
5
|
+
created_by: "Curriculum OS Builder"
|
|
6
|
+
phase: "{{PHASE}}"
|
|
7
|
+
deliverable: "P1-T1"
|
|
8
|
+
version: "{{VERSION}}"
|
|
9
|
+
date: "{{DATE}}"
|
|
10
|
+
template_contract: "artifact-template-v1"
|
|
11
|
+
template_required_sections:
|
|
12
|
+
- "Foundational Info"
|
|
13
|
+
- "Entry Level"
|
|
14
|
+
- "Learning Context"
|
|
15
|
+
- "Client Objectives"
|
|
16
|
+
---
|
|
17
|
+
|
|
18
|
+
# LEARNER PROFILE
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
## [REQUIRED] Foundational Info
|
|
22
|
+
- **Age Group:** [Specific age range, e.g., 11–13 years old]
|
|
23
|
+
- **Grade Level:** [E.g., Middle School / High School]
|
|
24
|
+
- **Typical Class Size:** [Number of students]
|
|
25
|
+
- **Learning Context:** [E.g., Public School / Coding Center / Workshop]
|
|
26
|
+
|
|
27
|
+
## [REQUIRED] Entry Level
|
|
28
|
+
- **Coding Experience:** [None / Basic / Intermediate / Advanced]
|
|
29
|
+
- **Hardware Experience:** [None / Basic / Intermediate / Advanced]
|
|
30
|
+
- **Related Prior Courses:** [List specific courses or "None"]
|
|
31
|
+
|
|
32
|
+
## [REQUIRED] Learning Context
|
|
33
|
+
- **Session Duration:** [Minutes]
|
|
34
|
+
- **Total Sessions:** [Number]
|
|
35
|
+
- **Frequency:** [E.g., 2 sessions/week]
|
|
36
|
+
- **Student Equipment:** [E.g., Personal Laptop / Lab PC / Tablet]
|
|
37
|
+
- **Internet Connectivity:** [Stable / Unstable / None]
|
|
38
|
+
|
|
39
|
+
## [REQUIRED] Client Objectives
|
|
40
|
+
- **Core Goal:** [What the client wants students to achieve - max 3 points]
|
|
41
|
+
- **Standard Alignment:** [E.g., CSTA / K12 CS Framework / Local Standards]
|
|
42
|
+
|
|
43
|
+
## [OPTIONAL] Student Characteristics
|
|
44
|
+
- **Motivation:** [Brief description]
|
|
45
|
+
- **Potential Barriers:** [Brief description]
|
|
46
|
+
- **Strengths to Leverage:** [Brief description]
|
|
47
|
+
|
|
48
|
+
## [OPTIONAL] Special Constraints
|
|
49
|
+
- **Hardware Budget:** [Budget per student or "None"]
|
|
50
|
+
- **Language Requirements:** [E.g., Bilingual English-Vietnamese]
|
|
51
|
+
- **Other Client Requests:** [Description or "None"]
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
---
|
|
2
|
+
id: "{{ID}}"
|
|
3
|
+
title: "{{TITLE}}"
|
|
4
|
+
type: "LESSONS_LEARNED"
|
|
5
|
+
created_by: "Curriculum OS Builder"
|
|
6
|
+
phase: "{{PHASE}}"
|
|
7
|
+
deliverable: "{{DELIVERABLE_CODE}}"
|
|
8
|
+
version: "{{VERSION}}"
|
|
9
|
+
date: "{{DATE}}"
|
|
10
|
+
---
|
|
11
|
+
|
|
12
|
+
# PROJECT LESSONS LEARNED
|
|
13
|
+
|
|
14
|
+
_Rule: This file MUST be uploaded to NotebookLM NB-4 (Institutional Memory) after the Handover._
|
|
15
|
+
|
|
16
|
+
## 1. Project Metadata
|
|
17
|
+
- **Course Name:** [Name]
|
|
18
|
+
- **Client / Audience:** [Client Name / Student Age]
|
|
19
|
+
- **Deployment Period:** [Start Date] ➔ [End Date]
|
|
20
|
+
- **Key Performance Metrics:**
|
|
21
|
+
- Total Lessons: [X]
|
|
22
|
+
- Average Revision Count (ARC) per lesson: [Y] (Target < 1.5)
|
|
23
|
+
- Severe Errors (Escalations): [Z]
|
|
24
|
+
|
|
25
|
+
---
|
|
26
|
+
|
|
27
|
+
## 2. What Worked Well (Successes)
|
|
28
|
+
_Record formats, examples, or workflows that were highly effective for future reuse. MUST be specific._
|
|
29
|
+
- [E.g., Using the 5E model for Circuitry helped Grade 5 students discover LED connections more intuitively than a theory-first lecture.]
|
|
30
|
+
- [E.g., Batching Metered Execution into 2-lesson sets allowed for early tone correction, saving 40% of revision time.]
|
|
31
|
+
|
|
32
|
+
## 3. What Didn't Work (Failures/Bottlenecks)
|
|
33
|
+
_Record bottlenecks and reasons for failure. Avoid vague statements._
|
|
34
|
+
- [E.g., The RUBRIC template was too complex for Elementary students; they couldn't use it for self-assessment.]
|
|
35
|
+
- [E.g., @activity frequently proposed components not available in the Learner Profile due to lack of cross-checking.]
|
|
36
|
+
|
|
37
|
+
## 4. Key Design Decisions (Architecture Log)
|
|
38
|
+
_Record the "WHY" behind critical architecture choices to prevent future questioning of established patterns._
|
|
39
|
+
- [E.g., Chose Arduino Uno over micro:bit because the client's budget was strictly $5/kit, despite micro:bit being easier to teach.]
|
|
40
|
+
- [E.g., Moved the Python Programming module to the end of the course because students needed to master logic via Scratch drag-and-drop first.]
|
|
41
|
+
|
|
42
|
+
## 5. Actionable Improvements for Future Projects
|
|
43
|
+
_SPECIFIC actions to update the Curriculum OS._
|
|
44
|
+
- **Template Updates:** [E.g., Need to simplify `RUBRIC_template.md` for Elementary audiences.]
|
|
45
|
+
- **Rule Updates:** [E.g., Add a rule forcing `@activity` to re-read the component list in `CONTENT_CONTINUITY` before starting a new lesson.]
|
|
46
|
+
|
|
47
|
+
## 6. Open Questions / Post-Deployment Monitoring
|
|
48
|
+
_Uncertainties requiring follow-up after a few months of client operation._
|
|
49
|
+
- [E.g., Is the 90-minute duration too long for Grade 3 attention spans? Need to check with teachers after 2 months.]
|
|
@@ -0,0 +1,127 @@
|
|
|
1
|
+
---
|
|
2
|
+
id: "{{ID}}"
|
|
3
|
+
title: "{{TITLE}}"
|
|
4
|
+
type: "LESSON_5E"
|
|
5
|
+
created_by: "Curriculum OS Builder"
|
|
6
|
+
phase: "{{PHASE}}"
|
|
7
|
+
deliverable: "P3-T1"
|
|
8
|
+
version: "{{VERSION}}"
|
|
9
|
+
date: "{{DATE}}"
|
|
10
|
+
prerequisite: []
|
|
11
|
+
template_contract: "lesson-plan-v2"
|
|
12
|
+
template_required_sections:
|
|
13
|
+
- "A. Lesson Design Plan"
|
|
14
|
+
- "Learning Objectives & Evidence"
|
|
15
|
+
- "Activity Sequence"
|
|
16
|
+
- "Resource Map"
|
|
17
|
+
- "Assessment Map"
|
|
18
|
+
- "Artifact Contract"
|
|
19
|
+
- "B. Lesson Flow"
|
|
20
|
+
- "Artifact Linkage"
|
|
21
|
+
---
|
|
22
|
+
<!-- INJECT_BODY -->
|
|
23
|
+
|
|
24
|
+
# LESSON [XX]: [LESSON TITLE] (5E Model)
|
|
25
|
+
|
|
26
|
+
## [REQUIRED] A. Lesson Design Plan
|
|
27
|
+
|
|
28
|
+
> OWNERSHIP: Each fact lives in exactly ONE section. The Artifact Contract
|
|
29
|
+
> column (row 11) of the Activity Sequence is the single owner of which
|
|
30
|
+
> satellite produces what. Resource Map lists ONLY physical/logistical
|
|
31
|
+
> resources (hardware, accounts, printed material) — do not re-list satellite
|
|
32
|
+
> artifacts there. Artifact Contract (§5) and Artifact Linkage name satellites
|
|
33
|
+
> by filename + one-line role, no repeated descriptions. Lesson Flow
|
|
34
|
+
> references activities by Seq number — never embed question banks or
|
|
35
|
+
> self-check text owned by KX/QUIZ.
|
|
36
|
+
|
|
37
|
+
### 1. Learning Objectives & Evidence
|
|
38
|
+
- **Estimated Duration:** [X minutes]
|
|
39
|
+
- **Materials & Equipment:** [List hardware and software]
|
|
40
|
+
- **Keywords / Core Concepts:** [Keyword 1], [Keyword 2]
|
|
41
|
+
|
|
42
|
+
| LO | Objective (Bloom's) | Student Evidence | Success Criteria |
|
|
43
|
+
|---|---|---|---|
|
|
44
|
+
| LO1 | **[Bloom Verb]** [Content] | [Observable output/action] | [Measurable condition] |
|
|
45
|
+
| LO2 | **[Bloom Verb]** [Content] | [Observable output/action] | [Measurable condition] |
|
|
46
|
+
|
|
47
|
+
### 2. Activity Sequence
|
|
48
|
+
> This is the canonical activity contract. Satellite artifacts must expand this sequence and must not invent a different one.
|
|
49
|
+
|
|
50
|
+
| Seq | 5E Phase | Activity Type | Actor | Purpose | Student Action | Teacher Move | Output/Evidence | LO | Time | Artifact Contract |
|
|
51
|
+
|---|---|---|---|---|---|---|---|---|---|---|
|
|
52
|
+
| 1 | Engage | Hook / Discussion | Teacher + Students | [Why this opens the lesson] | [What students do] | [Prompt/facilitation move] | [Evidence/checkpoint] | LO1 | [X mins] | SLIDE/HANDOUT |
|
|
53
|
+
| 2 | Explore | Exploration / Demo | Students | [What students discover] | [What students try/observe] | [How teacher guides without overexplaining] | [Evidence/checkpoint] | LO1 | [X mins] | ACT/WKS |
|
|
54
|
+
| 3 | Explain | Mini Lesson | Teacher + Students | [Concept to formalize] | [What students annotate/answer] | [Explanation/demo] | [Evidence/checkpoint] | LO1, LO2 | [X mins] | SLIDE/HANDOUT |
|
|
55
|
+
| 4 | Elaborate | Practice / Lab | Students | [Main application] | [What students build/solve] | [Coaching/debugging] | [Main evidence] | LO2 | [X mins] | ACT/CODE_LAB/WKS |
|
|
56
|
+
| 5 | Evaluate | Reflection / Check | Students | [Mastery check] | [Exit response/demo] | [Debrief] | [Assessment evidence] | LO1, LO2 | [X mins] | QUIZ |
|
|
57
|
+
|
|
58
|
+
### 3. Resource Map
|
|
59
|
+
| Resource | Used In Activity | Purpose | Owner Artifact |
|
|
60
|
+
|---|---|---|---|
|
|
61
|
+
| [Slide / handout / code template / hardware] | [Seq #] | [Why needed] | [SLIDE/HANDOUT/ACT/CODE_LAB/BOM] |
|
|
62
|
+
|
|
63
|
+
### 4. Assessment Map
|
|
64
|
+
| Evidence | Assessed By | Criteria | Follow-up If Missing |
|
|
65
|
+
|---|---|---|---|
|
|
66
|
+
| [Student output] | [Exit ticket / rubric / quiz item] | [Criteria] | [Reteach/retry action] |
|
|
67
|
+
|
|
68
|
+
### 5. Artifact Contract
|
|
69
|
+
- **ACT must expand:** [Seq numbers and details to operationalize]
|
|
70
|
+
- **GUIDE must support:** [Teacher moves and facilitation risks from the activity sequence]
|
|
71
|
+
- **SLIDE must visualize:** [Key concepts, checkpoints, and transitions]
|
|
72
|
+
- **HANDOUT must provide:** [Student-facing reference needed during activities]
|
|
73
|
+
- **WKS must practice:** [Skills/evidence from the sequence]
|
|
74
|
+
- **QUIZ must assess:** [LO evidence and success criteria]
|
|
75
|
+
- **EXT must extend:** [Main evidence target without changing core LO]
|
|
76
|
+
|
|
77
|
+
---
|
|
78
|
+
|
|
79
|
+
## [REQUIRED] B. Lesson Flow
|
|
80
|
+
|
|
81
|
+
### 1. ENGAGE — [X mins]
|
|
82
|
+
- **Hook Scenario:** [Provide a detailed real-world situation or story to grab attention. E.g., "Roleplay as a server room engineer at 3 AM."]
|
|
83
|
+
- **Open Question:** [Explicitly state the question the teacher will ask the class.]
|
|
84
|
+
- **Transition:** [How the teacher summarizes to move to the Explore phase.]
|
|
85
|
+
|
|
86
|
+
### 2. EXPLORE — [X mins]
|
|
87
|
+
- **Activity Reference:** [Summarize the planned activity from the Activity Sequence. Detailed operation belongs in ACT, but the design decision lives here.]
|
|
88
|
+
- **Student Discovery:** [What students should notice before formal explanation.]
|
|
89
|
+
|
|
90
|
+
### 3. EXPLAIN — [X mins]
|
|
91
|
+
- **Definitions:** [Explain the core concepts.]
|
|
92
|
+
- **Visual Illustration (REQUIRED):** [MUST include a specific example of data, code, JSON payload, or a Mermaid diagram to visualize the concept. No abstract-only explanations.]
|
|
93
|
+
|
|
94
|
+
### 4. ELABORATE — [X mins]
|
|
95
|
+
- **Tiered Scaffolding:**
|
|
96
|
+
- 🥉 **Bronze:** [Overview of the foundational task]
|
|
97
|
+
- 🥈 **Silver:** [Overview of the application task]
|
|
98
|
+
- 🥇 **Gold:** [Overview of the extension task]
|
|
99
|
+
|
|
100
|
+
> **ACT Contract**: Detailed operational instructions must expand the Activity Sequence above and must not change the planned evidence target.
|
|
101
|
+
|
|
102
|
+
### 5. EVALUATE — [X mins]
|
|
103
|
+
- **Exit Ticket:** [Provide 1-2 specific questions to quickly check mastery of the success criteria.]
|
|
104
|
+
- **Closing:** [Final remarks and wrap-up notes.]
|
|
105
|
+
|
|
106
|
+
> **QUIZ Contract**: Detailed assessment criteria and rubrics must assess the evidence and success criteria defined in the Lesson Design Plan.
|
|
107
|
+
|
|
108
|
+
---
|
|
109
|
+
|
|
110
|
+
## [OPTIONAL] Teacher Notes
|
|
111
|
+
- **Common Pitfalls:** [Where students often struggle.]
|
|
112
|
+
- **Troubleshooting:** [Fast fixes for common errors.]
|
|
113
|
+
|
|
114
|
+
---
|
|
115
|
+
|
|
116
|
+
## [REQUIRED] Artifact Linkage (Master Index)
|
|
117
|
+
> List all satellite files used in this lesson.
|
|
118
|
+
|
|
119
|
+
| Artifact File | Role in the Classroom | When to Use |
|
|
120
|
+
|---|---|---|
|
|
121
|
+
| `GUIDE_...` | Detailed Teaching Script | Teacher preparation |
|
|
122
|
+
| `SLIDE_...` | Presentation Content | Throughout the session |
|
|
123
|
+
| `HANDOUT_...` | Theory Summary for Students | During EXPLAIN phase |
|
|
124
|
+
| `ACT_...` | Detailed Learning Activity Operations | During EXPLORE / ELABORATE / checkpoint phases |
|
|
125
|
+
| `WKS_...` | Individual Worksheet | Wrap-up or Homework |
|
|
126
|
+
| `QUIZ_...` | Assessment Rubric | During EVALUATE phase |
|
|
127
|
+
| `EXT_...` | Enrichment Materials | For "Gold" students |
|
|
@@ -0,0 +1,104 @@
|
|
|
1
|
+
---
|
|
2
|
+
id: "{{ID}}"
|
|
3
|
+
title: "{{TITLE}}"
|
|
4
|
+
type: "LESSON_EDP"
|
|
5
|
+
created_by: "Curriculum OS Builder"
|
|
6
|
+
phase: "{{PHASE}}"
|
|
7
|
+
deliverable: "P3-T1"
|
|
8
|
+
version: "{{VERSION}}"
|
|
9
|
+
date: "{{DATE}}"
|
|
10
|
+
prerequisite: []
|
|
11
|
+
template_contract: "lesson-plan-v2"
|
|
12
|
+
template_required_sections:
|
|
13
|
+
- "A. Lesson Design Plan"
|
|
14
|
+
- "Learning Objectives & Evidence"
|
|
15
|
+
- "Activity Sequence"
|
|
16
|
+
- "Resource Map"
|
|
17
|
+
- "Assessment Map"
|
|
18
|
+
- "Artifact Contract"
|
|
19
|
+
- "B. Lesson Flow"
|
|
20
|
+
- "Artifact Linkage"
|
|
21
|
+
---
|
|
22
|
+
|
|
23
|
+
# LESSON [XX]: [PROJECT TITLE] (EDP Model - Engineering Design Process)
|
|
24
|
+
|
|
25
|
+
## [REQUIRED] A. Lesson Design Plan
|
|
26
|
+
|
|
27
|
+
> OWNERSHIP: Each fact lives in exactly ONE section. The Artifact Contract
|
|
28
|
+
> column of the Activity Sequence is the single owner of which satellite
|
|
29
|
+
> produces what. Resource Map lists ONLY physical/logistical resources — do
|
|
30
|
+
> not re-list satellite artifacts there. Lesson Flow references activities by
|
|
31
|
+
> Seq number — never embed question banks or self-check text owned by KX/QUIZ.
|
|
32
|
+
|
|
33
|
+
### 1. Learning Objectives & Evidence
|
|
34
|
+
- **Estimated Duration:** [X minutes / X sessions]
|
|
35
|
+
- **Project Objective:** [Describe the final product students will build]
|
|
36
|
+
- **Materials & Equipment:** [Complete list of components]
|
|
37
|
+
|
|
38
|
+
| LO | Objective (Bloom's / EDP) | Student Evidence | Success Criteria |
|
|
39
|
+
|---|---|---|---|
|
|
40
|
+
| LO1 | [Define / Imagine / Plan / Create / Test / Share] [Specific Content] | [Observable project artifact/action] | [Measurable condition] |
|
|
41
|
+
| LO2 | [Define / Imagine / Plan / Create / Test / Share] [Specific Content] | [Observable project artifact/action] | [Measurable condition] |
|
|
42
|
+
|
|
43
|
+
### 2. Activity Sequence
|
|
44
|
+
> This is the canonical activity contract. Satellite artifacts must expand this sequence and must not invent a different one.
|
|
45
|
+
|
|
46
|
+
| Seq | EDP Phase | Activity Type | Actor | Purpose | Student Action | Teacher Move | Output/Evidence | LO | Time | Artifact Contract |
|
|
47
|
+
|---|---|---|---|---|---|---|---|---|---|---|
|
|
48
|
+
| 1 | Ask | Problem Framing | Teacher + Students | [Clarify challenge] | [Students restate constraints] | [Present scenario/constraints] | [Problem statement] | LO1 | [X mins] | SLIDE/HANDOUT |
|
|
49
|
+
| 2 | Imagine | Ideation | Students | [Generate options] | [Brainstorm/sketch] | [Facilitate comparisons] | [Idea list/sketches] | LO1 | [X mins] | WKS |
|
|
50
|
+
| 3 | Plan | Design | Students | [Select solution path] | [Diagram/pseudocode/material plan] | [Review feasibility] | [Plan artifact] | LO1, LO2 | [X mins] | ACT/WKS |
|
|
51
|
+
| 4 | Create | Build / Code | Students | [Build product] | [Assemble/code/test] | [Coach/debug] | [Working prototype] | LO2 | [X mins] | ACT/CODE_LAB/BOM |
|
|
52
|
+
| 5 | Test & Improve | Iteration | Students | [Improve product] | [Record bugs/improvements] | [Prompt evidence-based fixes] | [Iteration log] | LO2 | [X mins] | WKS/QUIZ |
|
|
53
|
+
| 6 | Share & Evaluate | Demo / Reflection | Students | [Communicate learning] | [Demo/explain] | [Debrief] | [Presentation/evaluation] | LO1, LO2 | [X mins] | QUIZ/EXT |
|
|
54
|
+
|
|
55
|
+
### 3. Resource Map
|
|
56
|
+
| Resource | Used In Activity | Purpose | Owner Artifact |
|
|
57
|
+
|---|---|---|---|
|
|
58
|
+
| [Slide / handout / code template / hardware] | [Seq #] | [Why needed] | [SLIDE/HANDOUT/ACT/CODE_LAB/BOM] |
|
|
59
|
+
|
|
60
|
+
### 4. Assessment Map
|
|
61
|
+
| Evidence | Assessed By | Criteria | Follow-up If Missing |
|
|
62
|
+
|---|---|---|---|
|
|
63
|
+
| [Student output] | [Rubric / demo / quiz item] | [Criteria] | [Reteach/retry action] |
|
|
64
|
+
|
|
65
|
+
### 5. Artifact Contract
|
|
66
|
+
- **ACT must expand:** [Seq numbers and details to operationalize]
|
|
67
|
+
- **GUIDE must support:** [Teacher moves and facilitation risks from the activity sequence]
|
|
68
|
+
- **SLIDE must visualize:** [Project challenge, constraints, checkpoints, and transitions]
|
|
69
|
+
- **HANDOUT must provide:** [Student-facing reference needed during activities]
|
|
70
|
+
- **WKS must practice/record:** [Planning, testing, or reflection evidence]
|
|
71
|
+
- **QUIZ must assess:** [Project evidence and success criteria]
|
|
72
|
+
- **EXT must extend:** [Main project evidence without changing core LO]
|
|
73
|
+
|
|
74
|
+
---
|
|
75
|
+
|
|
76
|
+
## [REQUIRED] B. Lesson Flow
|
|
77
|
+
|
|
78
|
+
### 1. ASK (Define the Problem) — [X mins]
|
|
79
|
+
[Set the context/story. What are the project requirements and constraints? (E.g., Build an obstacle-avoiding robot, budget under $10, use max 2 sensors).]
|
|
80
|
+
|
|
81
|
+
### 2. IMAGINE (Ideate) — [X mins]
|
|
82
|
+
[Students brainstorm possible solutions. Teacher suggests different approaches.]
|
|
83
|
+
|
|
84
|
+
### 3. PLAN (Design) — [X mins]
|
|
85
|
+
[Students draw circuit diagrams, create flowcharts, or write pseudocode before physical assembly.]
|
|
86
|
+
|
|
87
|
+
### 4. CREATE (Build & Code) — [X mins]
|
|
88
|
+
[Students start hardware assembly and typing code based on their design.]
|
|
89
|
+
|
|
90
|
+
> **ACT Contract**: Detailed operational instructions must expand the Activity Sequence above and must not change the planned evidence target.
|
|
91
|
+
|
|
92
|
+
### 5. TEST & IMPROVE (Iterate) — [X mins]
|
|
93
|
+
[Students test their product, record bugs, and proceed with debugging/iteration.]
|
|
94
|
+
|
|
95
|
+
### 6. SHARE & EVALUATE (Present) — [X mins]
|
|
96
|
+
[Students demo their product, explain how it works, and highlight improvements made.]
|
|
97
|
+
|
|
98
|
+
> **QUIZ Contract**: Detailed project rubrics must assess the evidence and success criteria defined in the Lesson Design Plan.
|
|
99
|
+
|
|
100
|
+
---
|
|
101
|
+
|
|
102
|
+
## [OPTIONAL] C. Teacher Facilitation Notes
|
|
103
|
+
- **Project Bottlenecks:** [Where are students likely to get frustrated?]
|
|
104
|
+
- **Extension for Fast Learners:** [Suggestions for upgrading features.]
|
|
@@ -0,0 +1,117 @@
|
|
|
1
|
+
---
|
|
2
|
+
id: "{{ID}}"
|
|
3
|
+
title: "{{TITLE}}"
|
|
4
|
+
type: "LESSON_GENERAL"
|
|
5
|
+
created_by: "Curriculum OS Builder"
|
|
6
|
+
phase: "{{PHASE}}"
|
|
7
|
+
deliverable: "P3-T1"
|
|
8
|
+
version: "{{VERSION}}"
|
|
9
|
+
date: "{{DATE}}"
|
|
10
|
+
prerequisite: []
|
|
11
|
+
template_contract: "lesson-plan-v2"
|
|
12
|
+
template_required_sections:
|
|
13
|
+
- "A. Lesson Design Plan"
|
|
14
|
+
- "Learning Objectives & Evidence"
|
|
15
|
+
- "Activity Sequence"
|
|
16
|
+
- "Resource Map"
|
|
17
|
+
- "Assessment Map"
|
|
18
|
+
- "Artifact Contract"
|
|
19
|
+
- "B. Lesson Flow"
|
|
20
|
+
- "Artifact Linkage"
|
|
21
|
+
---
|
|
22
|
+
<!-- INJECT_BODY -->
|
|
23
|
+
|
|
24
|
+
# LESSON [XX]: [LESSON TITLE]
|
|
25
|
+
|
|
26
|
+
## [REQUIRED] A. Lesson Design Plan
|
|
27
|
+
|
|
28
|
+
> OWNERSHIP: Each fact lives in exactly ONE section. The Artifact Contract
|
|
29
|
+
> column of the Activity Sequence is the single owner of which satellite
|
|
30
|
+
> produces what. Resource Map lists ONLY physical/logistical resources — do
|
|
31
|
+
> not re-list satellite artifacts there. Lesson Flow references activities by
|
|
32
|
+
> Seq number — never embed question banks or self-check text owned by KX/QUIZ.
|
|
33
|
+
|
|
34
|
+
### 1. Learning Objectives & Evidence
|
|
35
|
+
- **Estimated Duration:** [X minutes]
|
|
36
|
+
- **Materials & Equipment:** [List hardware, software, and instructional materials]
|
|
37
|
+
- **Keywords / Core Concepts:** [Keyword 1], [Keyword 2]
|
|
38
|
+
|
|
39
|
+
| LO | Objective (Bloom's) | Student Evidence | Success Criteria |
|
|
40
|
+
|---|---|---|---|
|
|
41
|
+
| LO1 | By the end of this lesson, students will be able to [Bloom Verb] [Specific Content]. | [Observable output/action] | [Measurable condition] |
|
|
42
|
+
| LO2 | By the end of this lesson, students will be able to [Bloom Verb] [Specific Content]. | [Observable output/action] | [Measurable condition] |
|
|
43
|
+
|
|
44
|
+
### 2. Activity Sequence
|
|
45
|
+
> This is the canonical activity contract. Satellite artifacts must expand this sequence and must not invent a different one.
|
|
46
|
+
|
|
47
|
+
| Seq | Lesson Stage | Activity Type | Actor | Purpose | Student Action | Teacher Move | Output/Evidence | LO | Time | Artifact Contract |
|
|
48
|
+
|---|---|---|---|---|---|---|---|---|---|---|
|
|
49
|
+
| 1 | Warm-up | Hook / Discussion | Teacher + Students | [Why this opens the lesson] | [What students do] | [Prompt/facilitation move] | [Evidence/checkpoint] | LO1 | [X mins] | SLIDE |
|
|
50
|
+
| 2 | Core Concepts | Mini Lesson / Media Study | Teacher + Students | [Concept to establish] | [What students read/watch/annotate] | [Explanation/demo] | [Evidence/checkpoint] | LO1 | [X mins] | SLIDE/HANDOUT |
|
|
51
|
+
| 3 | Guided Practice | Guided Demo / Practice | Teacher + Students | [Skill to model] | [What students attempt] | [Model/coaching move] | [Evidence/checkpoint] | LO2 | [X mins] | ACT/WKS |
|
|
52
|
+
| 4 | Independent Practice | Practice / Lab | Students | [Main application] | [What students build/solve] | [Debug/coaching] | [Main evidence] | LO2 | [X mins] | ACT/CODE_LAB/WKS |
|
|
53
|
+
| 5 | Wrap-up | Reflection / Check | Students | [Mastery check] | [Exit response/demo] | [Debrief] | [Assessment evidence] | LO1, LO2 | [X mins] | QUIZ |
|
|
54
|
+
|
|
55
|
+
### 3. Resource Map
|
|
56
|
+
| Resource | Used In Activity | Purpose | Owner Artifact |
|
|
57
|
+
|---|---|---|---|
|
|
58
|
+
| [Slide / handout / code template / hardware] | [Seq #] | [Why needed] | [SLIDE/HANDOUT/ACT/CODE_LAB/BOM] |
|
|
59
|
+
|
|
60
|
+
### 4. Assessment Map
|
|
61
|
+
| Evidence | Assessed By | Criteria | Follow-up If Missing |
|
|
62
|
+
|---|---|---|---|
|
|
63
|
+
| [Student output] | [Exit ticket / rubric / quiz item] | [Criteria] | [Reteach/retry action] |
|
|
64
|
+
|
|
65
|
+
### 5. Artifact Contract
|
|
66
|
+
- **ACT must expand:** [Seq numbers and details to operationalize]
|
|
67
|
+
- **GUIDE must support:** [Teacher moves and facilitation risks from the activity sequence]
|
|
68
|
+
- **SLIDE must visualize:** [Key concepts, checkpoints, and transitions]
|
|
69
|
+
- **HANDOUT must provide:** [Student-facing reference needed during activities]
|
|
70
|
+
- **WKS must practice:** [Skills/evidence from the sequence]
|
|
71
|
+
- **QUIZ must assess:** [LO evidence and success criteria]
|
|
72
|
+
- **EXT must extend:** [Main evidence target without changing core LO]
|
|
73
|
+
|
|
74
|
+
---
|
|
75
|
+
|
|
76
|
+
## [REQUIRED] B. Lesson Flow
|
|
77
|
+
|
|
78
|
+
### 1. Warm-up / Hook — [X mins]
|
|
79
|
+
[Inquiry-based question, short game, or story to grab attention, connecting to prior knowledge or real-world applications.]
|
|
80
|
+
|
|
81
|
+
---
|
|
82
|
+
|
|
83
|
+
### 2. Core Concepts — [X mins]
|
|
84
|
+
|
|
85
|
+
### Concept 1: [Concept Name]
|
|
86
|
+
[Explain theory in age-appropriate language. Use real-world analogies. Max 3 paragraphs.]
|
|
87
|
+
- **Illustrative Example:** [Specific example]
|
|
88
|
+
|
|
89
|
+
### Concept 2: [Concept Name] (if applicable)
|
|
90
|
+
[Theory explanation]
|
|
91
|
+
- **Illustrative Example:** [Specific example]
|
|
92
|
+
|
|
93
|
+
---
|
|
94
|
+
|
|
95
|
+
### 3. Guided Practice — [X mins]
|
|
96
|
+
[Teacher demos or guides students step-by-step according to the Activity Sequence. Include code snippets, Mermaid diagrams, or basic wiring schematics.]
|
|
97
|
+
|
|
98
|
+
---
|
|
99
|
+
|
|
100
|
+
### 4. Independent Practice — [X mins]
|
|
101
|
+
[Students solve a problem or challenge based on the planned evidence target.]
|
|
102
|
+
|
|
103
|
+
> **ACT Contract**: Detailed operational instructions must expand the Activity Sequence above and must not change the planned evidence target.
|
|
104
|
+
|
|
105
|
+
---
|
|
106
|
+
|
|
107
|
+
### 5. Wrap-up & Checkpoint — [X mins]
|
|
108
|
+
[Summarize the 2-3 most important points. Provide 2-3 quick check questions to ensure understanding before class ends.]
|
|
109
|
+
|
|
110
|
+
> **QUIZ Contract**: Detailed assessment criteria and rubrics must assess the evidence and success criteria defined in the Lesson Design Plan.
|
|
111
|
+
|
|
112
|
+
---
|
|
113
|
+
|
|
114
|
+
## [OPTIONAL] C. Teacher Notes
|
|
115
|
+
- **Common Pitfalls:** [Where do students usually go wrong?]
|
|
116
|
+
- **Troubleshooting:** [Fastest way to fix common circuit/code errors?]
|
|
117
|
+
- **Extension Tasks:** [Enrichment questions or extra challenges for fast learners.]
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
---
|
|
2
|
+
id: "{{ID}}"
|
|
3
|
+
title: "{{TITLE}}"
|
|
4
|
+
type: "OUTPUT_CONSTRAINTS"
|
|
5
|
+
created_by: "Curriculum OS Builder"
|
|
6
|
+
phase: "{{PHASE}}"
|
|
7
|
+
deliverable: "{{DELIVERABLE_CODE}}"
|
|
8
|
+
version: "{{VERSION}}"
|
|
9
|
+
date: "{{DATE}}"
|
|
10
|
+
---
|
|
11
|
+
|
|
12
|
+
# CONTENT GENERATION CONSTRAINTS
|
|
13
|
+
|
|
14
|
+
_Strict rules for @content, @activity, and @assessor to ensure pedagogical quality._
|
|
15
|
+
|
|
16
|
+
## 1. Structural Constraints
|
|
17
|
+
- **Header Hierarchy:** Must strictly follow Markdown nesting (h1 ➔ h2 ➔ h3).
|
|
18
|
+
- **Required Sections:** Every Lesson MUST have: Overview, Warm-up, Core Concepts, Guided Practice, Independent Practice, Wrap-up.
|
|
19
|
+
- **Link Integrity:** All internal links to `ACT`, `QUIZ`, or `SLIDE` must use the standardized U-M-L pathing: `[Link text](file:///.../_content/UXX/LXX/TYPE_UXX_MXX_LXX.md)`.
|
|
20
|
+
|
|
21
|
+
## 2. Quantitative Constraints
|
|
22
|
+
- **Word Count:** Lesson Plan (800 - 1500 words), Student Handout (max 500 words).
|
|
23
|
+
- **Paragraph Length:** Max 3 sentences per paragraph for readability.
|
|
24
|
+
- **Bullet Points:** Use lists for sequences or feature sets; avoid "walls of text."
|
|
25
|
+
|
|
26
|
+
## 3. Pedagogical Constraints
|
|
27
|
+
- **Bloom's Alignment:** Objectives must use strong verbs (Identify, Describe, Build, Debug).
|
|
28
|
+
- **Inquiry-First:** Activities should start with a "Why" or a "Problem" before the "How-to."
|
|
29
|
+
- **Analogy Rule:** Every abstract concept (e.g., Cloud, API) MUST have at least one real-world analogy.
|
|
30
|
+
|
|
31
|
+
## 4. Code & Technical Constraints
|
|
32
|
+
- **Executable Code:** All code blocks must be self-contained or explicitly state dependencies.
|
|
33
|
+
- **Comments:** Minimum 30% code-to-comment ratio for student examples.
|
|
34
|
+
- **Circuit Safety:** Explicitly mention safety warnings (e.g., common grounds, polarity) for hardware projects.
|
|
35
|
+
## 5. Language Constraints
|
|
36
|
+
- **Structure (Headers):** All major section headings MUST be in English (e.g., `## [REQUIRED] 1. Overview`).
|
|
37
|
+
- **Body Content:** All pedagogical explanations, instructions, and feedback MUST be authored in English by default (Plan C — English-canonical). The `language` parameter controls the localized output language; see /localize-course for translation.
|
|
38
|
+
- **Bilingual Support:** Technical terms are written in English with the localized translation added during the localization step (e.g., `Sensor (<translation>)` — the translation column is produced by /localize-course, never authored).
|