@thanh01.pmt/curriculum-kit 1.4.40 → 1.4.42

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 (105) hide show
  1. package/dist/ai/index.cjs +31 -31
  2. package/dist/ai/index.cjs.map +1 -1
  3. package/dist/ai/index.mjs +31 -31
  4. package/dist/ai/index.mjs.map +1 -1
  5. package/dist/index.cjs +290 -2027
  6. package/dist/index.cjs.map +1 -1
  7. package/dist/index.d.cts +84 -142
  8. package/dist/index.d.ts +84 -142
  9. package/dist/index.mjs +286 -2007
  10. package/dist/index.mjs.map +1 -1
  11. package/dist/pipeline/index.cjs +31 -31
  12. package/dist/pipeline/index.cjs.map +1 -1
  13. package/dist/pipeline/index.mjs +31 -31
  14. package/dist/pipeline/index.mjs.map +1 -1
  15. package/dist/templates/ACT_template.md +58 -0
  16. package/dist/templates/ALIGNMENT_MATRIX_template.md +45 -0
  17. package/dist/templates/ART_DIRECTION_template.md +43 -0
  18. package/dist/templates/ASSET_MANIFEST_template.md +27 -0
  19. package/dist/templates/BASELINE_STANDARD.md +37 -0
  20. package/dist/templates/BELL_RINGER_template.md +108 -0
  21. package/dist/templates/CHANGELOG_template.md +19 -0
  22. package/dist/templates/CHOICE_BOARD_template.md +64 -0
  23. package/dist/templates/CODE_template.md +70 -0
  24. package/dist/templates/CONTENT_CONTINUITY_template.md +38 -0
  25. package/dist/templates/CONTENT_STYLE_GUIDE_template.md +49 -0
  26. package/dist/templates/CURRICULUM_FRAMEWORK_template.md +63 -0
  27. package/dist/templates/DEPENDENCY_MAP_template.md +65 -0
  28. package/dist/templates/EXIT_TICKET_template.md +85 -0
  29. package/dist/templates/EXT_template.md +35 -0
  30. package/dist/templates/GLOSSARY_template.md +108 -0
  31. package/dist/templates/GRAPHIC_ORGANIZER_template.md +100 -0
  32. package/dist/templates/GUIDE_template.md +56 -0
  33. package/dist/templates/HANDOUT_template.md +61 -0
  34. package/dist/templates/HANDOVER_DOCUMENT_template.md +69 -0
  35. package/dist/templates/KNOWLEDGE_EXPOSITION_template.md +56 -0
  36. package/dist/templates/LEARNER_PROFILE_template.md +51 -0
  37. package/dist/templates/LESSONS_LEARNED_template.md +49 -0
  38. package/dist/templates/LESSON_5E_template.md +127 -0
  39. package/dist/templates/LESSON_EDP_template.md +104 -0
  40. package/dist/templates/LESSON_GENERAL_template.md +117 -0
  41. package/dist/templates/OUTPUT_CONSTRAINTS_template.md +38 -0
  42. package/dist/templates/PACKAGING_SPEC_template.md +56 -0
  43. package/dist/templates/PILOT_FEEDBACK_template.md +49 -0
  44. package/dist/templates/PROJECT_BRIEF_template.md +45 -0
  45. package/dist/templates/PROJECT_STATUS_template.md +64 -0
  46. package/dist/templates/QUIZ_template.md +58 -0
  47. package/dist/templates/QUIZ_v4.6_template.md +65 -0
  48. package/dist/templates/REFERENCE_PACK_template.md +26 -0
  49. package/dist/templates/REVIEW_GAME_template.md +79 -0
  50. package/dist/templates/RUBRIC_template.md +54 -0
  51. package/dist/templates/SCIENCE_LAB_template.md +88 -0
  52. package/dist/templates/SLIDE_template.md +389 -0
  53. package/dist/templates/STATION_ROTATION_template.md +80 -0
  54. package/dist/templates/TASK_CARDS_template.md +111 -0
  55. package/dist/templates/TIERED_PRACTICE_template.md +114 -0
  56. package/dist/templates/UPDATE_ROADMAP_template.md +53 -0
  57. package/dist/templates/WKS_template.md +71 -0
  58. package/dist/workflow/index.cjs +99 -79
  59. package/dist/workflow/index.cjs.map +1 -1
  60. package/dist/workflow/index.mjs +97 -77
  61. package/dist/workflow/index.mjs.map +1 -1
  62. package/docs/refs/templates/ACT_template.md +58 -0
  63. package/docs/refs/templates/ALIGNMENT_MATRIX_template.md +45 -0
  64. package/docs/refs/templates/ART_DIRECTION_template.md +43 -0
  65. package/docs/refs/templates/ASSET_MANIFEST_template.md +27 -0
  66. package/docs/refs/templates/BASELINE_STANDARD.md +37 -0
  67. package/docs/refs/templates/BELL_RINGER_template.md +108 -0
  68. package/docs/refs/templates/CHANGELOG_template.md +19 -0
  69. package/docs/refs/templates/CHOICE_BOARD_template.md +64 -0
  70. package/docs/refs/templates/CODE_template.md +70 -0
  71. package/docs/refs/templates/CONTENT_CONTINUITY_template.md +38 -0
  72. package/docs/refs/templates/CONTENT_STYLE_GUIDE_template.md +49 -0
  73. package/docs/refs/templates/CURRICULUM_FRAMEWORK_template.md +63 -0
  74. package/docs/refs/templates/DEPENDENCY_MAP_template.md +65 -0
  75. package/docs/refs/templates/EXIT_TICKET_template.md +85 -0
  76. package/docs/refs/templates/EXT_template.md +35 -0
  77. package/docs/refs/templates/GLOSSARY_template.md +108 -0
  78. package/docs/refs/templates/GRAPHIC_ORGANIZER_template.md +100 -0
  79. package/docs/refs/templates/GUIDE_template.md +56 -0
  80. package/docs/refs/templates/HANDOUT_template.md +61 -0
  81. package/docs/refs/templates/HANDOVER_DOCUMENT_template.md +69 -0
  82. package/docs/refs/templates/KNOWLEDGE_EXPOSITION_template.md +56 -0
  83. package/docs/refs/templates/LEARNER_PROFILE_template.md +51 -0
  84. package/docs/refs/templates/LESSONS_LEARNED_template.md +49 -0
  85. package/docs/refs/templates/LESSON_5E_template.md +127 -0
  86. package/docs/refs/templates/LESSON_EDP_template.md +104 -0
  87. package/docs/refs/templates/LESSON_GENERAL_template.md +117 -0
  88. package/docs/refs/templates/OUTPUT_CONSTRAINTS_template.md +38 -0
  89. package/docs/refs/templates/PACKAGING_SPEC_template.md +56 -0
  90. package/docs/refs/templates/PILOT_FEEDBACK_template.md +49 -0
  91. package/docs/refs/templates/PROJECT_BRIEF_template.md +45 -0
  92. package/docs/refs/templates/PROJECT_STATUS_template.md +64 -0
  93. package/docs/refs/templates/QUIZ_template.md +58 -0
  94. package/docs/refs/templates/QUIZ_v4.6_template.md +65 -0
  95. package/docs/refs/templates/REFERENCE_PACK_template.md +26 -0
  96. package/docs/refs/templates/REVIEW_GAME_template.md +79 -0
  97. package/docs/refs/templates/RUBRIC_template.md +54 -0
  98. package/docs/refs/templates/SCIENCE_LAB_template.md +88 -0
  99. package/docs/refs/templates/SLIDE_template.md +389 -0
  100. package/docs/refs/templates/STATION_ROTATION_template.md +80 -0
  101. package/docs/refs/templates/TASK_CARDS_template.md +111 -0
  102. package/docs/refs/templates/TIERED_PRACTICE_template.md +114 -0
  103. package/docs/refs/templates/UPDATE_ROADMAP_template.md +53 -0
  104. package/docs/refs/templates/WKS_template.md +71 -0
  105. package/package.json +6 -4
@@ -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).
@@ -0,0 +1,56 @@
1
+ ---
2
+ id: "UNIT_CODE-PACKAGING"
3
+ title: "Packaging Spec: [PROJECT_NAME]"
4
+ type: "PACKAGING_SPEC"
5
+ created_by: "Antigravity"
6
+ phase: "P3"
7
+ deliverable: "P3-SPEC"
8
+ version: "v2.0"
9
+ date: "YYYY-MM-DD"
10
+ ---
11
+
12
+ # PACKAGING & TRANSFORMATION SPECIFICATION
13
+
14
+ _This spec defines how raw artifacts are transformed and packaged into the 4 final delivery packages._
15
+
16
+ ## 1. Package Structure & Rules
17
+
18
+ | Package ID | Target Audience | Transformation Rules | Source Artifacts |
19
+ |---|---|---|---|
20
+ | **P-TCH** | Teacher | In-depth pedagogical language, full answers and teaching tips. | LESSON, ACT, QUIZ, SLIDE, GUIDE |
21
+ | **P-STD** | Student | "I can..." language, teacher notes removed, includes worksheets. | LESSON (⚡), ACT, QUIZ (⚡), WKS, HANDOUT, EXT |
22
+ | **P-PRN** | Parent | Non-technical language, focused on outcomes and applications. | LESSON (⚡), HANDOUT |
23
+ | **P-CLT** | Client | Curriculum map, technical standards and BOM report. | FRAMEWORK, PROJECT_BRIEF, ALIGNMENT_MATRIX |
24
+
25
+ ## 2. Transformation Rules (⚡)
26
+
27
+ ### A. For Students (Student Version)
28
+ - **Lesson objectives:** Convert from pedagogical terminology to student-centered language.
29
+ - *Source:* "Student can program a for loop." ➔ *Target:* "After this lesson, I can program a for loop."
30
+ - **Content:** Remove all sections marked `## [OPTIONAL] Teacher Notes`.
31
+ - **Assessment:** Convert complex rubric tables into simple self-assessment checklists for students.
32
+ - **Answer keys:** Remove any line starting with `Answer:` or inside spoiler tags.
33
+
34
+ ### B. For Parents (Parent Version)
35
+ - **Outcomes:** Translate technical skills into real-world achievements.
36
+ - *Source:* "Understand PWM mechanisms." ➔ *Target:* "Your child built a night light with adjustable brightness."
37
+ - **Home interaction:** Provide open-ended questions for parents to discuss with their child about the finished product.
38
+
39
+ ### C. For Managers / Clients (Client Version)
40
+ - **Standards:** Emphasize alignment with educational standard codes (CSTA, K12 CS, ITP).
41
+ - **Assessment:** Show the method and completion criteria, omitting overly deep technical detail.
42
+
43
+ ## 3. Data Sanitization Protocol
44
+
45
+ Before saving files to `_released/packages/`, **MANDATORY** scan and removal:
46
+
47
+ 1. **YAML Frontmatter**: Remove the whole block between the `---` delimiters at the top of the file.
48
+ 2. **Agent references**: Remove persona names (e.g. `@content`, `@reviewer`, `@analyst`).
49
+ 3. **Internal tags**: Remove `[SME_MANDATE]`, `[FIXME]`, `[TODO]`, `[REQUIRED]` tags.
50
+ 4. **Hidden comments**: Remove all HTML comments (`<!-- ... -->`).
51
+ 5. **Revision labels**: Remove labels like `[TONE]`, `[DEPTH]`, `[SCOPE]`.
52
+ 6. **System notes**: Remove notes intended only for the production process or Agent instructions.
53
+
54
+ ---
55
+ - **Global Standard:** v4.6 (Packaging Core).
56
+ - **Last Sync:** YYYY-MM-DD.
@@ -0,0 +1,49 @@
1
+ ---
2
+ id: "{{ID}}"
3
+ title: "{{TITLE}}"
4
+ type: "PILOT_FEEDBACK"
5
+ created_by: "Curriculum OS Builder"
6
+ phase: "{{PHASE}}"
7
+ deliverable: "{{DELIVERABLE_CODE}}"
8
+ version: "{{VERSION}}"
9
+ date: "{{DATE}}"
10
+ ---
11
+
12
+ # PILOT TEACHING FEEDBACK
13
+ _Date Recorded: [YYYY-MM-DD]_
14
+
15
+ ## 1. Session Information
16
+ - **Course / Module:** [Course Name - Module X]
17
+ - **Lesson:** [Lesson # - Title]
18
+ - **Lead Teacher:** [Name]
19
+ - **Observer:** [Name]
20
+ - **Student Group / Class:** [Qty - Grade Level]
21
+
22
+ ---
23
+
24
+ ## 2. Structured Feedback by Lesson Phase
25
+ _Note specific issues encountered. Severity: 🔴 Major (Affects LOs) / 🟡 Minor (Polish needed)._
26
+
27
+ | Phase | Observed Issue / Difficulty | Severity | Suggested Revision |
28
+ |---|---|:---:|---|
29
+ | **Theory (Concept)** | [e.g., Variable explanation via gift boxes was confusing for students.] | [🔴/🟡] | [e.g., Change to labeled drawer analogy.] |
30
+ | **Practice (Activity)** | [e.g., Not enough time for students to finish the circuit.] | [🔴/🟡] | [e.g., Remove one LED from the requirements.] |
31
+ | **Assessment (Quiz)** | [e.g., Multiple choice question #2 was a trick question.] | [🔴/🟡] | [e.g., Rewrite question more directly.] |
32
+
33
+ ---
34
+
35
+ ## 3. General Observations
36
+ - **Duration (Plan vs. Actual):** [X mins vs. Y mins]
37
+ - **Practical Completion Rate:** [Approx. X% of students finished the product]
38
+ - **Biggest Bottleneck:** [Which concept or step caused the most frustration?]
39
+ - **Highlights (What worked well):** [Which part were students most engaged in?]
40
+
41
+ ---
42
+
43
+ ## 4. Overall Classification & Action (For System / Human PM)
44
+ _Check [x] one of the boxes below for workflow routing:_
45
+
46
+ - [ ] **🟡 MINOR / PATCH:** Stylistic errors, minor timing issues, weak examples.
47
+ 👉 _Action:_ Forward to `@content` or `@activity` for direct revision on this lesson (Route to `/revise`).
48
+ - [ ] **🔴 MAJOR:** Misaligned Learning Objectives (LOs), students completely unable to perform tasks, or fundamental technical errors.
49
+ 👉 _Action:_ STOP pipeline. Requires Human and `@designer` to re-evaluate `CURRICULUM_FRAMEWORK.md` (Special Gate Triggered).
@@ -0,0 +1,45 @@
1
+ ---
2
+ id: "{{ID}}"
3
+ title: "{{TITLE}}"
4
+ type: "PROJECT_BRIEF"
5
+ created_by: "Curriculum OS Builder"
6
+ phase: "{{PHASE}}"
7
+ deliverable: "P1-T9"
8
+ version: "{{VERSION}}"
9
+ date: "{{DATE}}"
10
+ ---
11
+
12
+ # PROJECT BRIEF: [PROJECT NAME]
13
+
14
+ ## 1. Project Overview
15
+ - **Project Name:** [Full Name]
16
+ - **Taxonomy:** `[PROJECT-CODE]`
17
+ - **Core Objective:** [Briefly describe the core goal]
18
+
19
+ ## 2. Audience & Duration
20
+ - **Learners:** [Age, proficiency level]
21
+ - **Total Duration:** [Number of lessons/sessions]
22
+ - **Environment:** [Online/Offline/Hybrid]
23
+
24
+ ## 3. Learning Roadmap
25
+ - [Summary of the learning journey]
26
+
27
+ ## 4. Learning Outcomes & Deliverables
28
+ - [Certificates / Projects achieved]
29
+
30
+ ## 5. Technical Constraints
31
+ - [Tools, languages, hardware required]
32
+
33
+ ## 6. Artifact Scope
34
+ | Artifact Type | Required? | Notes |
35
+ |---|:---:|---|
36
+ | LESSON | ✅ | Master Lesson Plan |
37
+ | ACT | ✅ | Hands-on Activity Guide |
38
+ | QUIZ | ✅ | Exit Ticket & Rubric |
39
+ | SLIDE | ✅ | Presentation Slide Deck |
40
+ | WKS | ✅ | Printed Worksheet |
41
+ | EXT | ⬚ | Extension/Advanced Tasks |
42
+ | GUIDE | ✅ | Teacher Script/Guide |
43
+ | HANDOUT | ⬚ | Student Reference Material |
44
+ | CODE | ✅ | Code files |
45
+ | ASSET | ⬚ | Images/Illustrations |
@@ -0,0 +1,64 @@
1
+ ---
2
+ id: "UNIT_CODE-STATUS"
3
+ title: "Project Status: [PROJECT_NAME]"
4
+ type: "PROJECT_STATUS"
5
+ created_by: "Antigravity"
6
+ phase: "P1"
7
+ deliverable: "P1-GATE"
8
+ version: "v4.6"
9
+ date: "YYYY-MM-DD"
10
+ ---
11
+
12
+ # PROJECT STATUS: [PROJECT_NAME]
13
+
14
+ ## 1. Project Summary
15
+ - **Main Objective:** [Brief summary of the project objective]
16
+ - **Current Phase:** P1 (Analysis & Research)
17
+ - **Core Completion Rate (Core 3):** 0% (auto-updated)
18
+ - **Full Pack Completion Rate (Required 8):** 0% (auto-updated)
19
+ - **Status Label:** `🔵 INITIALIZED`
20
+
21
+ ## 2. Macro Pipeline (Course Lifecycle)
22
+ | Phase | Stage | Responsibility | Status | Gate Status |
23
+ | :--- | :--- | :--- | :--- | :--- |
24
+ | **P1: R&D** | Research & Analysis | @analyst | 🔄 Running | ⏳ Gate 1 (Pending) |
25
+ | **P2: Architecture** | Curriculum Framework | @designer | ⚪ Waiting | ⏳ Gate 2 (Pending) |
26
+ | **P3: Production** | **Active: Unit XX** | @content | ⚪ Waiting | ⏳ Gate 3 (Pending) |
27
+ | **P4: Delivery** | Packaging & Handover | @packager | ⚪ Waiting | ⏳ Gate 4 (Pending) |
28
+
29
+ ## 3. High-Level Roadmap
30
+ - [ ] **Unit 01: [Title]** (⏳ Pending)
31
+ - [ ] **Unit 02: [Title]** (⏳ Pending)
32
+ - [ ] **Unit 03: [Title]** (⏳ Pending)
33
+
34
+ ## 4. Micro Pipeline (Active Production Flow - Unit [XX])
35
+ | Step | Workflow Stage | Artifact Types | Progress | Status |
36
+ | :--- | :--- | :--- | :--- | :--- |
37
+ | **S1** | **Drafting** | LESSON | 0% | ⚪ PENDING |
38
+ | **S2** | **Technical Lab** | ACT, CODE_LAB | 0% | ⚪ PENDING |
39
+ | **S3** | **Assessment** | QUIZ, RUBRIC | 0% | ⚪ PENDING |
40
+ | **S4** | **Courseware** | SLIDE, WKS, GUIDE | 0% | ⚪ PENDING |
41
+ | **S5** | **Quality Control** | REVIEW, SME_AUDIT | 0% | ⚪ PENDING |
42
+
43
+ ## 5. Detailed Progress Tracking
44
+ | Lesson | Title | Status | Artifacts | Last Action |
45
+ | :--- | :--- | :--- | :--- | :--- |
46
+ | **U01_M01_L01** | [Lesson Title] | ⚪ | 0/8 | Initialized |
47
+
48
+ ## 6. Critical Links
49
+ - **Changelog (Full History):** [CHANGELOG.md](CHANGELOG.md)
50
+ - **Asset Manifest:** [ASSET_MANIFEST.md](ASSET_MANIFEST.md)
51
+ - **Alignment Matrix:** [ALIGNMENT_MATRIX.md](ALIGNMENT_MATRIX.md)
52
+
53
+ ## 7. Changelog (Latest Only)
54
+
55
+ ### 🎯 Current Milestone: Phase 1 - R&D
56
+ - **Current Task:** [current task name]
57
+
58
+ ### 🚀 Active Sprint (Unit [XX])
59
+ - [ ] [Task 1]
60
+ - [ ] [Task 2]
61
+
62
+ ---
63
+ - **Global Standard:** v4.6 (Operational-First).
64
+ - **Last Sync:** YYYY-MM-DD HH:mm.