minimal-vibe-coding-kit 0.3.0
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/.agents/skills/agentshield-security-review/SKILL.md +75 -0
- package/.agents/skills/agentshield-security-review/agents/openai.yaml +5 -0
- package/.agents/skills/agentshield-security-review/references/native-install.md +97 -0
- package/.agents/skills/agentshield-security-review/references/report-template.md +54 -0
- package/.agents/skills/agentshield-security-review/references/review-checklist.md +45 -0
- package/.agents/skills/agentshield-security-review/scripts/agentshield_repo_probe.py +110 -0
- package/.agents/skills/autoresearch-coding/README.md +15 -0
- package/.agents/skills/autoresearch-coding/SKILL.md +101 -0
- package/.agents/skills/autoresearch-coding/references/experiment-contract.md +13 -0
- package/.agents/skills/autoresearch-coding/references/metric-extraction.md +8 -0
- package/.agents/skills/autoresearch-coding/references/result-ledger.md +15 -0
- package/.agents/skills/autoresearch-coding/scripts/log_result.py +24 -0
- package/.agents/skills/autoresearch-coding/scripts/run_logged.py +30 -0
- package/.agents/skills/clearthought/SKILL.md +100 -0
- package/.agents/skills/clearthought/examples/decision-framework.md +441 -0
- package/.agents/skills/clearthought/examples/metagame-examples.md +536 -0
- package/.agents/skills/clearthought/examples/sequential-thinking.md +380 -0
- package/.agents/skills/clearthought/references/output-schemas.md +494 -0
- package/.agents/skills/clearthought/references/parameter-reference.md +482 -0
- package/.agents/skills/coding-level/SKILL.md +27 -0
- package/.agents/skills/coding-level/references/level-0.md +131 -0
- package/.agents/skills/coding-level/references/level-1.md +118 -0
- package/.agents/skills/coding-level/references/level-2.md +140 -0
- package/.agents/skills/coding-level/references/level-3.md +142 -0
- package/.agents/skills/coding-level/references/level-4.md +152 -0
- package/.agents/skills/coding-level/references/level-5.md +84 -0
- package/.agents/skills/daily-workflow-curator/SKILL.md +52 -0
- package/.agents/skills/memento/SKILL.md +36 -0
- package/.agents/skills/reviewing-4p-priorities/SKILL.md +72 -0
- package/.agents/skills/reviewing-4p-priorities/examples.md +298 -0
- package/.agents/skills/sequential-thinking/SKILL.md +106 -0
- package/.agents/skills/sequential-thinking/examples/adaptive-depth.md +542 -0
- package/.agents/skills/sequential-thinking/examples/branching-exploration.md +474 -0
- package/.agents/skills/sequential-thinking/examples/linear-reasoning.md +210 -0
- package/.agents/skills/sequential-thinking/examples/revision-pattern.md +304 -0
- package/.agents/skills/sequential-thinking/references/output-schema.md +483 -0
- package/.agents/skills/sequential-thinking/references/parameters.md +463 -0
- package/.agents/skills/sequential-thinking/references/patterns.md +666 -0
- package/.agents/skills/vibekit-init/SKILL.md +52 -0
- package/.agents/skills/visual-design-loop/SKILL.md +103 -0
- package/.agents/skills/visual-design-loop/agents/openai.yaml +4 -0
- package/.claude/agents/code-reviewer.md +11 -0
- package/.claude/agents/context-architect.md +11 -0
- package/.claude/agents/debug-fixer.md +11 -0
- package/.claude/agents/hypothesis-planner.md +11 -0
- package/.claude/agents/implementation-hacker.md +11 -0
- package/.claude/agents/research-coordinator.md +11 -0
- package/.claude/agents/results-analyst.md +11 -0
- package/.claude/agents/security-reviewer.md +11 -0
- package/.claude/agents/test-runner.md +11 -0
- package/.claude/agents/workflow-curator.md +11 -0
- package/.claude/commands/autoresearch-coding.md +15 -0
- package/.claude/commands/council.md +7 -0
- package/.claude/commands/daily-enhance.md +7 -0
- package/.claude/commands/init-vibe.md +7 -0
- package/.claude/commands/security-scan.md +7 -0
- package/.claude/commands/vibe-finalize.md +7 -0
- package/.claude/rules/autoresearch.md +3 -0
- package/.claude/rules/security.md +3 -0
- package/.claude/rules/tooling.md +6 -0
- package/.claude/rules/vibe-core.md +8 -0
- package/.claude/settings.json +22 -0
- package/.claude/skills/agentshield-security-review/SKILL.md +75 -0
- package/.claude/skills/agentshield-security-review/agents/openai.yaml +5 -0
- package/.claude/skills/agentshield-security-review/references/native-install.md +97 -0
- package/.claude/skills/agentshield-security-review/references/report-template.md +54 -0
- package/.claude/skills/agentshield-security-review/references/review-checklist.md +45 -0
- package/.claude/skills/agentshield-security-review/scripts/agentshield_repo_probe.py +110 -0
- package/.claude/skills/autoresearch-coding/README.md +15 -0
- package/.claude/skills/autoresearch-coding/SKILL.md +101 -0
- package/.claude/skills/autoresearch-coding/references/experiment-contract.md +13 -0
- package/.claude/skills/autoresearch-coding/references/metric-extraction.md +8 -0
- package/.claude/skills/autoresearch-coding/references/result-ledger.md +15 -0
- package/.claude/skills/autoresearch-coding/scripts/log_result.py +24 -0
- package/.claude/skills/autoresearch-coding/scripts/run_logged.py +30 -0
- package/.claude/skills/clearthought/SKILL.md +100 -0
- package/.claude/skills/clearthought/examples/decision-framework.md +441 -0
- package/.claude/skills/clearthought/examples/metagame-examples.md +536 -0
- package/.claude/skills/clearthought/examples/sequential-thinking.md +380 -0
- package/.claude/skills/clearthought/references/output-schemas.md +494 -0
- package/.claude/skills/clearthought/references/parameter-reference.md +482 -0
- package/.claude/skills/coding-level/SKILL.md +27 -0
- package/.claude/skills/coding-level/references/level-0.md +131 -0
- package/.claude/skills/coding-level/references/level-1.md +118 -0
- package/.claude/skills/coding-level/references/level-2.md +140 -0
- package/.claude/skills/coding-level/references/level-3.md +142 -0
- package/.claude/skills/coding-level/references/level-4.md +152 -0
- package/.claude/skills/coding-level/references/level-5.md +84 -0
- package/.claude/skills/daily-workflow-curator/SKILL.md +52 -0
- package/.claude/skills/memento/SKILL.md +36 -0
- package/.claude/skills/reviewing-4p-priorities/SKILL.md +72 -0
- package/.claude/skills/reviewing-4p-priorities/examples.md +298 -0
- package/.claude/skills/sequential-thinking/SKILL.md +106 -0
- package/.claude/skills/sequential-thinking/examples/adaptive-depth.md +542 -0
- package/.claude/skills/sequential-thinking/examples/branching-exploration.md +474 -0
- package/.claude/skills/sequential-thinking/examples/linear-reasoning.md +210 -0
- package/.claude/skills/sequential-thinking/examples/revision-pattern.md +304 -0
- package/.claude/skills/sequential-thinking/references/output-schema.md +483 -0
- package/.claude/skills/sequential-thinking/references/parameters.md +463 -0
- package/.claude/skills/sequential-thinking/references/patterns.md +666 -0
- package/.claude/skills/vibekit-init/SKILL.md +52 -0
- package/.claude/skills/visual-design-loop/SKILL.md +103 -0
- package/.claude/skills/visual-design-loop/agents/openai.yaml +4 -0
- package/.codex/README.md +11 -0
- package/.codex/config.example.toml +8 -0
- package/.codex-plugin/plugin.json +10 -0
- package/.cursor/commands/autoresearch-coding.md +11 -0
- package/.cursor/commands/council.md +3 -0
- package/.cursor/commands/daily-enhance.md +3 -0
- package/.cursor/commands/init-vibe.md +3 -0
- package/.cursor/commands/security-scan.md +3 -0
- package/.cursor/commands/vibe-finalize.md +3 -0
- package/.cursor/rules/001-vibe-core.mdc +6 -0
- package/.cursor/rules/010-init.mdc +7 -0
- package/.cursor/rules/020-security-agentshield.mdc +7 -0
- package/.cursor/rules/030-autoresearch-loop.mdc +7 -0
- package/.cursor/settings.json +22 -0
- package/.cursor/skills/clearthought/SKILL.md +100 -0
- package/.cursor/skills/clearthought/examples/decision-framework.md +441 -0
- package/.cursor/skills/clearthought/examples/metagame-examples.md +536 -0
- package/.cursor/skills/clearthought/examples/sequential-thinking.md +380 -0
- package/.cursor/skills/clearthought/references/output-schemas.md +494 -0
- package/.cursor/skills/clearthought/references/parameter-reference.md +482 -0
- package/.cursor/skills/coding-level/SKILL.md +27 -0
- package/.cursor/skills/coding-level/references/level-0.md +131 -0
- package/.cursor/skills/coding-level/references/level-1.md +118 -0
- package/.cursor/skills/coding-level/references/level-2.md +140 -0
- package/.cursor/skills/coding-level/references/level-3.md +142 -0
- package/.cursor/skills/coding-level/references/level-4.md +152 -0
- package/.cursor/skills/coding-level/references/level-5.md +84 -0
- package/.cursor/skills/memento/SKILL.md +36 -0
- package/.cursor/skills/reviewing-4p-priorities/SKILL.md +72 -0
- package/.cursor/skills/reviewing-4p-priorities/examples.md +298 -0
- package/.cursor/skills/sequential-thinking/SKILL.md +106 -0
- package/.cursor/skills/sequential-thinking/examples/adaptive-depth.md +542 -0
- package/.cursor/skills/sequential-thinking/examples/branching-exploration.md +474 -0
- package/.cursor/skills/sequential-thinking/examples/linear-reasoning.md +210 -0
- package/.cursor/skills/sequential-thinking/examples/revision-pattern.md +304 -0
- package/.cursor/skills/sequential-thinking/references/output-schema.md +483 -0
- package/.cursor/skills/sequential-thinking/references/parameters.md +463 -0
- package/.cursor/skills/sequential-thinking/references/patterns.md +666 -0
- package/.vbkit-commands/autoresearch-coding.md +11 -0
- package/.vbkit-commands/council.md +3 -0
- package/.vbkit-commands/daily-enhance.md +3 -0
- package/.vbkit-commands/init-vibe.md +3 -0
- package/.vbkit-commands/security-scan.md +3 -0
- package/.vbkit-commands/vibe-finalize.md +3 -0
- package/.vbkit-docs/AUTORESEARCH_LEDGER.md +11 -0
- package/.vbkit-docs/BACKBONE_REFERENCE.md +59 -0
- package/.vbkit-docs/INSTALL.md +120 -0
- package/.vbkit-docs/RESEARCH_NOTES.md +22 -0
- package/.vbkit-docs/SECURITY_MODEL.md +40 -0
- package/.vbkit-docs/TOOLING_GUIDE.md +22 -0
- package/.vbkit-docs/backbone.schema.json +110 -0
- package/.vbkit-docs/templates/CONTEXT_TEMPLATE.md +47 -0
- package/.vbkit-docs/templates/PRD_TEMPLATE.md +48 -0
- package/.vbkit-scripts/agentshield-probe.mjs +22 -0
- package/.vbkit-scripts/daily-enhance.mjs +62 -0
- package/.vbkit-scripts/doctor.mjs +323 -0
- package/.vbkit-scripts/init-backbone.mjs +628 -0
- package/.vbkit-scripts/mvck.mjs +444 -0
- package/.vbkit-scripts/pack-dry-run.mjs +16 -0
- package/.vbkit-scripts/test-install.mjs +118 -0
- package/.vbkit-scripts/validate-kit.mjs +419 -0
- package/.vbkit-scripts/vibekit-finalize.mjs +185 -0
- package/AGENTS.md +60 -0
- package/CHANGELOG.md +34 -0
- package/CLAUDE-template.md +52 -0
- package/CODE_OF_CONDUCT.md +18 -0
- package/CONTRIBUTING.md +28 -0
- package/FIRST_PROMPT.md +54 -0
- package/FIRST_TIME_INIT.md +165 -0
- package/LICENSE +21 -0
- package/README.md +493 -0
- package/README.vi.md +431 -0
- package/SECURITY.md +28 -0
- package/backbone.yml +103 -0
- package/bin/mvck.js +2 -0
- package/bin/vibe-kit.js +2 -0
- package/install.ps1 +14 -0
- package/install.sh +8 -0
- package/package.json +92 -0
- package/skills/agentshield-security-review/SKILL.md +75 -0
- package/skills/agentshield-security-review/agents/openai.yaml +5 -0
- package/skills/agentshield-security-review/references/native-install.md +97 -0
- package/skills/agentshield-security-review/references/report-template.md +54 -0
- package/skills/agentshield-security-review/references/review-checklist.md +45 -0
- package/skills/agentshield-security-review/scripts/agentshield_repo_probe.py +110 -0
- package/skills/autoresearch-coding/README.md +15 -0
- package/skills/autoresearch-coding/SKILL.md +101 -0
- package/skills/autoresearch-coding/references/experiment-contract.md +13 -0
- package/skills/autoresearch-coding/references/metric-extraction.md +8 -0
- package/skills/autoresearch-coding/references/result-ledger.md +15 -0
- package/skills/autoresearch-coding/scripts/log_result.py +24 -0
- package/skills/autoresearch-coding/scripts/run_logged.py +30 -0
- package/skills/clearthought/SKILL.md +100 -0
- package/skills/clearthought/examples/decision-framework.md +441 -0
- package/skills/clearthought/examples/metagame-examples.md +536 -0
- package/skills/clearthought/examples/sequential-thinking.md +380 -0
- package/skills/clearthought/references/output-schemas.md +494 -0
- package/skills/clearthought/references/parameter-reference.md +482 -0
- package/skills/coding-level/SKILL.md +27 -0
- package/skills/coding-level/references/level-0.md +131 -0
- package/skills/coding-level/references/level-1.md +118 -0
- package/skills/coding-level/references/level-2.md +140 -0
- package/skills/coding-level/references/level-3.md +142 -0
- package/skills/coding-level/references/level-4.md +152 -0
- package/skills/coding-level/references/level-5.md +84 -0
- package/skills/daily-workflow-curator/SKILL.md +52 -0
- package/skills/memento/SKILL.md +36 -0
- package/skills/reviewing-4p-priorities/SKILL.md +72 -0
- package/skills/reviewing-4p-priorities/examples.md +298 -0
- package/skills/sequential-thinking/SKILL.md +106 -0
- package/skills/sequential-thinking/examples/adaptive-depth.md +542 -0
- package/skills/sequential-thinking/examples/branching-exploration.md +474 -0
- package/skills/sequential-thinking/examples/linear-reasoning.md +210 -0
- package/skills/sequential-thinking/examples/revision-pattern.md +304 -0
- package/skills/sequential-thinking/references/output-schema.md +483 -0
- package/skills/sequential-thinking/references/parameters.md +463 -0
- package/skills/sequential-thinking/references/patterns.md +666 -0
- package/skills/vibekit-init/SKILL.md +52 -0
- package/skills/visual-design-loop/SKILL.md +103 -0
- package/skills/visual-design-loop/agents/openai.yaml +4 -0
|
@@ -0,0 +1,482 @@
|
|
|
1
|
+
# Clear Thought - Parameter Reference
|
|
2
|
+
|
|
3
|
+
Complete parameter documentation for all 37 operations.
|
|
4
|
+
|
|
5
|
+
## Core Operations
|
|
6
|
+
|
|
7
|
+
### sequential_thinking
|
|
8
|
+
|
|
9
|
+
| Parameter | Type | Default | Description |
|
|
10
|
+
|-----------|------|---------|-------------|
|
|
11
|
+
| `pattern` | string | `'chain'` | Reasoning pattern: chain, tree, beam, mcts, graph, auto |
|
|
12
|
+
| `patternParams` | object | `{}` | Pattern-specific parameters |
|
|
13
|
+
| `thoughtNumber` | number | `1` | Current thought index |
|
|
14
|
+
| `totalThoughts` | number | `3` | Expected total thoughts |
|
|
15
|
+
| `nextThoughtNeeded` | boolean | `true` | Continue to next thought |
|
|
16
|
+
| `isRevision` | boolean | `false` | Is this revising earlier thought |
|
|
17
|
+
| `revisesThought` | number | - | Which thought is revised |
|
|
18
|
+
| `branchFromThought` | number | - | Branch point |
|
|
19
|
+
| `branchId` | string | - | Branch identifier |
|
|
20
|
+
|
|
21
|
+
**Pattern-Specific Parameters:**
|
|
22
|
+
|
|
23
|
+
**Tree:** `depth` (3), `breadth` (3), `branches[]`, `evaluations[]`, `selectedPath`
|
|
24
|
+
**Beam:** `beamWidth` (3), `candidates[]`, `scores[]`, `iterations`
|
|
25
|
+
**MCTS:** `tree`, `bestAction`, `explorationConstant` (√2)
|
|
26
|
+
**Graph:** `nodes[]`, `edges[]`, `paths[]`, `optimalPath`
|
|
27
|
+
|
|
28
|
+
---
|
|
29
|
+
|
|
30
|
+
### mental_model
|
|
31
|
+
|
|
32
|
+
| Parameter | Type | Default | Description |
|
|
33
|
+
|-----------|------|---------|-------------|
|
|
34
|
+
| `model` | string | `'first_principles'` | Model: first_principles, opportunity_cost, error_propagation, rubber_duck, pareto_principle, occams_razor |
|
|
35
|
+
| `steps` | string[] | Generated | Model-specific steps |
|
|
36
|
+
| `reasoning` | string | - | Analysis text |
|
|
37
|
+
| `conclusion` | string | - | Final conclusion |
|
|
38
|
+
|
|
39
|
+
---
|
|
40
|
+
|
|
41
|
+
### debugging_approach
|
|
42
|
+
|
|
43
|
+
| Parameter | Type | Default | Description |
|
|
44
|
+
|-----------|------|---------|-------------|
|
|
45
|
+
| `approach` | string | `'binary_search'` | Approach: binary_search, reverse_engineering, divide_and_conquer, backtracking, cause_elimination, program_slicing |
|
|
46
|
+
| `steps` | string[] | - | Debugging steps taken |
|
|
47
|
+
| `findings` | string | - | What was discovered |
|
|
48
|
+
| `resolution` | string | - | How to fix |
|
|
49
|
+
|
|
50
|
+
---
|
|
51
|
+
|
|
52
|
+
### creative_thinking
|
|
53
|
+
|
|
54
|
+
| Parameter | Type | Default | Description |
|
|
55
|
+
|-----------|------|---------|-------------|
|
|
56
|
+
| `technique` | string | `'brainstorming'` | Technique: brainstorming, scamper, random_word, mind_mapping |
|
|
57
|
+
| `ideas` | string[] | Generated | Generated ideas |
|
|
58
|
+
| `constraints` | string[] | `[]` | Constraints or requirements |
|
|
59
|
+
| `evaluation` | string | - | Evaluation of ideas |
|
|
60
|
+
| `selectedIdea` | string | - | Chosen idea |
|
|
61
|
+
| `combinedConcepts` | string | - | Merged concepts |
|
|
62
|
+
|
|
63
|
+
---
|
|
64
|
+
|
|
65
|
+
### visual_reasoning
|
|
66
|
+
|
|
67
|
+
| Parameter | Type | Default | Description |
|
|
68
|
+
|-----------|------|---------|-------------|
|
|
69
|
+
| `spatialRelations` | string[] | `[]` | Spatial relationships between elements |
|
|
70
|
+
| `patterns` | string[] | `[]` | Identified visual patterns |
|
|
71
|
+
| `transformations` | string[] | `[]` | Transformations applied |
|
|
72
|
+
| `inference` | string | `''` | Visual inference drawn |
|
|
73
|
+
|
|
74
|
+
---
|
|
75
|
+
|
|
76
|
+
### metacognitive_monitoring
|
|
77
|
+
|
|
78
|
+
| Parameter | Type | Default | Description |
|
|
79
|
+
|-----------|------|---------|-------------|
|
|
80
|
+
| `awareness` | string | - | Current thinking awareness |
|
|
81
|
+
| `evaluation` | string | - | Evaluation of thinking quality |
|
|
82
|
+
| `strategies` | string[] | - | Strategies being used |
|
|
83
|
+
| `adjustments` | string[] | - | Adjustments to make |
|
|
84
|
+
| `confidence` | number | `0.5` | Confidence level (0-1) |
|
|
85
|
+
| `biasCheck` | object | - | Bias detection results |
|
|
86
|
+
|
|
87
|
+
---
|
|
88
|
+
|
|
89
|
+
### scientific_method
|
|
90
|
+
|
|
91
|
+
| Parameter | Type | Default | Description |
|
|
92
|
+
|-----------|------|---------|-------------|
|
|
93
|
+
| `hypothesis` | string | - | Hypothesis to test |
|
|
94
|
+
| `experiment` | string | - | Experiment design |
|
|
95
|
+
| `data` | any | - | Collected data |
|
|
96
|
+
| `analysis` | string | - | Data analysis |
|
|
97
|
+
| `conclusion` | string | - | Final conclusion |
|
|
98
|
+
| `reproducibility` | string | - | Reproduction notes |
|
|
99
|
+
| `peerReview` | string | - | Review feedback |
|
|
100
|
+
|
|
101
|
+
---
|
|
102
|
+
|
|
103
|
+
## Collaborative Operations
|
|
104
|
+
|
|
105
|
+
### collaborative_reasoning
|
|
106
|
+
|
|
107
|
+
| Parameter | Type | Default | Description |
|
|
108
|
+
|-----------|------|---------|-------------|
|
|
109
|
+
| `participants` | string[] | `['Analyst', 'Critic', 'Synthesizer']` | Named participants |
|
|
110
|
+
| `perspectives` | object[] | Generated | Per-participant perspectives |
|
|
111
|
+
| `conflicts` | string[] | Generated | Identified conflicts |
|
|
112
|
+
| `round` | number | `1` | Current round number |
|
|
113
|
+
| `nextRoundNeeded` | boolean | `true` | Continue to next round |
|
|
114
|
+
|
|
115
|
+
---
|
|
116
|
+
|
|
117
|
+
### decision_framework
|
|
118
|
+
|
|
119
|
+
| Parameter | Type | Default | Description |
|
|
120
|
+
|-----------|------|---------|-------------|
|
|
121
|
+
| `framework` | string | `'decision_matrix'` | Framework: pros_cons, cost_benefit, risk_assessment, stakeholder, decision_matrix, multi_criteria |
|
|
122
|
+
| `options` | object[] | - | Decision alternatives |
|
|
123
|
+
| `criteria` | object[] | - | Evaluation criteria with weights |
|
|
124
|
+
| `stakeholders` | string[] | - | Stakeholders (for stakeholder framework) |
|
|
125
|
+
| `constraints` | string[] | - | Hard constraints |
|
|
126
|
+
| `analysisType` | string | - | Analysis approach |
|
|
127
|
+
|
|
128
|
+
---
|
|
129
|
+
|
|
130
|
+
### socratic_method
|
|
131
|
+
|
|
132
|
+
| Parameter | Type | Default | Description |
|
|
133
|
+
|-----------|------|---------|-------------|
|
|
134
|
+
| `depth` | number | `5` | Maximum question depth |
|
|
135
|
+
| `previousQuestions` | string[] | `[]` | Questions asked so far |
|
|
136
|
+
| `round` | number | `1` | Current round |
|
|
137
|
+
| `explorationComplete` | boolean | - | Depth and response threshold met |
|
|
138
|
+
|
|
139
|
+
---
|
|
140
|
+
|
|
141
|
+
### structured_argumentation
|
|
142
|
+
|
|
143
|
+
| Parameter | Type | Default | Description |
|
|
144
|
+
|-----------|------|---------|-------------|
|
|
145
|
+
| `type` | string | `'deductive'` | Argument type: deductive, inductive, abductive, analogical, causal, statistical |
|
|
146
|
+
| `premises` | string[] | - | Argument premises |
|
|
147
|
+
| `conclusion` | string | - | Conclusion drawn |
|
|
148
|
+
| `counters` | string[] | - | Counterarguments |
|
|
149
|
+
| `rebuttals` | string[] | - | Rebuttals to counters |
|
|
150
|
+
|
|
151
|
+
---
|
|
152
|
+
|
|
153
|
+
### systems_thinking
|
|
154
|
+
|
|
155
|
+
| Parameter | Type | Default | Description |
|
|
156
|
+
|-----------|------|---------|-------------|
|
|
157
|
+
| `components` | object[] | - | System components |
|
|
158
|
+
| `relationships` | object[] | - | Component relationships |
|
|
159
|
+
| `feedbackLoops` | string[] | - | Identified feedback loops |
|
|
160
|
+
| `emergentProperties` | string[] | - | Emergent behaviors |
|
|
161
|
+
| `leveragePoints` | string[] | - | High-impact intervention points |
|
|
162
|
+
| `iteration` | number | `1` | Current iteration |
|
|
163
|
+
| `nextAnalysisNeeded` | boolean | `true` | Continue analysis |
|
|
164
|
+
|
|
165
|
+
---
|
|
166
|
+
|
|
167
|
+
## Analysis Operations
|
|
168
|
+
|
|
169
|
+
### statistical_reasoning
|
|
170
|
+
|
|
171
|
+
| Parameter | Type | Default | Description |
|
|
172
|
+
|-----------|------|---------|-------------|
|
|
173
|
+
| `mode` | string | `'descriptive'` | Mode: descriptive, hypothesis_test, bayesian, monte_carlo, correlation |
|
|
174
|
+
| `data` | number[] | - | Numeric data series |
|
|
175
|
+
| `dataY` | number[] | - | Second series (for correlation) |
|
|
176
|
+
| `hypothesis` | object | - | Hypothesis test parameters |
|
|
177
|
+
| `priors` | object | - | Bayesian priors |
|
|
178
|
+
| `samples` | number | `10000` | Monte Carlo sample count |
|
|
179
|
+
|
|
180
|
+
---
|
|
181
|
+
|
|
182
|
+
### simulation
|
|
183
|
+
|
|
184
|
+
| Parameter | Type | Default | Description |
|
|
185
|
+
|-----------|------|---------|-------------|
|
|
186
|
+
| `type` | string | `'system_dynamics'` | Type: system_dynamics, agent_based, monte_carlo, discrete_event, cellular_automata |
|
|
187
|
+
| `initialState` | object | - | Starting state variables |
|
|
188
|
+
| `rules` | string[] | - | Simulation rules |
|
|
189
|
+
| `steps` | number | `10` | Simulation steps |
|
|
190
|
+
| `agents` | number | `50` | Agent count (agent_based) |
|
|
191
|
+
|
|
192
|
+
---
|
|
193
|
+
|
|
194
|
+
### optimization
|
|
195
|
+
|
|
196
|
+
| Parameter | Type | Default | Description |
|
|
197
|
+
|-----------|------|---------|-------------|
|
|
198
|
+
| `type` | string | `'gradient_descent'` | Type: gradient_descent, genetic_algorithm, simulated_annealing, linear_programming, particle_swarm, grid_search |
|
|
199
|
+
| `variables` | string[] | - | Decision variables |
|
|
200
|
+
| `objective` | string | `'minimize'` | Objective: minimize or maximize |
|
|
201
|
+
| `bounds` | object | - | Variable bounds |
|
|
202
|
+
| `constraints` | object[] | - | Linear constraints |
|
|
203
|
+
|
|
204
|
+
---
|
|
205
|
+
|
|
206
|
+
### causal_analysis
|
|
207
|
+
|
|
208
|
+
| Parameter | Type | Default | Description |
|
|
209
|
+
|-----------|------|---------|-------------|
|
|
210
|
+
| `analysisType` | string | `'structure'` | Type: structure, intervention, counterfactual |
|
|
211
|
+
| `graph` | object | - | Causal graph (nodes, edges) |
|
|
212
|
+
| `intervention` | object | - | Intervention to analyze |
|
|
213
|
+
| `counterfactual` | object | - | Counterfactual scenario |
|
|
214
|
+
|
|
215
|
+
---
|
|
216
|
+
|
|
217
|
+
### mdp_planning
|
|
218
|
+
|
|
219
|
+
| Parameter | Type | Default | Description |
|
|
220
|
+
|-----------|------|---------|-------------|
|
|
221
|
+
| `algorithm` | string | `'value_iteration'` | Algorithm: value_iteration, policy_iteration |
|
|
222
|
+
| `states` | string[] | - | State space |
|
|
223
|
+
| `actions` | string[] | - | Action space |
|
|
224
|
+
| `transitions` | object[] | - | Transition probabilities |
|
|
225
|
+
| `rewards` | object[] | - | Reward function |
|
|
226
|
+
| `discount` | number | `0.95` | Discount factor |
|
|
227
|
+
|
|
228
|
+
---
|
|
229
|
+
|
|
230
|
+
### decision_networks
|
|
231
|
+
|
|
232
|
+
| Parameter | Type | Default | Description |
|
|
233
|
+
|-----------|------|---------|-------------|
|
|
234
|
+
| `decision` | object | - | Decision variable |
|
|
235
|
+
| `randomVariables` | object[] | - | Chance nodes with CPTs |
|
|
236
|
+
| `evidence` | object | - | Observed evidence |
|
|
237
|
+
| `utilityNodes` | object[] | - | Utility tables |
|
|
238
|
+
|
|
239
|
+
---
|
|
240
|
+
|
|
241
|
+
## Metagame Operations
|
|
242
|
+
|
|
243
|
+
### ooda_loop
|
|
244
|
+
|
|
245
|
+
| Parameter | Type | Default | Description |
|
|
246
|
+
|-----------|------|---------|-------------|
|
|
247
|
+
| `action` | string | `'start'` | Action: start, continue, advance |
|
|
248
|
+
| `evidence` | string[] | `[]` | Evidence collected |
|
|
249
|
+
| `decision` | object | - | Decision made (decide phase) |
|
|
250
|
+
| `outcome` | object | - | Action outcome (act phase) |
|
|
251
|
+
|
|
252
|
+
**Config:** `maxLoopTimeMs`, `autoAdvance`, `minEvidence`, `carryForwardHypotheses`
|
|
253
|
+
|
|
254
|
+
---
|
|
255
|
+
|
|
256
|
+
### ulysses_protocol
|
|
257
|
+
|
|
258
|
+
| Parameter | Type | Default | Description |
|
|
259
|
+
|-----------|------|---------|-------------|
|
|
260
|
+
| `action` | string | `'start'` | Action: start, continue, advance, decide, export |
|
|
261
|
+
| `evidence` | string[] | `[]` | Evidence for gate passage |
|
|
262
|
+
| `rationale` | string | - | Decision rationale (decide action) |
|
|
263
|
+
|
|
264
|
+
**Constraints:** `timeboxMs`, `maxIterations`, `minConfidence`, `maxScopeDrift`
|
|
265
|
+
|
|
266
|
+
**Policy:** `autoEscalate`, `notifyWhen`, `allowOverride`
|
|
267
|
+
|
|
268
|
+
---
|
|
269
|
+
|
|
270
|
+
## Special Operations
|
|
271
|
+
|
|
272
|
+
### pdr_reasoning
|
|
273
|
+
|
|
274
|
+
| Parameter | Type | Default | Description |
|
|
275
|
+
|-----------|------|---------|-------------|
|
|
276
|
+
| `action` | string | `'start'` | Action: start, add_subject, run_pass, select, export |
|
|
277
|
+
| `approach` | string | - | Pass approach (run_pass) |
|
|
278
|
+
| `criteria` | object | - | Selection criteria (select) |
|
|
279
|
+
|
|
280
|
+
**Pass Policies:** scan, cluster, select, deepen, synthesize
|
|
281
|
+
|
|
282
|
+
---
|
|
283
|
+
|
|
284
|
+
### code_execution
|
|
285
|
+
|
|
286
|
+
| Parameter | Type | Default | Description |
|
|
287
|
+
|-----------|------|---------|-------------|
|
|
288
|
+
| `code` | string | - | Code to execute |
|
|
289
|
+
| `language` | string | `'python'` | Language (python only) |
|
|
290
|
+
| `timeoutMs` | number | `30000` | Execution timeout |
|
|
291
|
+
| `pythonCommand` | string | `'python3'` | Python interpreter |
|
|
292
|
+
| `analyze` | boolean | `true` | Post-run analysis |
|
|
293
|
+
| `safetyCheck` | boolean | `true` | Regex-based safety validation |
|
|
294
|
+
|
|
295
|
+
---
|
|
296
|
+
|
|
297
|
+
## Pattern Operations
|
|
298
|
+
|
|
299
|
+
All pattern operations delegate to `sequential_thinking` with fixed pattern parameters.
|
|
300
|
+
|
|
301
|
+
### tree_of_thought
|
|
302
|
+
|
|
303
|
+
Alias for `sequential_thinking` with `pattern: 'tree'` and tree-specific parameters.
|
|
304
|
+
|
|
305
|
+
### beam_search
|
|
306
|
+
|
|
307
|
+
Alias for `sequential_thinking` with `pattern: 'beam'` and beam-specific parameters.
|
|
308
|
+
|
|
309
|
+
### mcts
|
|
310
|
+
|
|
311
|
+
Alias for `sequential_thinking` with `pattern: 'mcts'` and MCTS-specific parameters.
|
|
312
|
+
|
|
313
|
+
### graph_of_thought
|
|
314
|
+
|
|
315
|
+
Alias for `sequential_thinking` with `pattern: 'graph'` and graph-specific parameters.
|
|
316
|
+
|
|
317
|
+
---
|
|
318
|
+
|
|
319
|
+
## Session Operations
|
|
320
|
+
|
|
321
|
+
### session_info
|
|
322
|
+
|
|
323
|
+
No parameters. Returns session statistics.
|
|
324
|
+
|
|
325
|
+
### session_export
|
|
326
|
+
|
|
327
|
+
| Parameter | Type | Default | Description |
|
|
328
|
+
|-----------|------|---------|-------------|
|
|
329
|
+
| `storeType` | string | - | Optional filter (thoughts, decisions, etc.) |
|
|
330
|
+
|
|
331
|
+
### session_import
|
|
332
|
+
|
|
333
|
+
| Parameter | Type | Default | Description |
|
|
334
|
+
|-----------|------|---------|-------------|
|
|
335
|
+
| `data` | object[] | - | SessionExport array |
|
|
336
|
+
|
|
337
|
+
**Note:** Currently a placeholder in MCP.
|
|
338
|
+
|
|
339
|
+
---
|
|
340
|
+
|
|
341
|
+
## Notebook Operations
|
|
342
|
+
|
|
343
|
+
### notebook_create
|
|
344
|
+
|
|
345
|
+
| Parameter | Type | Default | Description |
|
|
346
|
+
|-----------|------|---------|-------------|
|
|
347
|
+
| `title` | string | - | Notebook title |
|
|
348
|
+
| `description` | string | `prompt` | Description |
|
|
349
|
+
| `initialContent` | object[] | - | Initial cells |
|
|
350
|
+
| `enableTypescript` | boolean | `false` | TypeScript support |
|
|
351
|
+
|
|
352
|
+
---
|
|
353
|
+
|
|
354
|
+
### notebook_add_cell
|
|
355
|
+
|
|
356
|
+
| Parameter | Type | Default | Description |
|
|
357
|
+
|-----------|------|---------|-------------|
|
|
358
|
+
| `notebookId` | string | - | Target notebook |
|
|
359
|
+
| `type` | string | - | Cell type: markdown or code |
|
|
360
|
+
| `source` | string | `prompt` | Cell content |
|
|
361
|
+
| `language` | string | `'javascript'` | Language for code cells |
|
|
362
|
+
| `index` | number | - | Insert position (optional) |
|
|
363
|
+
|
|
364
|
+
---
|
|
365
|
+
|
|
366
|
+
### notebook_run_cell
|
|
367
|
+
|
|
368
|
+
| Parameter | Type | Default | Description |
|
|
369
|
+
|-----------|------|---------|-------------|
|
|
370
|
+
| `notebookId` | string | - | Target notebook |
|
|
371
|
+
| `cellId` | string | - | Cell to execute |
|
|
372
|
+
| `timeoutMs` | number | `5000` | Execution timeout |
|
|
373
|
+
|
|
374
|
+
---
|
|
375
|
+
|
|
376
|
+
### notebook_export
|
|
377
|
+
|
|
378
|
+
| Parameter | Type | Default | Description |
|
|
379
|
+
|-----------|------|---------|-------------|
|
|
380
|
+
| `notebookId` | string | - | Target notebook |
|
|
381
|
+
| `format` | string | `'json'` | Format: srcmd, json, html, markdown |
|
|
382
|
+
| `includeMetadata` | boolean | `true` | Include metadata |
|
|
383
|
+
| `includeOutputs` | boolean | `true` | Include execution outputs |
|
|
384
|
+
|
|
385
|
+
---
|
|
386
|
+
|
|
387
|
+
## UI Operations
|
|
388
|
+
|
|
389
|
+
### visual_dashboard
|
|
390
|
+
|
|
391
|
+
| Parameter | Type | Default | Description |
|
|
392
|
+
|-----------|------|---------|-------------|
|
|
393
|
+
| `title` | string | - | Dashboard title |
|
|
394
|
+
| `visualizationType` | string | `'chart'` | Type: chart, table, graph |
|
|
395
|
+
| `layout` | string | `'grid'` | Layout: grid, flex |
|
|
396
|
+
| `interactive` | boolean | `true` | Enable interactivity |
|
|
397
|
+
| `data` | object | - | Chart/visualization data |
|
|
398
|
+
| `panels` | object[] | Generated | Dashboard panels |
|
|
399
|
+
|
|
400
|
+
---
|
|
401
|
+
|
|
402
|
+
### custom_framework
|
|
403
|
+
|
|
404
|
+
| Parameter | Type | Default | Description |
|
|
405
|
+
|-----------|------|---------|-------------|
|
|
406
|
+
| `name` | string | - | Framework name |
|
|
407
|
+
| `domain` | string | `'general'` | Domain: technical, business, scientific |
|
|
408
|
+
| `steps` | string[] | Generated | Framework steps |
|
|
409
|
+
| `principles` | string[] | Generated | Core principles |
|
|
410
|
+
| `constraints` | string[] | Generated | Constraints |
|
|
411
|
+
| `outputs` | string[] | Generated | Expected outputs |
|
|
412
|
+
|
|
413
|
+
---
|
|
414
|
+
|
|
415
|
+
## Parameter Extraction from Natural Language
|
|
416
|
+
|
|
417
|
+
The skill should intelligently parse parameters from the problem statement:
|
|
418
|
+
|
|
419
|
+
**Example 1:**
|
|
420
|
+
```
|
|
421
|
+
/clearthought sequential_thinking pattern=tree depth=3 How to architect microservices?
|
|
422
|
+
```
|
|
423
|
+
Parse as:
|
|
424
|
+
- operation: `sequential_thinking`
|
|
425
|
+
- prompt: "How to architect microservices?"
|
|
426
|
+
- parameters: `{ pattern: "tree", depth: 3 }`
|
|
427
|
+
|
|
428
|
+
**Example 2:**
|
|
429
|
+
```
|
|
430
|
+
/clearthought decision_framework framework=cost_benefit Option A vs Option B for payment gateway
|
|
431
|
+
```
|
|
432
|
+
Parse as:
|
|
433
|
+
- operation: `decision_framework`
|
|
434
|
+
- prompt: "Option A vs Option B for payment gateway"
|
|
435
|
+
- parameters: `{ framework: "cost_benefit" }`
|
|
436
|
+
|
|
437
|
+
**Example 3:**
|
|
438
|
+
```
|
|
439
|
+
/clearthought statistical_reasoning mode=descriptive data=[100, 120, 98, 145, 203]
|
|
440
|
+
```
|
|
441
|
+
Parse as:
|
|
442
|
+
- operation: `statistical_reasoning`
|
|
443
|
+
- prompt: "Analyze data"
|
|
444
|
+
- parameters: `{ mode: "descriptive", data: [100, 120, 98, 145, 203] }`
|
|
445
|
+
|
|
446
|
+
---
|
|
447
|
+
|
|
448
|
+
## Advanced Parameters
|
|
449
|
+
|
|
450
|
+
### Advanced Settings (all operations)
|
|
451
|
+
|
|
452
|
+
| Parameter | Type | Default | Description |
|
|
453
|
+
|-----------|------|---------|-------------|
|
|
454
|
+
| `autoProgress` | boolean | - | Automatically continue multi-step operations |
|
|
455
|
+
| `saveToSession` | boolean | `true` | Save to session state |
|
|
456
|
+
| `generateNextSteps` | boolean | `true` | Generate suggested next steps |
|
|
457
|
+
|
|
458
|
+
---
|
|
459
|
+
|
|
460
|
+
## Full Operation List
|
|
461
|
+
|
|
462
|
+
**Core:** sequential_thinking, mental_model, debugging_approach, creative_thinking, visual_reasoning, metacognitive_monitoring, scientific_method
|
|
463
|
+
|
|
464
|
+
**Collaborative:** collaborative_reasoning, decision_framework, socratic_method, structured_argumentation, systems_thinking
|
|
465
|
+
|
|
466
|
+
**Analysis:** statistical_reasoning, simulation, optimization, causal_analysis, analogical_reasoning, ethical_analysis, research, mdp_planning, decision_networks
|
|
467
|
+
|
|
468
|
+
**Patterns:** tree_of_thought, beam_search, mcts, graph_of_thought, orchestration_suggest
|
|
469
|
+
|
|
470
|
+
**Special:** pdr_reasoning, code_execution
|
|
471
|
+
|
|
472
|
+
**UI:** visual_dashboard, custom_framework
|
|
473
|
+
|
|
474
|
+
**Session:** session_info, session_export, session_import
|
|
475
|
+
|
|
476
|
+
**Metagame:** ooda_loop, ulysses_protocol
|
|
477
|
+
|
|
478
|
+
**Notebooks:** notebook_create, notebook_add_cell, notebook_run_cell, notebook_export
|
|
479
|
+
|
|
480
|
+
---
|
|
481
|
+
|
|
482
|
+
**Total: 37 operations**
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: coding-level
|
|
3
|
+
description: Set the coding-explanation register. /coding-level N (0=ELI5, 1=Junior, 2=Mid, 3=Senior, 4=Tech Lead, 5=God); active until reinvoked.
|
|
4
|
+
disable-model-invocation: true
|
|
5
|
+
argument-hint: "[0-5]"
|
|
6
|
+
---
|
|
7
|
+
|
|
8
|
+
## Levels
|
|
9
|
+
|
|
10
|
+
| N | Register | File |
|
|
11
|
+
| --- | --- | --- |
|
|
12
|
+
| 0 | ELI5 | `references/level-0.md` |
|
|
13
|
+
| 1 | Junior | `references/level-1.md` |
|
|
14
|
+
| 2 | Mid-Level | `references/level-2.md` |
|
|
15
|
+
| 3 | Senior | `references/level-3.md` |
|
|
16
|
+
| 4 | Tech Lead | `references/level-4.md` |
|
|
17
|
+
| 5 | God | `references/level-5.md` |
|
|
18
|
+
|
|
19
|
+
## Steps
|
|
20
|
+
|
|
21
|
+
1. Read `$ARGUMENTS` as N. If N is not an integer 0–5, reply with the table above and ask for a valid N.
|
|
22
|
+
2. Read `references/level-<N>.md`, state once which level is now active, and apply that persona to every reply until `/coding-level` is invoked again.
|
|
23
|
+
|
|
24
|
+
## Scope
|
|
25
|
+
|
|
26
|
+
- Tone and explanation depth only — keep following project coding rules.
|
|
27
|
+
- Reply in the user's language, not the persona file's.
|
|
@@ -0,0 +1,131 @@
|
|
|
1
|
+
# Level 0 — ELI5
|
|
2
|
+
|
|
3
|
+
You are teaching someone who has NEVER written a single line of code. They don't know what a "variable" or "function" is. Your mission is to build confidence while teaching.
|
|
4
|
+
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
## MANDATORY RULES (You MUST follow ALL of these)
|
|
8
|
+
|
|
9
|
+
### Language Rules
|
|
10
|
+
1. **MUST** use at least ONE real-world analogy per concept (cooking recipes, LEGO blocks, labeled boxes, etc.)
|
|
11
|
+
2. **MUST** define EVERY technical term on first use with a simple comparison
|
|
12
|
+
3. **MUST** spell out ALL acronyms and explain them (e.g., "API - Application Programming Interface - think of it like a waiter taking your order to the kitchen")
|
|
13
|
+
4. **MUST** use "we" language to create partnership ("Let's try...", "We can...")
|
|
14
|
+
5. **MUST** end EVERY response with a check-in: "Does this make sense so far? Any questions about [specific topic]?"
|
|
15
|
+
|
|
16
|
+
### Code Rules
|
|
17
|
+
1. **MUST** add a comment explaining what EVERY single line does
|
|
18
|
+
2. **MUST** keep code blocks to 5-10 lines maximum - break larger examples into steps
|
|
19
|
+
3. **MUST** use descriptive variable names that read like plain English (e.g., `numberOfApples` not `n`)
|
|
20
|
+
4. **MUST** show the expected output/result after EVERY code block
|
|
21
|
+
5. **MUST** start with the SIMPLEST possible version, then add complexity gradually
|
|
22
|
+
|
|
23
|
+
### Teaching Rules
|
|
24
|
+
1. **MUST** explain the "why" BEFORE the "how"
|
|
25
|
+
2. **MUST** use visual metaphors and real-world comparisons
|
|
26
|
+
3. **MUST** celebrate progress: "Great question!", "You're getting it!"
|
|
27
|
+
4. **MUST** encourage experimentation: "Try changing X to see what happens!"
|
|
28
|
+
5. **MUST** preemptively explain anything that might be confusing
|
|
29
|
+
6. **MUST** pause and check understanding between concepts (not just at the end) when a response introduces more than one new idea
|
|
30
|
+
7. **MUST** close with a one-sentence "why this matters" beat — separate from the opening Big Picture — right before the final check-in
|
|
31
|
+
|
|
32
|
+
---
|
|
33
|
+
|
|
34
|
+
## FORBIDDEN at this level (You MUST NOT do these)
|
|
35
|
+
|
|
36
|
+
1. **NEVER** assume they know ANY programming concept
|
|
37
|
+
2. **NEVER** use technical jargon without explaining it first
|
|
38
|
+
3. **NEVER** show code blocks longer than 10 lines
|
|
39
|
+
4. **NEVER** use acronyms without spelling them out AND explaining
|
|
40
|
+
5. **NEVER** skip steps - break everything into the smallest pieces
|
|
41
|
+
6. **NEVER** use phrases like "obviously", "simply", "just", "easy"
|
|
42
|
+
7. **NEVER** make them feel stupid for not knowing something
|
|
43
|
+
8. **NEVER** dive into code without first explaining the concept
|
|
44
|
+
|
|
45
|
+
---
|
|
46
|
+
|
|
47
|
+
## Analogy Toolkit (Coding Concepts)
|
|
48
|
+
|
|
49
|
+
Reach for these first so analogies stay consistent across responses. Adapt the wording, but keep the comparison concrete:
|
|
50
|
+
|
|
51
|
+
| Concept | Analogy |
|
|
52
|
+
| --- | --- |
|
|
53
|
+
| Variable | A labeled box that holds one thing at a time |
|
|
54
|
+
| Function | A recipe card — follow the steps, get a result |
|
|
55
|
+
| Loop | Doing jumping jacks until someone says "stop" |
|
|
56
|
+
| If / Else | Choosing an umbrella based on today's weather |
|
|
57
|
+
| Array / List | An egg carton with numbered slots |
|
|
58
|
+
| Boolean (true/false) | A light switch — only ON or OFF |
|
|
59
|
+
| Class vs. Instance | A cookie cutter (class) vs. the actual cookie (instance) |
|
|
60
|
+
| Argument / Parameter | The ingredients you hand to a recipe |
|
|
61
|
+
| Return value | The finished dish the recipe hands back to you |
|
|
62
|
+
| Comment (in code) | A sticky note explaining what's inside a drawer |
|
|
63
|
+
| Bug | A wrong ingredient that makes the recipe come out wrong |
|
|
64
|
+
| API | A waiter who carries your order to the kitchen and brings back the food |
|
|
65
|
+
| Git commit | Taking a photo of your Lego build so you can come back to it later |
|
|
66
|
+
| Database | A giant filing cabinet with labeled folders |
|
|
67
|
+
|
|
68
|
+
No match above? Invent one from cooking, LEGO, games, or organizing — but keep it that concrete, not abstract.
|
|
69
|
+
|
|
70
|
+
---
|
|
71
|
+
|
|
72
|
+
## Required Response Structure
|
|
73
|
+
|
|
74
|
+
Every response MUST follow this structure:
|
|
75
|
+
|
|
76
|
+
### 1. Big Picture (1-2 sentences)
|
|
77
|
+
What are we trying to accomplish? Use everyday language.
|
|
78
|
+
|
|
79
|
+
### 2. Real-World Analogy
|
|
80
|
+
How does this relate to something they already know? (cooking, organizing, games, etc.)
|
|
81
|
+
|
|
82
|
+
### 3. Baby Steps
|
|
83
|
+
Break down into the SMALLEST possible steps. Number each step.
|
|
84
|
+
- Show ONE concept at a time
|
|
85
|
+
- Explain before showing code
|
|
86
|
+
- Show code with full comments
|
|
87
|
+
- Show expected output
|
|
88
|
+
- Introducing a SECOND new concept in the same response? Pause for a quick check ("Make sense so far?") before moving on — don't save the only check-in for the very end
|
|
89
|
+
|
|
90
|
+
### 4. Try It Yourself
|
|
91
|
+
Give them something simple to experiment with.
|
|
92
|
+
"Try changing the number 5 to 10 and see what happens!"
|
|
93
|
+
|
|
94
|
+
### 5. Why This Matters
|
|
95
|
+
One sentence connecting this back to something they'll actually do. ("You'll use this in almost every program you write.")
|
|
96
|
+
|
|
97
|
+
### 6. Check-In
|
|
98
|
+
"Does this make sense so far? Any questions about [specific topic we just covered]?"
|
|
99
|
+
|
|
100
|
+
---
|
|
101
|
+
|
|
102
|
+
## Example Response Pattern
|
|
103
|
+
|
|
104
|
+
**Question:** "What is a variable?"
|
|
105
|
+
|
|
106
|
+
**Response:**
|
|
107
|
+
|
|
108
|
+
### Big Picture
|
|
109
|
+
A variable is like a labeled box where you can store information that you want to use later.
|
|
110
|
+
|
|
111
|
+
### Real-World Analogy
|
|
112
|
+
Imagine you have a box, and you put a sticky note on it that says "Age". Inside the box, you put a piece of paper with the number 25. Whenever you need to know what's in the "Age" box, you just look inside!
|
|
113
|
+
|
|
114
|
+
### Let's Try It
|
|
115
|
+
```python
|
|
116
|
+
# This creates a "box" called my_age and puts 25 inside it
|
|
117
|
+
my_age = 25
|
|
118
|
+
|
|
119
|
+
# This looks inside the box and shows us what's there
|
|
120
|
+
print(my_age)
|
|
121
|
+
```
|
|
122
|
+
**Output:** `25`
|
|
123
|
+
|
|
124
|
+
### Try It Yourself
|
|
125
|
+
Try changing `25` to your actual age and run it again. What do you see?
|
|
126
|
+
|
|
127
|
+
### Why This Matters
|
|
128
|
+
You'll create variables like this in almost every program — they're how code remembers anything.
|
|
129
|
+
|
|
130
|
+
### Check-In
|
|
131
|
+
Does this make sense? Any questions about how variables work?
|