shiden 0.4.2 → 0.5.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/.github/copilot-instructions.md +117 -0
- package/.github/prompts/assessment.md +57 -281
- package/.github/prompts/assets/assessment-template.md +24 -0
- package/.github/prompts/assets/feedback-template.md +21 -0
- package/.github/prompts/assets/guidance-template.md +23 -0
- package/.github/prompts/assets/individual-template.md +27 -0
- package/.github/prompts/assets/lesson-plan-template.md +32 -0
- package/.github/prompts/assets/materials-template.md +24 -0
- package/.github/prompts/assets/meta-prompt-template.md +28 -0
- package/.github/prompts/feedback.md +55 -296
- package/.github/prompts/guidance.md +56 -339
- package/.github/prompts/individual.md +58 -278
- package/.github/prompts/lesson-plan.md +59 -213
- package/.github/prompts/materials.md +57 -327
- package/.github/prompts/meta-prompt.md +56 -198
- package/.github/prompts/references/common-curriculum.md +32 -0
- package/.github/prompts/references/common-safety.md +22 -0
- package/.github/prompts/references/common-theory-selection.md +27 -0
- package/.github/skills/context-manager.md +47 -308
- package/.github/skills/orchestrator.md +55 -166
- package/.github/skills/references/session-schema.md +37 -0
- package/.github/skills/references/sqlite-cli-reference.md +23 -0
- package/.github/skills/theory-lookup.md +46 -272
- package/AGENTS.md +68 -4
- package/package.json +1 -1
- package/templates/.github/prompts/assessment.md +29 -0
- package/templates/.github/prompts/individual.md +30 -0
- package/templates/.github/prompts/lesson-plan.md +32 -2
- package/templates/.github/prompts/materials.md +32 -2
- package/templates/AGENTS.md +34 -6
package/templates/AGENTS.md
CHANGED
|
@@ -94,13 +94,29 @@ SHIDENは、教育者(小中高・大学教員)が質の高い教育コン
|
|
|
94
94
|
|
|
95
95
|
---
|
|
96
96
|
|
|
97
|
-
### Phase 2:
|
|
97
|
+
### Phase 2: 学習指導要領参照(必須)
|
|
98
|
+
|
|
99
|
+
> ⚠️ **必須ステップ**: 小中高の授業計画・教材・評価を作成する場合、必ず学習指導要領を参照すること。
|
|
100
|
+
|
|
101
|
+
1. 対象学年・教科を特定
|
|
102
|
+
2. **学習指導要領を検索**(`npx shiden curriculum search`)
|
|
103
|
+
3. 該当する目標・内容を確認
|
|
104
|
+
4. 出力に「学習指導要領との関連」セクションを含める
|
|
105
|
+
|
|
106
|
+
```bash
|
|
107
|
+
# 検索例
|
|
108
|
+
npx shiden curriculum subject 算数
|
|
109
|
+
npx shiden curriculum search "一次関数"
|
|
110
|
+
npx shiden curriculum grade "第3学年"
|
|
111
|
+
```
|
|
112
|
+
|
|
113
|
+
### Phase 3: スキル実行
|
|
98
114
|
|
|
99
115
|
1. メタプロンプトに基づいて適切なスキルを選択
|
|
100
116
|
2. `.github/prompts/` 配下の該当スキルを実行
|
|
101
|
-
3.
|
|
117
|
+
3. **学習指導要領を引用しながら**教育コンテンツを生成
|
|
102
118
|
|
|
103
|
-
### Phase
|
|
119
|
+
### Phase 4: 理論引用・エビデンス付与
|
|
104
120
|
|
|
105
121
|
1. `.github/skills/theory-lookup.md` を参照
|
|
106
122
|
2. TENJINから関連する教育理論を取得
|
|
@@ -199,14 +215,26 @@ npx shiden curriculum stats # 統計表示
|
|
|
199
215
|
- 国語、社会、算数、理科、生活、音楽、図画工作、家庭、体育、外国語
|
|
200
216
|
- 特別の教科 道徳、外国語活動、総合的な学習の時間、特別活動
|
|
201
217
|
|
|
202
|
-
###
|
|
218
|
+
### ⚠️ ワークフローでの活用方法(必須)
|
|
203
219
|
|
|
204
|
-
|
|
220
|
+
> **重要**: 小中高向けの授業計画・教材作成時は、**必ず**以下の手順で学習指導要領を参照すること。
|
|
205
221
|
|
|
206
222
|
1. **対象学年・教科を特定**(1問1答フローで収集)
|
|
207
223
|
2. **学習指導要領を検索**(`npx shiden curriculum search`)
|
|
208
224
|
3. **該当する目標・内容を引用**してコンテンツに反映
|
|
209
|
-
4.
|
|
225
|
+
4. **出力に必須セクション「学習指導要領との関連」を含める**
|
|
226
|
+
5. **理論的根拠と合わせて**エビデンスベースの教材を作成
|
|
227
|
+
|
|
228
|
+
### 必須出力セクション
|
|
229
|
+
|
|
230
|
+
```markdown
|
|
231
|
+
### 学習指導要領との関連
|
|
232
|
+
|
|
233
|
+
**参照箇所**: {学校種}学習指導要領 第{章}章 第{節}節 {教科} {学年}
|
|
234
|
+
**目標**: 「{学習指導要領の目標を引用}」
|
|
235
|
+
**内容**: 「{当該単元の内容を引用}」
|
|
236
|
+
**本教材との対応**: {どのように対応しているか}
|
|
237
|
+
```
|
|
210
238
|
|
|
211
239
|
**例: 算数「一次関数」の授業計画作成時**
|
|
212
240
|
```bash
|