@thanh01.pmt/curriculum-kit 1.4.44 → 1.4.46

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.
Files changed (115) hide show
  1. package/dist/ai/index.cjs.map +1 -1
  2. package/dist/ai/index.mjs.map +1 -1
  3. package/dist/{gateSettings-oo5tCUS_.d.cts → gateSettings-JoqERuS1.d.cts} +0 -1
  4. package/dist/{gateSettings-oo5tCUS_.d.ts → gateSettings-JoqERuS1.d.ts} +0 -1
  5. package/dist/index.cjs +362 -395
  6. package/dist/index.cjs.map +1 -1
  7. package/dist/index.d.cts +111 -33
  8. package/dist/index.d.ts +111 -33
  9. package/dist/index.mjs +356 -392
  10. package/dist/index.mjs.map +1 -1
  11. package/dist/pipeline/index.cjs +33 -14
  12. package/dist/pipeline/index.cjs.map +1 -1
  13. package/dist/pipeline/index.mjs +33 -14
  14. package/dist/pipeline/index.mjs.map +1 -1
  15. package/dist/storage/index.cjs +0 -1
  16. package/dist/storage/index.cjs.map +1 -1
  17. package/dist/storage/index.mjs +0 -1
  18. package/dist/storage/index.mjs.map +1 -1
  19. package/dist/templates/ACT_template.md +18 -9
  20. package/dist/templates/ALIGNMENT_MATRIX_template.md +5 -0
  21. package/dist/templates/ART_DIRECTION_template.md +7 -0
  22. package/dist/templates/ASSET_MANIFEST_template.md +5 -0
  23. package/dist/templates/BASELINE_STANDARD.md +5 -0
  24. package/dist/templates/BELL_RINGER_template.md +13 -13
  25. package/dist/templates/CHANGELOG_template.md +3 -0
  26. package/dist/templates/CHOICE_BOARD_template.md +8 -5
  27. package/dist/templates/CODE_template.md +5 -6
  28. package/dist/templates/CONTENT_CONTINUITY_template.md +6 -0
  29. package/dist/templates/CONTENT_STYLE_GUIDE_template.md +4 -5
  30. package/dist/templates/CURRICULUM_FRAMEWORK_template.md +5 -6
  31. package/dist/templates/DEPENDENCY_MAP_template.md +3 -4
  32. package/dist/templates/EXIT_TICKET_template.md +8 -8
  33. package/dist/templates/EXT_template.md +3 -0
  34. package/dist/templates/GLOSSARY_template.md +1 -2
  35. package/dist/templates/GRAPHIC_ORGANIZER_template.md +8 -8
  36. package/dist/templates/GUIDE_template.md +5 -6
  37. package/dist/templates/HANDOUT_template.md +5 -6
  38. package/dist/templates/HANDOVER_DOCUMENT_template.md +8 -0
  39. package/dist/templates/KNOWLEDGE_EXPOSITION_template.md +16 -6
  40. package/dist/templates/LAB_TEMPLATE.md +20 -3
  41. package/dist/templates/LEARNER_PROFILE_template.md +4 -5
  42. package/dist/templates/LESSONS_LEARNED_template.md +8 -0
  43. package/dist/templates/LESSON_5E_template.md +24 -9
  44. package/dist/templates/LESSON_EDP_template.md +26 -10
  45. package/dist/templates/LESSON_GENERAL_template.md +22 -8
  46. package/dist/templates/OUTPUT_CONSTRAINTS_template.md +7 -0
  47. package/dist/templates/PACKAGING_SPEC_template.md +8 -0
  48. package/dist/templates/PILOT_FEEDBACK_template.md +6 -0
  49. package/dist/templates/PROJECT_BRIEF_template.md +8 -0
  50. package/dist/templates/PROJECT_STATUS_template.md +9 -0
  51. package/dist/templates/QUIZ_template.md +7 -0
  52. package/dist/templates/QUIZ_v4.6_template.md +4 -5
  53. package/dist/templates/REFERENCE_PACK_template.md +4 -0
  54. package/dist/templates/REVIEW_GAME_template.md +11 -8
  55. package/dist/templates/RUBRIC_template.md +2 -3
  56. package/dist/templates/SCIENCE_LAB_template.md +11 -5
  57. package/dist/templates/SELF_LAB_template.md +7 -0
  58. package/dist/templates/SLIDE_template.md +23 -0
  59. package/dist/templates/STATION_ROTATION_template.md +11 -11
  60. package/dist/templates/TASK_CARDS_template.md +8 -8
  61. package/dist/templates/TIERED_PRACTICE_template.md +14 -10
  62. package/dist/templates/UPDATE_ROADMAP_template.md +7 -0
  63. package/dist/templates/WKS_template.md +5 -6
  64. package/dist/workflow/index.cjs +214 -307
  65. package/dist/workflow/index.cjs.map +1 -1
  66. package/dist/workflow/index.d.cts +2 -2
  67. package/dist/workflow/index.d.ts +2 -2
  68. package/dist/workflow/index.mjs +214 -307
  69. package/dist/workflow/index.mjs.map +1 -1
  70. package/docs/refs/templates/ACT_template.md +18 -9
  71. package/docs/refs/templates/ALIGNMENT_MATRIX_template.md +5 -0
  72. package/docs/refs/templates/ART_DIRECTION_template.md +7 -0
  73. package/docs/refs/templates/ASSET_MANIFEST_template.md +5 -0
  74. package/docs/refs/templates/BASELINE_STANDARD.md +5 -0
  75. package/docs/refs/templates/BELL_RINGER_template.md +13 -13
  76. package/docs/refs/templates/CHANGELOG_template.md +3 -0
  77. package/docs/refs/templates/CHOICE_BOARD_template.md +8 -5
  78. package/docs/refs/templates/CODE_template.md +5 -6
  79. package/docs/refs/templates/CONTENT_CONTINUITY_template.md +6 -0
  80. package/docs/refs/templates/CONTENT_STYLE_GUIDE_template.md +4 -5
  81. package/docs/refs/templates/CURRICULUM_FRAMEWORK_template.md +5 -6
  82. package/docs/refs/templates/DEPENDENCY_MAP_template.md +3 -4
  83. package/docs/refs/templates/EXIT_TICKET_template.md +8 -8
  84. package/docs/refs/templates/EXT_template.md +3 -0
  85. package/docs/refs/templates/GLOSSARY_template.md +1 -2
  86. package/docs/refs/templates/GRAPHIC_ORGANIZER_template.md +8 -8
  87. package/docs/refs/templates/GUIDE_template.md +5 -6
  88. package/docs/refs/templates/HANDOUT_template.md +5 -6
  89. package/docs/refs/templates/HANDOVER_DOCUMENT_template.md +8 -0
  90. package/docs/refs/templates/KNOWLEDGE_EXPOSITION_template.md +16 -6
  91. package/docs/refs/templates/LAB_TEMPLATE.md +20 -3
  92. package/docs/refs/templates/LEARNER_PROFILE_template.md +4 -5
  93. package/docs/refs/templates/LESSONS_LEARNED_template.md +8 -0
  94. package/docs/refs/templates/LESSON_5E_template.md +24 -9
  95. package/docs/refs/templates/LESSON_EDP_template.md +26 -10
  96. package/docs/refs/templates/LESSON_GENERAL_template.md +22 -8
  97. package/docs/refs/templates/OUTPUT_CONSTRAINTS_template.md +7 -0
  98. package/docs/refs/templates/PACKAGING_SPEC_template.md +8 -0
  99. package/docs/refs/templates/PILOT_FEEDBACK_template.md +6 -0
  100. package/docs/refs/templates/PROJECT_BRIEF_template.md +8 -0
  101. package/docs/refs/templates/PROJECT_STATUS_template.md +9 -0
  102. package/docs/refs/templates/QUIZ_template.md +7 -0
  103. package/docs/refs/templates/QUIZ_v4.6_template.md +4 -5
  104. package/docs/refs/templates/REFERENCE_PACK_template.md +4 -0
  105. package/docs/refs/templates/REVIEW_GAME_template.md +11 -8
  106. package/docs/refs/templates/RUBRIC_template.md +2 -3
  107. package/docs/refs/templates/SCIENCE_LAB_template.md +11 -5
  108. package/docs/refs/templates/SELF_LAB_template.md +7 -0
  109. package/docs/refs/templates/SLIDE_template.md +23 -0
  110. package/docs/refs/templates/STATION_ROTATION_template.md +11 -11
  111. package/docs/refs/templates/TASK_CARDS_template.md +8 -8
  112. package/docs/refs/templates/TIERED_PRACTICE_template.md +14 -10
  113. package/docs/refs/templates/UPDATE_ROADMAP_template.md +7 -0
  114. package/docs/refs/templates/WKS_template.md +5 -6
  115. package/package.json +1 -1
@@ -13,6 +13,9 @@ template_required_sections:
13
13
  - "Materials & Setup"
14
14
  - "Constraints & Safety"
15
15
  - "Active Learning Workflow"
16
+ - "Phase 1: Planning & Design"
17
+ - "Phase 2: Implementation & Discovery"
18
+ - "Phase 3: Debugging & Testing"
16
19
  - "3-Tier Differentiation"
17
20
  - "Reflection"
18
21
  ---
@@ -21,38 +24,44 @@ template_required_sections:
21
24
  # INQUIRY-BASED ACTIVITY: [ACTIVITY TITLE]
22
25
  _Unit: U[X] | Module: M[X.X] | Lesson: Lesson [XX]_
23
26
 
24
- ## [REQUIRED] Computational Thinking Focus
27
+ ## Computational Thinking Focus
25
28
  - **Problem Statement (Real-world Scenario):** [Describe a real problem instead of just assembly steps. E.g., "A farm weather station needs to alert when the temperature is too high."]
26
29
  - **Decomposition:** [E.g., 1. Read sensor, 2. Process logic, 3. Send alert.]
27
30
  - **Algorithm Design:** [How should students think about the Data Flow before programming?]
28
31
 
29
- ## [REQUIRED] Materials & Setup
32
+ ## Materials & Setup
30
33
  - **Reference Material:** Students should use the **HANDOUT** for this lesson as their primary technical reference (lifeline).
31
34
  - **Hardware/Software:** [List specific devices, components, and tools required.]
32
35
 
33
- ## [REQUIRED] Constraints & Safety
36
+ ## Constraints & Safety
34
37
  - ⚠️ **Technical/Safety:** [E.g., Careful with 5V/GND pins, API rate limits.]
35
38
  - 💡 **Design Constraint:** [Provide a constraint to stimulate thinking. E.g., "Maximum 3 nodes allowed", "Environment variables MUST be used."]
36
39
 
37
- ## [REQUIRED] Active Learning Workflow
40
+ ## Active Learning Workflow
38
41
 
39
- ### Phase 1: Planning & Design — [X mins]
42
+ ### Phase 1: Planning & Design
43
+
44
+ > **Duration:** {{ XX }} mins
40
45
  - **Student Task:** Hand-draw (or draft in words) the algorithm flowchart or connection architecture before touching the computer/devices.
41
46
  - **Teacher Action:** Walk around to check the logic of each group. Ask inquiry questions: *"Where does the data flow from and to?", "If the sensor fails, how will the system report the error?"*
42
47
 
43
- ### Phase 2: Implementation & Discovery — [Y mins]
48
+ ### Phase 2: Implementation & Discovery
49
+
50
+ > **Duration:** {{ XX }} mins
44
51
  - **Student Task:** Apply the knowledge from the **HANDOUT** to realize the plan designed in Phase 1. Encourage self-inquiry and documentation lookup.
45
52
  - **Teacher Action:** Avoid "hand-holding." Only intervene if a group has been stuck for more than 5 minutes.
46
53
 
47
- ### Phase 3: Debugging & Testing — [Z mins]
54
+ ### Phase 3: Debugging & Testing
55
+
56
+ > **Duration:** {{ XX }} mins
48
57
  - **Testing:** Students run their system.
49
58
  - **Error Analysis:** Ask students to record any error codes or unexpected behaviors and compare them with the Troubleshooting table in the Handout.
50
59
 
51
- ## [REQUIRED] 3-Tier Differentiation
60
+ ## 3-Tier Differentiation
52
61
  > MUST design tasks in 3 tiers to support diverse learner groups. Bronze is the minimum requirement for all students.
53
62
  - 🥉 **Bronze (Foundational):** [Core task, usually corresponding to accurately completing the basics from the Handout. E.g., Calling an API and printing the result.]
54
63
  - 🥈 **Silver (Application):** [Task with additional logic or processing steps. E.g., Adding an IF Node to check if temperature > 30.]
55
64
  - 🥇 **Gold (Enrichment/Creative):** [Challenging task requiring self-research of new tools or advanced knowledge. E.g., Sending the alert via Telegram.]
56
65
 
57
- ## [REQUIRED] Reflection
66
+ ## Reflection
58
67
  - **Discussion Question:** [E.g., Why is Approach A better than B? Which part of the code runs the slowest?]
@@ -8,6 +8,11 @@ deliverable: "P3-T9"
8
8
  version: "{{VERSION}}"
9
9
  date: "{{DATE}}"
10
10
  ---
11
+ template_required_sections:
12
+ - "Vertical Alignment Tracker"
13
+ - "Horizontal & Prerequisite Alignment Report"
14
+ - "Feedback & Revision Log"
15
+ ---
11
16
 
12
17
  # ALIGNMENT MATRIX
13
18
  _Updated by: @reviewer | Read by: All Agents_
@@ -8,6 +8,13 @@ deliverable: "P2-T2"
8
8
  version: "{{VERSION}}"
9
9
  date: "{{DATE}}"
10
10
  ---
11
+ template_required_sections:
12
+ - "🎨 1. Visual Identity & Mood"
13
+ - "🌈 2. Color Palette"
14
+ - "📊 3. Diagram Standards (Mermaid)"
15
+ - "🖼️ 4. Image Categories & Tiers"
16
+ - "🛠️ 5. Typography"
17
+ ---
11
18
 
12
19
  # ART DIRECTION: [Project Name]
13
20
 
@@ -6,6 +6,11 @@ created_by: "Antigravity"
6
6
  version: "v4.6"
7
7
  date: "YYYY-MM-DD"
8
8
  ---
9
+ template_required_sections:
10
+ - "Summary"
11
+ - "Referenced Assets"
12
+ - "Orphan Assets"
13
+ ---
9
14
 
10
15
  # 📦 ASSET MANIFEST
11
16
  _Auto-updated by Radar at: YYYY-MM-DD HH:MM:SS | Learning-asset sync status_
@@ -8,6 +8,11 @@ deliverable: "{{DELIVERABLE_CODE}}"
8
8
  version: "{{VERSION}}"
9
9
  date: "{{DATE}}"
10
10
  ---
11
+ template_required_sections:
12
+ - "CSTA K-12 Computer Science Standards"
13
+ - "AI4K12 - Five Big Ideas in AI"
14
+ - "Bloom's Taxonomy for CS/STEM"
15
+ ---
11
16
 
12
17
  # BASELINE STANDARDS (K-12 CS & AI)
13
18
 
@@ -10,25 +10,25 @@ date: "{{DATE}}"
10
10
  template_contract: "artifact-template-v1"
11
11
  template_required_sections:
12
12
  - "Weekly Objective & Schedule"
13
- - "Monday: Mental Model Recall (Warm-up 1)"
14
- - "Tuesday: Code Spot-Check (Warm-up 2)"
15
- - "Wednesday: Bug Hunt & Fix (Warm-up 3)"
16
- - "Thursday: Architecture Tracing (Warm-up 4)"
17
- - "Friday: Creative Synthesis & Bridge (Warm-up 5)"
18
- - "Answer Key & Scoring Guide"
13
+ - "Day 1 (Monday): Mental Model Recall & Analogy"
14
+ - "Day 2 (Tuesday): Rapid Code Tracing"
15
+ - "Day 3 (Wednesday): Quick Bug Hunt (Spot the Defect)"
16
+ - "Day 4 (Thursday): Visual Diagram Tracing"
17
+ - "Day 5 (Friday): Creative Synthesis & Bridge Forward"
18
+ - "Teacher Answer Key & Scoring Guide"
19
19
  ---
20
20
  <!-- INJECT_BODY -->
21
21
 
22
22
  # WEEKLY BELL RINGERS (5-DAY WARM-UP PACK): [UNIT / LESSON TITLE]
23
23
  _Unit: U[X] | Module: M[X.X] | Time: Exactly 3-5 Mins at Start of Each Session_
24
24
 
25
- ## [REQUIRED] Weekly Objective & Schedule
25
+ ## Weekly Objective & Schedule
26
26
  - **Weekly Core Theme:** [E.g., "Swift Concurrency, Actors & Thread Safety"]
27
27
  - **Routine Protocol:** Display prompt on projector immediately as students enter. Students write responses in their Daily Journal before class discussion.
28
28
 
29
29
  ---
30
30
 
31
- ## [REQUIRED] Day 1 (Monday): Mental Model Recall & Analogy
31
+ ## Day 1 (Monday): Mental Model Recall & Analogy
32
32
  > *Time: 3 Mins | Bloom: Understand*
33
33
 
34
34
  **Prompt:**
@@ -41,7 +41,7 @@ _Unit: U[X] | Module: M[X.X] | Time: Exactly 3-5 Mins at Start of Each Session_
41
41
 
42
42
  ---
43
43
 
44
- ## [REQUIRED] Day 2 (Tuesday): Rapid Code Tracing
44
+ ## Day 2 (Tuesday): Rapid Code Tracing
45
45
  > *Time: 4 Mins | Bloom: Apply*
46
46
 
47
47
  **Prompt:**
@@ -58,7 +58,7 @@ func compute() async -> Int {
58
58
 
59
59
  ---
60
60
 
61
- ## [REQUIRED] Day 3 (Wednesday): Quick Bug Hunt (Spot the Defect)
61
+ ## Day 3 (Wednesday): Quick Bug Hunt (Spot the Defect)
62
62
  > *Time: 4 Mins | Bloom: Analyze*
63
63
 
64
64
  **Prompt:**
@@ -82,7 +82,7 @@ struct UserProfileView: View {
82
82
 
83
83
  ---
84
84
 
85
- ## [REQUIRED] Day 4 (Thursday): Visual Diagram Tracing
85
+ ## Day 4 (Thursday): Visual Diagram Tracing
86
86
  > *Time: 4 Mins | Bloom: Analyze*
87
87
 
88
88
  **Prompt:**
@@ -92,7 +92,7 @@ Given the following state transition flow:
92
92
 
93
93
  ---
94
94
 
95
- ## [REQUIRED] Day 5 (Friday): Creative Synthesis & Bridge Forward
95
+ ## Day 5 (Friday): Creative Synthesis & Bridge Forward
96
96
  > *Time: 5 Mins | Bloom: Evaluate / Create*
97
97
 
98
98
  **Prompt:**
@@ -100,7 +100,7 @@ Given the following state transition flow:
100
100
 
101
101
  ---
102
102
 
103
- ## [REQUIRED] Teacher Answer Key & Scoring Guide
103
+ ## Teacher Answer Key & Scoring Guide
104
104
  - **Monday:** Shared memory without synchronization causes overlapping writes (data races). Actors queue requests in an isolated mailbox.
105
105
  - **Tuesday:** The spawned `Task` executes asynchronously and may not finish before `return total` executes.
106
106
  - **Wednesday:** `resetName()` mutates `name` on `self` struct; in SwiftUI, mutating `@State` is valid because the property wrapper stores value externally on heap, but function should be private or state mutated directly in button action.
@@ -6,6 +6,9 @@ created_by: "Curriculum OS Builder"
6
6
  version: "{{VERSION}}"
7
7
  date: "{{DATE}}"
8
8
  ---
9
+ template_required_sections:
10
+ - "📜 Historical Log"
11
+ ---
9
12
 
10
13
  # CHANGELOG: [Project Name]
11
14
  _This file maintains a persistent, append-only record of all significant changes to the project._
@@ -11,7 +11,10 @@ template_contract: "artifact-template-v1"
11
11
  template_required_sections:
12
12
  - "Learning Goals & Rule of Choice"
13
13
  - "The 9-Square Activity Matrix"
14
- - "Activity Detailed Blueprints"
14
+ - "Activity Detailed Blueprints (Selected Modules)"
15
+ - "Detail: Square 1 — The Bug Hunter"
16
+ - "Detail: Square 2 — The Architect's Blueprint"
17
+ - "Detail: ⭐ Square 5 — Core Master Challenge (Mandatory Center Option)"
15
18
  - "Universal Assessment Rubric"
16
19
  ---
17
20
  <!-- INJECT_BODY -->
@@ -19,7 +22,7 @@ template_required_sections:
19
22
  # 9-SQUARE CHOICE BOARD: [LESSON / UNIT TITLE]
20
23
  _Unit: U[X] | Module: M[X.X] | Target Competency: [Core Competency Name]_
21
24
 
22
- ## [REQUIRED] Learning Goals & Rule of Choice
25
+ ## Learning Goals & Rule of Choice
23
26
  - **Core Concept Anchor:** [All options must demonstrate mastery of this central invariant, e.g., "State Isolation & Safe Concurrent Mutation"].
24
27
  - **Rule of Choice (Tic-Tac-Toe / Point Model):**
25
28
  - *Option A (Tic-Tac-Toe):* Complete 3 activities in a row (Horizontal, Vertical, or Diagonal).
@@ -27,7 +30,7 @@ _Unit: U[X] | Module: M[X.X] | Target Competency: [Core Competency Name]_
27
30
 
28
31
  ---
29
32
 
30
- ## [REQUIRED] The 9-Square Activity Matrix
33
+ ## The 9-Square Activity Matrix
31
34
 
32
35
  | Column 1: Analytical & Code | Column 2: Visual & Architecture | Column 3: Creative & Applied |
33
36
  | :--- | :--- | :--- |
@@ -37,7 +40,7 @@ _Unit: U[X] | Module: M[X.X] | Target Competency: [Core Competency Name]_
37
40
 
38
41
  ---
39
42
 
40
- ## [REQUIRED] Activity Detailed Blueprints (Selected Modules)
43
+ ## Activity Detailed Blueprints (Selected Modules)
41
44
 
42
45
  ### Detail: Square 1 — The Bug Hunter
43
46
  - **Input Source Code:** Provided in `Assets/Lab/BrokenProject.zip`.
@@ -56,7 +59,7 @@ _Unit: U[X] | Module: M[X.X] | Target Competency: [Core Competency Name]_
56
59
 
57
60
  ---
58
61
 
59
- ## [REQUIRED] Universal Assessment Rubric
62
+ ## Universal Assessment Rubric
60
63
  | Criteria | Exemplary (4) | Proficient (3) | Developing (2) | Beginning (1) |
61
64
  | :--- | :--- | :--- | :--- | :--- |
62
65
  | **Technical Accuracy** | 100% executable, idiomatic syntax, zero race conditions. | Compiles and runs; minor non-critical styling issue. | Runs with partial errors or missing edge cases. | Does not compile or contains critical syntax bugs. |
@@ -16,10 +16,9 @@ template_required_sections:
16
16
  - "Automated Test / Verification Script"
17
17
  - "Common Syntax & Runtime Pitfalls Matrix"
18
18
  ---
19
-
20
19
  # CODE LAB: [LESSON TITLE]
21
20
 
22
- ## [REQUIRED] Technical Overview & Architecture Blueprint
21
+ ## Technical Overview & Architecture Blueprint
23
22
  > How the code in this lab is structured and why. Reference the canonical
24
23
  > identifiers (files, types, functions) from the LESSON Code Symbol Ledger —
25
24
  > use those exact names, do not invent alternatives.
@@ -36,7 +35,7 @@ template_required_sections:
36
35
  |---|---|---|
37
36
  | [Component] | [Pin] | [Why this wiring] |
38
37
 
39
- ## [REQUIRED] Starter Code Sandbox
38
+ ## Starter Code Sandbox
40
39
  > Skeleton the students start from, with explicit TODO comments marking every
41
40
  > point they must implement.
42
41
 
@@ -44,7 +43,7 @@ template_required_sections:
44
43
  // [Starter code with TODO markers]
45
44
  ```
46
45
 
47
- ## [REQUIRED] Verified Reference Solution Code
46
+ ## Verified Reference Solution Code
48
47
  > 100% syntactically valid, production-ready, fully commented. Must satisfy
49
48
  > the verification script below.
50
49
 
@@ -52,7 +51,7 @@ template_required_sections:
52
51
  // [Complete reference solution]
53
52
  ```
54
53
 
55
- ## [REQUIRED] Automated Test / Verification Script
54
+ ## Automated Test / Verification Script
56
55
  > How to compile / run / verify: exact commands and expected output.
57
56
 
58
57
  ```bash
@@ -61,7 +60,7 @@ template_required_sections:
61
60
 
62
61
  - **Expected result:** [What success looks like]
63
62
 
64
- ## [REQUIRED] Common Syntax & Runtime Pitfalls Matrix
63
+ ## Common Syntax & Runtime Pitfalls Matrix
65
64
  > Extract the Common Mistakes table VERBATIM from the canonical knowledge
66
65
  > context (KX). Do not re-invent or paraphrase — one canonical list per lesson.
67
66
 
@@ -8,6 +8,12 @@ deliverable: "P3-CONT"
8
8
  version: "v2.1"
9
9
  date: "YYYY-MM-DD"
10
10
  ---
11
+ template_required_sections:
12
+ - "Storyline & Character Development"
13
+ - "Pedagogical Analogies & Concepts"
14
+ - "Multimedia Assets Log"
15
+ - "Hardware & Materials Used"
16
+ ---
11
17
 
12
18
  # CONTENT CONTINUITY: [PROJECT_NAME]
13
19
 
@@ -14,28 +14,27 @@ template_required_sections:
14
14
  - "Examples & Context Rules"
15
15
  - "Lesson Content Standards"
16
16
  ---
17
-
18
17
  # CONTENT STYLE GUIDE
19
18
 
20
19
 
21
- ## [REQUIRED] Voice & Tone
20
+ ## Voice & Tone
22
21
  - **Primary Persona:** [E.g., Encouraging mentor / Professional engineer / Storyteller]
23
22
  - **Target Audience Toning:** [E.g., Simple language for kids, technical rigor for seniors]
24
23
  - **Prohibited Phrases:** [E.g., "This is easy", "Just click this"]
25
24
 
26
- ## [REQUIRED] Standard Terminology (Glossary)
25
+ ## Standard Terminology (Glossary)
27
26
  | Concept (English) | Standard Translation | Synonyms to Avoid | Context Notes |
28
27
  |---|---|---|---|
29
28
  | Variable | [translation] | [avoid] | Use the glossary translation for clarity |
30
29
  | Loop | [translation] | [avoid] | Avoid the non-coding term in coding context |
31
30
  | Debug | [translation] | [avoid] | Use the glossary translation for professionalism |
32
31
 
33
- ## [REQUIRED] Examples & Context Rules
32
+ ## Examples & Context Rules
34
33
  - **Preferred Sources:** [E.g., Vietnamese daily life, urban/rural student context, popular games]
35
34
  - **Prohibited Contexts:** [E.g., Violence, military, weapons, religion, politics, heavy winter/snow examples for tropical regions]
36
35
  - **Explanation Structure:** [E.g., Analogy first -> Technical application second]
37
36
 
38
- ## [REQUIRED] Lesson Content Standards
37
+ ## Lesson Content Standards
39
38
  _Every lesson written by @content must follow this flow:_
40
39
  1. **Warm-up / Hook:** [Scenario-based, e.g., opening question, short story]
41
40
  2. **Core Concepts:** [Maximum paragraphs per concept, use of bullet points]
@@ -15,12 +15,11 @@ template_required_sections:
15
15
  - "Scope & Sequence (Detailed Roadmap)"
16
16
  - "Standard Lesson Format"
17
17
  ---
18
-
19
18
  # CURRICULUM FRAMEWORK
20
19
 
21
20
  _Based on: LEARNER_PROFILE.md v[X]_
22
21
 
23
- ## [REQUIRED] Course Overview
22
+ ## Course Overview
24
23
  - **Official Course Name:** [Name]
25
24
  - **Short Description:** [1–2 sentences for client/marketing materials]
26
25
  - **Primary Platform/Tools:** [E.g., Arduino Uno, Scratch 3.0, Python]
@@ -28,20 +27,20 @@ _Based on: LEARNER_PROFILE.md v[X]_
28
27
  - **Total Lessons:** [Number]
29
28
  - **Total Duration:** [Calculated in minutes/hours]
30
29
 
31
- ## [REQUIRED] Global Learning Objectives
30
+ ## Global Learning Objectives
32
31
  By the end of this course, students will be able to:
33
32
  1. [Bloom Verb + Specific Content + Condition]
34
33
  2. [Bloom Verb + Specific Content + Condition]
35
34
  3. [Bloom Verb + Specific Content + Condition]
36
35
  _Note: Each objective must be measurable and observable._
37
36
 
38
- ## [REQUIRED] Structural Hierarchy (Unit & Module)
37
+ ## Structural Hierarchy (Unit & Module)
39
38
  | Unit (UXX) | Module (UXXMYY) | Lessons | Module Objective | Lesson Codes |
40
39
  |---|---|:---:|---|---|
41
40
  | U01: [Unit 1 Name] | U01_M01: [Module Name] | [Qty] | [Specific objectives for U01_M01] | U01_M01_L01 – U01_M01_L03 |
42
41
  | U02: [Unit 2 Name] | U02_M01: [Module Name] | [Qty] | [Specific objectives for U02_M01] | U02_M01_L01 – U02_M01_L04 |
43
42
 
44
- ## [REQUIRED] Scope & Sequence (Detailed Roadmap)
43
+ ## Scope & Sequence (Detailed Roadmap)
45
44
  **CONTRACT — mỗi buổi học (session) PHẢI có đúng 1 dòng, đủ 10 cột, mã bài dạng UXX_MYY_LZZ:**
46
45
  | # | Lesson Code | Title | Unit | Module | Learning Objective (Students will be able to...) | Key Concepts (Học gì) | Hands-on Deliverable (Làm được gì) | Prerequisites | Bloom | Duration (mins) |
47
46
  |---|---|---|---|---|---|---|---|---|---|:---:|
@@ -50,7 +49,7 @@ _Note: Each objective must be measurable and observable._
50
49
 
51
50
  _Rules: (a) KHÔNG truncate bằng '...' — viết ĐỦ số dòng bằng tổng số buổi của khóa; (b) Prerequisites chỉ tham chiếu mã bài TRƯỚC đó (không forward-reference); (c) Objective dùng động từ Bloom đo được (xác định/giải thích/vận dụng/thiết kế/đánh giá), không dùng 'hiểu/biết' trừu tượng; (d) Hands-on Deliverable là sản phẩm CỤ THỂ học sinh mang được ra khỏi buổi học; (e) Duration cộng lại đúng Tổng Duration của Course Overview._
52
51
 
53
- ## [REQUIRED] Standard Lesson Format
52
+ ## Standard Lesson Format
54
53
  - **Theory Duration:** [X mins]
55
54
  - **Practice Duration:** [Y mins]
56
55
  - **Homework Included:** [Yes / No]
@@ -13,12 +13,11 @@ template_required_sections:
13
13
  - "Cascade Impact Rules"
14
14
  - "Cascade Processing Protocol"
15
15
  ---
16
-
17
16
  # CURRICULUM DEPENDENCY MAP: {{PROJECT_NAME}}
18
17
 
19
18
  _Tracks the logical flow and technical prerequisites between units and lessons to prevent fragmentation._
20
19
 
21
- ## [REQUIRED] Document Dependency Hierarchy
20
+ ## Document Dependency Hierarchy
22
21
  Data flows top-down. An arrow `└──` means the document below MUST read the document above before it is produced.
23
22
 
24
23
  ```text
@@ -35,7 +34,7 @@ LEARNER_PROFILE.md (Source: Client)
35
34
  └── PACKAGES (final deliverables: Teacher, Student, Parent, Client)
36
35
  ```
37
36
 
38
- ## [REQUIRED] Cascade Impact Rules
37
+ ## Cascade Impact Rules
39
38
  When a Scope Change request or Version update occurs, `@reviewer` MUST cross-check the table below to identify the affected files:
40
39
 
41
40
  | If this file changes MAJOR/MINOR... | ...then these files MUST be Reviewed/Rewritten |
@@ -47,7 +46,7 @@ When a Scope Change request or Version update occurs, `@reviewer` MUST cross-che
47
46
  | **LESSON_U[XX]_M[ZZ]_L[YY] (Theory)**| `ACT_U[XX]_M[ZZ]_L[YY]` (materials may change), `QUIZ_U[XX]_M[ZZ]_L[YY]` (criteria may change), `ALIGNMENT_MATRIX`. |
48
47
  | **ACT_U[XX]_M[ZZ]_L[YY] (Hands-on)** | `QUIZ_U[XX]_M[ZZ]_L[YY]` (practical product assessment criteria may change). |
49
48
 
50
- ## [REQUIRED] Cascade Processing Protocol
49
+ ## Cascade Processing Protocol
51
50
  1. Identify the original file that changed.
52
51
  2. Follow the "Propagation Rules" above to list the affected files.
53
52
  3. Build the **Cascade Impact Map** table into `PROJECT_STATUS.md` (Open Issues section) and mark 🔴 (needs rewrite) or 🟡 (needs review).
@@ -10,9 +10,9 @@ date: "{{DATE}}"
10
10
  template_contract: "artifact-template-v1"
11
11
  template_required_sections:
12
12
  - "Target Learning Objectives"
13
- - "Recall & Conceptual Anchor"
14
- - "Application & Bug Hunt"
15
- - "Metacognitive Reflection & Confidence Check"
13
+ - "Part 1: Recall & Conceptual Anchor (Prompt 1)"
14
+ - "Part 2: Application & Bug Hunt (Prompt 2)"
15
+ - "Part 3: Metacognitive Reflection & Confidence Check (Prompt 3)"
16
16
  - "Scoring & Teacher Intervention Trigger"
17
17
  ---
18
18
  <!-- INJECT_BODY -->
@@ -20,13 +20,13 @@ template_required_sections:
20
20
  # FORMATIVE EXIT TICKET: [LESSON TITLE]
21
21
  _Unit: U[X] | Module: M[X.X] | Lesson: Lesson [XX] | Estimated Time: 5-7 mins_
22
22
 
23
- ## [REQUIRED] Target Learning Objectives
23
+ ## Target Learning Objectives
24
24
  - **Target LO 1 (ULO):** [The universal conceptual objective being assessed, e.g., "The learner will be able to understand the immutability of declarative views."]
25
25
  - **Target LO 2 (CIO/SIO):** [The concrete technical objective, e.g., "The learner will be able to bind state variables to UI controls using @State."]
26
26
 
27
27
  ---
28
28
 
29
- ## [REQUIRED] Part 1: Recall & Conceptual Anchor (Prompt 1)
29
+ ## Part 1: Recall & Conceptual Anchor (Prompt 1)
30
30
  > *Objective: Test core mental model without allowing rote syntax memorization.*
31
31
 
32
32
  **Question 1:**
@@ -39,7 +39,7 @@ _Unit: U[X] | Module: M[X.X] | Lesson: Lesson [XX] | Estimated Time: 5-7 mins_
39
39
 
40
40
  ---
41
41
 
42
- ## [REQUIRED] Part 2: Application & Bug Hunt (Prompt 2)
42
+ ## Part 2: Application & Bug Hunt (Prompt 2)
43
43
  > *Objective: Test code diagnosis and precise correction in ≤ 3 lines of modification.*
44
44
 
45
45
  **Code Snippet:**
@@ -65,7 +65,7 @@ struct CounterDisplay: View {
65
65
 
66
66
  ---
67
67
 
68
- ## [REQUIRED] Part 3: Metacognitive Reflection & Confidence Check (Prompt 3)
68
+ ## Part 3: Metacognitive Reflection & Confidence Check (Prompt 3)
69
69
  > *Objective: Empower student self-regulation and provide immediate diagnostic signals.*
70
70
 
71
71
  **Traffic Light Self-Assessment:**
@@ -80,6 +80,6 @@ struct CounterDisplay: View {
80
80
 
81
81
  ---
82
82
 
83
- ## [REQUIRED] Scoring & Teacher Intervention Trigger
83
+ ## Scoring & Teacher Intervention Trigger
84
84
  - **Proficiency Threshold:** Green/Yellow check + Correct Answer to Part 2 Bug Hunt.
85
85
  - **Intervention Protocol:** If $\ge 25\%$ of students mark 🔴 Red or miss Part 2, start next session with a 5-minute Live Debugging Warm-up.
@@ -8,6 +8,9 @@ deliverable: "P3-T8"
8
8
  version: "{{VERSION}}"
9
9
  date: "{{DATE}}"
10
10
  ---
11
+ template_required_sections:
12
+ - "For: Advanced Students / Extra Time"
13
+ ---
11
14
 
12
15
  # EXTENSION TASKS: [LESSON TITLE]
13
16
 
@@ -6,7 +6,6 @@ template_contract: "artifact-template-v1"
6
6
  template_required_sections:
7
7
  - "Term Glossary"
8
8
  ---
9
-
10
9
  <!--
11
10
  Created by: Curriculum OS Builder
12
11
  Phase: P3 | Deliverable: Glossary Artifact
@@ -25,7 +24,7 @@ _Unit: U[X] | Module: M[X.X] | Audience: Grade [XX] ([AGE] years old)_
25
24
 
26
25
  ---
27
26
 
28
- ## [REQUIRED] Term Glossary
27
+ ## Term Glossary
29
28
 
30
29
  <!--
31
30
  INSTRUCTIONS FOR @content:
@@ -11,22 +11,22 @@ template_contract: "artifact-template-v1"
11
11
  template_required_sections:
12
12
  - "Visual Paradigm Overview"
13
13
  - "Organizer 1: Architectural Data Flow (Mermaid Flowchart)"
14
- - "Organizer 2: Comparative Analysis (Mermaid / Markdown Venn)"
15
- - "Organizer 3: State Machine & Lifecycle (Mermaid StateDiagram)"
16
- - "Student Fill-in Worksheet Format"
14
+ - "Organizer 2: Comparative Analysis (Venn Diagram / Matrix)"
15
+ - "Organizer 3: State Machine & Lifecycle (State Diagram)"
16
+ - "Student Fill-in Worksheet Format (Offline Handout)"
17
17
  ---
18
18
  <!-- INJECT_BODY -->
19
19
 
20
20
  # VISUAL GRAPHIC ORGANIZERS: [LESSON / UNIT TITLE]
21
21
  _Unit: U[X] | Module: M[X.X] | Format: Mermaid Markdown Diagrams + Fill-in Printable Worksheets_
22
22
 
23
- ## [REQUIRED] Visual Paradigm Overview
23
+ ## Visual Paradigm Overview
24
24
  - **Cognitive Purpose:** Unload mental processing burden through spatial diagramming and dual-coding theory (Paivio).
25
25
  - **Output Formats:** Interactive Mermaid.js rendered diagrams + Printable student fill-in worksheets.
26
26
 
27
27
  ---
28
28
 
29
- ## [REQUIRED] Organizer 1: Architectural Data Flow (Mermaid Flowchart)
29
+ ## Organizer 1: Architectural Data Flow (Mermaid Flowchart)
30
30
 
31
31
  ```mermaid
32
32
  graph TD
@@ -48,7 +48,7 @@ graph TD
48
48
 
49
49
  ---
50
50
 
51
- ## [REQUIRED] Organizer 2: Comparative Analysis (Venn Diagram / Matrix)
51
+ ## Organizer 2: Comparative Analysis (Venn Diagram / Matrix)
52
52
 
53
53
  ```mermaid
54
54
  graph LR
@@ -72,7 +72,7 @@ graph LR
72
72
 
73
73
  ---
74
74
 
75
- ## [REQUIRED] Organizer 3: State Machine & Lifecycle (State Diagram)
75
+ ## Organizer 3: State Machine & Lifecycle (State Diagram)
76
76
 
77
77
  ```mermaid
78
78
  stateDiagram-v2
@@ -85,7 +85,7 @@ stateDiagram-v2
85
85
 
86
86
  ---
87
87
 
88
- ## [REQUIRED] Student Fill-in Worksheet Format (Offline Handout)
88
+ ## Student Fill-in Worksheet Format (Offline Handout)
89
89
  ```text
90
90
  ┌──────────────────────────────────────────────────────────────────────────┐
91
91
  │ STUDENT DATA FLOW FILL-IN EXERCISE │
@@ -15,23 +15,22 @@ template_required_sections:
15
15
  - "Common Misconceptions & Diagnostic Remediation Matrix"
16
16
  - "Differentiated Support Strategies"
17
17
  ---
18
-
19
18
  # TEACHER GUIDE: [LESSON TITLE]
20
19
  _For Teacher Use Only | Unit [UXX] Module [MXX]_
21
20
 
22
- ## [REQUIRED] Objectives & Preparation
21
+ ## Objectives & Preparation
23
22
  - **Pedagogical Goal:** [The main goal for the teacher to achieve during the session. Emphasize mindset shift, not just knowledge.]
24
23
  - **Technical Checklist:** [Software/hardware to install or check before class]
25
24
 
26
25
  > Misconceptions have ONE home in this document: the Remediation Matrix below.
27
26
  > Do not restate them here.
28
27
 
29
- ## [REQUIRED] Preparation Checklist & Workstation Setup
28
+ ## Preparation Checklist & Workstation Setup
30
29
  | Item | Qty / Setup | Verified? |
31
30
  |---|---|---|
32
31
  | [Hardware/software/resource] | [Per group or per class] | [ ] |
33
32
 
34
- ## [REQUIRED] Facilitation Script & Timeline
33
+ ## Facilitation Script & Timeline
35
34
  > Mirror the LESSON B-flow phase-by-phase — same phases, same minutes. Do not
36
35
  > invent a different time allocation.
37
36
 
@@ -42,7 +41,7 @@ _For Teacher Use Only | Unit [UXX] Module [MXX]_
42
41
 
43
42
  <!-- Repeat per B-flow phase. -->
44
43
 
45
- ## [REQUIRED] Common Misconceptions & Diagnostic Remediation Matrix
44
+ ## Common Misconceptions & Diagnostic Remediation Matrix
46
45
  > Extract the Common Mistakes table VERBATIM from the canonical knowledge
47
46
  > context (KX). Do not re-invent or paraphrase — one canonical list per lesson.
48
47
 
@@ -50,7 +49,7 @@ _For Teacher Use Only | Unit [UXX] Module [MXX]_
50
49
  |---|---|---|---|
51
50
  | [From KX Common Mistakes] | [Underlying reasoning error] | [Quick question that exposes it] | [Concrete reteach action] |
52
51
 
53
- ## [REQUIRED] Differentiated Support Strategies
52
+ ## Differentiated Support Strategies
54
53
  - **Support (struggling students):** [Concrete scaffolds during activities]
55
54
  - **Extension (advanced students):** [What to hand them — reference EXT artifact]
56
55
  - **Enrichment Question:** [1-2 deep-thinking questions]
@@ -15,11 +15,10 @@ template_required_sections:
15
15
  - "Step-by-Step Practical Quick-Start Guide"
16
16
  - "Self-Check Diagnostic Checklist"
17
17
  ---
18
-
19
18
  # HANDOUT: [LESSON TITLE]
20
19
  _Student Reference Notes — keep beside you during the lesson._
21
20
 
22
- ## [REQUIRED] 📖 Core Concepts
21
+ ## Core Concepts
23
22
  > Key terms and student-friendly definitions. Source term definitions from the
24
23
  > canonical knowledge context (KX Key Terms) — align, don't re-invent.
25
24
 
@@ -27,14 +26,14 @@ _Student Reference Notes — keep beside you during the lesson._
27
26
  |---|---|---|
28
27
  | [Term 1] | [Plain-language explanation] | [Micro example] |
29
28
 
30
- ## [REQUIRED] Core Syntax & Mechanism Cheat Sheet
29
+ ## Core Syntax & Mechanism Cheat Sheet
31
30
  > Quick-scan reference table for the exact syntax/mechanics this lesson uses.
32
31
 
33
32
  | Pattern | Syntax | When to Use | Common Trap |
34
33
  |---|---|---|---|
35
34
  | [Pattern] | `[exact syntax]` | [Situation] | [Pitfall from KX] |
36
35
 
37
- ## [REQUIRED] Visual Mental Model / Architecture Diagram
36
+ ## Visual Mental Model / Architecture Diagram
38
37
  > One Mermaid or ASCII diagram of the core mechanism, annotated.
39
38
 
40
39
  ```mermaid
@@ -45,7 +44,7 @@ graph LR
45
44
 
46
45
  - **How to read it:** [One-paragraph walkthrough of the diagram]
47
46
 
48
- ## [REQUIRED] Step-by-Step Practical Quick-Start Guide
47
+ ## Step-by-Step Practical Quick-Start Guide
49
48
  > Minimum path to a first working result, numbered, with checkpoints.
50
49
 
51
50
  1. [Step 1 — concrete action]
@@ -53,7 +52,7 @@ graph LR
53
52
  2. [Step 2]
54
53
  - ✅ Checkpoint: [What you should see]
55
54
 
56
- ## [REQUIRED] Self-Check Diagnostic Checklist
55
+ ## Self-Check Diagnostic Checklist
57
56
  > Can-do statements for self-assessment, mirroring LESSON LO evidence.
58
57
 
59
58
  - [ ] I can [can-do statement tied to LO1]