VIEW THIS AS

Auto mode follows the Route Engine until you choose a viewpoint.

YOU ARE HERE

ROUTE CHECK

CONNECTED TO

WHAT NEXT

Use the canonical route for this room, or HELP if you are unsure.

MINIMUM VIABLE RUNTIME KIT v1.0

# =========================================================
# MINIMUM VIABLE RUNTIME KIT v1.0
# Run InterstellarCore using only:
# - ChatGPT (ChronoHelmAI prompt)
# - Google Sheets (or any spreadsheet)
# - Paper cards (offline)
#
# ID: eduKateSG.IC.Runtime.MVRK.v1.0
# =========================================================
MinimumViableRuntimeKit_v1_0:
Meta:
ID: eduKateSG.IC.Runtime.MVRK.v1.0
Version: v1.0
Goal:
- "Make InterstellarCore runnable immediately with minimal tooling."
Components:
- "C1 Weekly Snapshot Form (per learner)"
- "C2 Artifact Submission Form"
- "C3 ChronoHelm Decision Log"
- "C4 Retest & Spacing Calendar"
- "C5 Audit Queue + Replication Record"
- "C6 Repair Corridor Tracker"
- "C7 Parent Dashboard (1-page)"
- "C8 Teacher Dashboard (1-page)"
- "C9 Public Trust Summary (anonymized)"
- "C10 Operator SOP (weekly playbook)"
NoNewPrimitives:
- "Uses DSTVC + VerificationPack + ReleaseValve + AI tiers + Oracle audits + load caps."
# =========================================================
# C1) WEEKLY SNAPSHOT FORM (Learner)
# =========================================================
C1_WeeklySnapshotForm:
FormID: eduKateSG.IC.Form.WeeklySnapshot.v1.0
FieldsRequired:
LearnerProfile:
- LearnerID
- Age
- CohortID
DSTVC_0to1:
- D
- S
- T
- V
- C
Buffers:
- SleepDebtIndex_0to1
- AvoidanceFlag_bool
- LoadStackingIndex_0to3
AI_Usage:
- CurrentAI_Tier # Tier0/Tier1/Tier2
- AI_UsedThisWeek_bool
Events:
- AuditFailLast8Weeks_bool
- CrisisEvent_bool
Notes:
- "Top 1 failure point this week"
- "Top 1 success this week"
HowToFillQuick:
- "D/S/T/V/C can be teacher-rated (0–1) from artifacts + timed drills."
- "Buffers can be self-reported quickly (2-min card)."
# =========================================================
# C2) ARTIFACT SUBMISSION FORM
# =========================================================
C2_ArtifactSubmissionForm:
FormID: eduKateSG.IC.Form.ArtifactSubmission.v1.0
FieldsRequired:
- ArtifactID
- LearnerID
- Subject
- TaskType: ["Depth","TimedStability","Transfer","Coordination","Mixed"]
VerificationPack:
- AssumptionsCount
- TestsCount
- EdgeCasePresent_bool
- RewritePresent_bool
- BoundedConclusionPresent_bool
Performance:
- TimedResultScore_0to1
- AccuracyScore_0to1
TransferEvidence_bool:
TeachBackEvidence_bool:
AI_AssistUsed_bool:
AutoChecks:
VerificationIntegrityPassIf:
- "AssumptionsCount >= 2"
- "TestsCount >= 3"
- "EdgeCasePresent == true"
- "RewritePresent == true"
- "BoundedConclusionPresent == true"
# =========================================================
# C3) CHRONOHELM DECISION LOG (what AI outputs)
# =========================================================
C3_ChronoHelmDecisionLog:
LogID: eduKateSG.IC.Log.ChronoHelmDecision.v1.0
RequiredOutputs_InOrder:
A_State:
- AI_Tier
- DriftDetected_yesno
- Severity: ["Low","Med","High"]
B_Actions:
- LoadCapHours
- TruncatePercent
- FreezeNewTopics_yesno
- RepairCorridorLevel: ["L1","L2","L3","L4"]
- RetestWindowDays: [7,14,30]
C_VerificationFix:
- MissingItems
- RequiredFixes
D_Schedule_7DayPlan:
- Day1..Day7
E_Escalation:
- NeedOracle_yesno
- Why
F_PromoterMessage:
- "2–3 lines"
# =========================================================
# C4) RETEST & SPACING CALENDAR (simple)
# =========================================================
C4_RetestSpacingCalendar:
CalendarID: eduKateSG.IC.Calendar.RetestSpacing.v1.0
Rules:
- "Failed topic retest within 7 days"
- "Repaired topic retest within 14 days"
- "Mastered topic spacing 14–30 days"
Fields:
- LearnerID
- TopicID
- Status: ["Fail","Repairing","Pass","Mastered"]
- NextRetestDate
- LastRetestResult
# =========================================================
# C5) AUDIT QUEUE + REPLICATION RECORD
# =========================================================
C5_AuditQueueReplication:
AuditID: eduKateSG.IC.Audit.Queue.v1.0
QueueRules_Minimum:
RandomAuditPercentPerTerm_ByAgeBand:
Age4_10: 0.05
Age11_14: 0.08
Age15_18: 0.12
Age19_22: 0.20
MandatoryAuditTriggers:
- "Capstone submission"
- "Any unbounded conclusion"
- "Repeat verification fail"
- "GiftedGate acceleration request"
Fields:
- AuditCaseID
- ArtifactID
- LearnerID
- TeacherID
- OracleID
- ReplicationPass_bool
- FailureReason
- ActionTaken: ["BadgeGranted","BadgeRevoked","RepairCorridorAssigned","Escalated"]
- Date
# =========================================================
# C6) REPAIR CORRIDOR TRACKER
# =========================================================
C6_RepairCorridorTracker:
TrackerID: eduKateSG.IC.Tracker.RepairCorridor.v1.0
Fields:
- LearnerID
- CorridorLevel: ["L1","L2","L3","L4"]
- StartDate
- PlannedExitDate
- ExitConditionsMet_bool
- RetestResult
- ReentryWithin8Weeks_bool
ExitConditions:
- "No drift signals for 2 weeks"
- "Retest pass"
- "VerificationIntegrity >= 0.70"
- "SleepDebtIndex improved OR LoadStacking reduced"
# =========================================================
# C7) PARENT DASHBOARD (1-page)
# =========================================================
C7_ParentDashboard:
DashboardID: eduKateSG.IC.Dashboard.Parent.v1.0
Sections:
A_ThisWeekStatus:
- AI_Tier
- DriftDetected
- LoadCapHours
- RepairCorridorLevel
B_DSTVC_Bar:
- D,S,T,V,C
C_BufferSignals:
- SleepDebtIndex
- AvoidanceFlag
- LoadStackingIndex
D_WhatParentsDo:
- "Protect sleep window"
- "Respect truncation (do not add extra load)"
- "Ask for VerificationPack, not answers"
E_NextRetest:
- DateWindow
F_PromoterNote:
- "Repair is strength; stability first."
# =========================================================
# C8) TEACHER DASHBOARD (1-page)
# =========================================================
C8_TeacherDashboard:
DashboardID: eduKateSG.IC.Dashboard.Teacher.v1.0
Sections:
- "Cohort Drift Trigger Rate"
- "VerificationIntegrity pass rate"
- "Timed Stability performance trend"
- "Audit pass rate (replication)"
- "Top 3 failure topics"
- "Retest queue size"
Controls:
- "Request mass truncation"
- "Freeze new topics for cohort"
- "Escalate cases to Oracle"
# =========================================================
# C9) PUBLIC TRUST SUMMARY (anonymized)
# =========================================================
C9_PublicTrustSummary:
SummaryID: eduKateSG.IC.PublicTrustSummary.v1.0
PublishFrequency: "Annual"
PublishOnly:
- "Anonymized trends (no individuals)"
- "Global Exam Pack aggregate results"
- "ReplicationPassRate"
- "Equity gaps (top vs bottom quintile)"
NeverPublish:
- "Individual learner logs"
- "Behavioral microdata"
Purpose:
- "Build credential trust without surveillance."
# =========================================================
# C10) OPERATOR SOP (weekly playbook)
# =========================================================
C10_OperatorSOP:
SOPID: eduKateSG.IC.SOP.Operator.Weekly.v1.0
WeeklyCycle:
Step1_Collect:
- "Collect C1 weekly snapshots (all learners)"
- "Collect C2 artifact submissions (major tasks)"
Step2_RunChronoHelm:
- "Paste snapshot into ChronoHelm prompt template"
- "Record C3 Decision Log"
Step3_Enforce:
- "Apply load cap"
- "Freeze new topics if required"
- "Assign repair corridor"
- "Schedule retests (C4)"
Step4_Audit:
- "Update audit queue (C5)"
- "Run replications"
Step5_Review:
- "Update parent dashboards (C7)"
- "Update teacher dashboards (C8)"
Step6_Govern:
- "Check audit theatre detectors"
- "If detected: Pause scaling + retrain + reset incentives"
NonNegotiables:
- "No verification → Tier0 lock"
- "No replication → no badge"
- "No cap compliance → overload returns"
- "No equity safeguards → competence islands form"
# =========================================================
# C11) MINIMUM SPREADSHEET SHEETS (Google Sheets)
# =========================================================
C11_SpreadsheetLayout:
WorkbookName: "InterstellarCore_Runtime_MVRK_v1_0"
Sheets:
- "Learners (IDs, Age, Cohort)"
- "WeeklySnapshots (C1)"
- "Artifacts (C2)"
- "ChronoHelmDecisions (C3)"
- "RetestCalendar (C4)"
- "AuditQueue (C5)"
- "RepairTracker (C6)"
- "ParentDashboards (C7 summary fields)"
- "TeacherDashboards (C8 summary fields)"
- "PublicSummary (C9 aggregates)"
# =========================================================
# END
# =========================================================

Recommended Internal Links (Spine)

Start Here For Mathematics OS Articles: 

Start Here for Lattice Infrastructure Connectors

eduKateSG Learning Systems: