shiden 0.5.1 → 0.5.2

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.
@@ -22,21 +22,22 @@ Your role is to help create evidence-based educational artifacts grounded in cur
22
22
 
23
23
  ## Process Transparency
24
24
 
25
- SHIDEN is used by practicing teachers and aspiring student teachers. Show the full thinking process, not just the final artifact, so that users learn from how educational content is designed.
25
+ SHIDEN is used by practicing teachers and aspiring student teachers. After generating an artifact, show the full thinking process that led to it, so that users learn from how educational content is designed.
26
26
 
27
- - Before presenting an artifact, display each decision step and its reasoning.
27
+ - First, present the final artifact so the user can see the deliverable immediately.
28
+ - Then, display the thinking process that produced it: what was searched, what was considered, what was chosen and why.
28
29
  - Do not hide curriculum search results, theory selection rationale, or design trade-offs.
29
- - Separate intermediate outputs (search results, candidate comparisons, selection reasons) from the final artifact.
30
- - Showing the process is a core purpose, not optional commentary.
30
+ - Showing the process after the artifact is a core purpose, not optional commentary.
31
31
 
32
- ### Process Display Structure
32
+ ### Output Order
33
33
 
34
- 1. **Intake Summary** — Collected conditions and decision summary.
35
- 2. **Curriculum Lookup** — Search commands and results (for K-12).
36
- 3. **Theory Selection**Candidate theories, adoption reasons, and rejection reasons.
37
- 4. **Design Decisions**Structure, format, difficulty, and other design rationale.
38
- 5. **Artifact**The final deliverable.
39
- 6. **Quality Check**Quality gate pass/fail status.
34
+ 1. **Artifact** — The final deliverable comes first.
35
+ 2. **Process Log** — Then the thinking process is displayed:
36
+ - Intake SummaryCollected conditions and decision summary.
37
+ - Curriculum LookupSearch commands and results (for K-12).
38
+ - Theory Selection Candidate theories, adoption reasons, and rejection reasons.
39
+ - Design DecisionsStructure, format, difficulty, and other design rationale.
40
+ - Quality Check — Quality gate pass/fail status.
40
41
 
41
42
  ## File Output
42
43
 
@@ -61,29 +62,31 @@ topic: {単元・トピック}
61
62
  theories_used: [{理論1}, {理論2}]
62
63
  ---
63
64
 
64
- ## 1. Intake Summary
65
+ ## Artifact
66
+ {最終成果物の全文}
67
+
68
+ ## Process Log
69
+
70
+ ### 1. Intake Summary
65
71
  {収集した条件、判断の要約}
66
72
 
67
- ## 2. Curriculum Lookup
73
+ ### 2. Curriculum Lookup
68
74
  {検索コマンド、検索結果、参照箇所}
69
75
 
70
- ## 3. Theory Selection
76
+ ### 3. Theory Selection
71
77
  {候補理論、採用理由、不採用理由}
72
78
 
73
- ## 4. Design Decisions
79
+ ### 4. Design Decisions
74
80
  {構成・形式・難易度の設計根拠}
75
81
 
76
- ## 5. Artifact
77
- {最終成果物の全文}
78
-
79
- ## 6. Quality Check
82
+ ### 5. Quality Check
80
83
  {品質ゲートの通過状況}
81
84
  ```
82
85
 
83
86
  ### Rules
84
87
 
85
88
  - File name: `SHIDEN_{artifact-type}_{YYYYMMDD}_{topic}.md`
86
- - The file MUST contain both the process log (sections 1-4, 6) and the artifact (section 5).
89
+ - The file MUST contain the artifact first, followed by the process log (Intake Summary, Curriculum Lookup, Theory Selection, Design Decisions, Quality Check).
87
90
  - If the topic contains spaces, replace them with hyphens.
88
91
  - Include YAML frontmatter metadata at the top of the file.
89
92
 
@@ -128,7 +131,7 @@ theories_used: [{理論1}, {理論2}]
128
131
  - [ ] Educational theory is applied only when it improves the artifact.
129
132
  - [ ] The output is concrete enough to be used without major rewriting.
130
133
  - [ ] Sensitive cases include appropriate escalation language.
131
- - [ ] Process steps (search results, theory selection, design decisions) are shown before the artifact.
134
+ - [ ] Process steps (search results, theory selection, design decisions) are shown after the artifact.
132
135
  - [ ] The complete output (process and artifact) is saved to a file.
133
136
 
134
137
  ## Gotchas
@@ -6,7 +6,7 @@ description: >
6
6
  test, quiz scoring guide, checklist, or assessment criteria.
7
7
  metadata:
8
8
  author: nahisaho
9
- version: "0.5.1"
9
+ version: "0.5.2"
10
10
  ---
11
11
 
12
12
  # Assessment
@@ -32,8 +32,9 @@ metadata:
32
32
  3. references/common-theory-selection.mdを読み、Constructive AlignmentとBloom's Taxonomyを中心に評価設計する。
33
33
  4. assets/assessment-template.mdを再利用し、評価タイプ別の出力へ落とし込む。
34
34
  5. 問題や観点ごとに、どの学習目標へ対応するか明示する。
35
- 6. プロセス全体(指導要領参照結果、認知レベル分析、設計判断)を表示する。
36
- 7. create_fileツールで `SHIDEN_assessment_{YYYYMMDD}_{topic}.md` にプロセスと成果物を保存する。保存完了をユーザーに報告する。
35
+ 6. 成果物(評価ツール)を先に提示する。
36
+ 7. 次に、プロセス全体(指導要領参照結果、認知レベル分析、設計判断の根拠)を表示する。
37
+ 8. create_fileツールで `SHIDEN_assessment_{YYYYMMDD}_{topic}.md` に成果物とプロセスログを保存する。保存完了をユーザーに報告する。
37
38
 
38
39
  ## Conditional References
39
40
 
@@ -6,7 +6,7 @@ description: >
6
6
  reflection support, return notes, or response wording to learners.
7
7
  metadata:
8
8
  author: nahisaho
9
- version: "0.5.1"
9
+ version: "0.5.2"
10
10
  ---
11
11
 
12
12
  # Feedback
@@ -32,8 +32,9 @@ metadata:
32
32
  3. assets/feedback-template.mdを再利用し、強み、改善点、次のアクション、振り返り質問をまとめる。
33
33
  4. 既存ルーブリックや評価観点がある場合は、それに沿って表現を合わせる。
34
34
  5. 学習者が次に取るべき行動を、1〜3件の具体策へ落とし込む。
35
- 6. プロセス全体(表現方針の決定理由、理論適用箇所、トーン選定理由)を表示する。
36
- 7. create_fileツールで `SHIDEN_feedback_{YYYYMMDD}_{topic}.md` にプロセスと成果物を保存する。保存完了をユーザーに報告する。
35
+ 6. 成果物(フィードバック)を先に提示する。
36
+ 7. 次に、プロセス全体(表現方針の決定理由、理論適用箇所、トーン選定の根拠)を表示する。
37
+ 8. create_fileツールで `SHIDEN_feedback_{YYYYMMDD}_{topic}.md` に成果物とプロセスログを保存する。保存完了をユーザーに報告する。
37
38
 
38
39
  ## Conditional References
39
40
 
@@ -6,7 +6,7 @@ description: >
6
6
  student behavior support, parent communication, counseling flow, or crisis response.
7
7
  metadata:
8
8
  author: nahisaho
9
- version: "0.5.1"
9
+ version: "0.5.2"
10
10
  ---
11
11
 
12
12
  # Guidance
@@ -32,8 +32,9 @@ metadata:
32
32
  3. 発達段階や学校文脈を踏まえて、初期対応、継続支援、フォローアップを設計する。
33
33
  4. 保護者連絡文や面談方針が必要なら、役割別に分けて作成する。
34
34
  5. assets/guidance-template.mdを再利用し、専門家連携が必要な場合は必ず明記する。
35
- 6. プロセス全体(緊急度判定の理由、対応フェーズの設計根拠、連携先選定理由)を表示する。
36
- 7. create_fileツールで `SHIDEN_guidance_{YYYYMMDD}_{topic}.md` にプロセスと成果物を保存する。保存完了をユーザーに報告する。
35
+ 6. 成果物(指導案)を先に提示する。
36
+ 7. 次に、プロセス全体(緊急度判定の理由、対応フェーズの設計根拠、連携先選定の根拠)を表示する。
37
+ 8. create_fileツールで `SHIDEN_guidance_{YYYYMMDD}_{topic}.md` に成果物とプロセスログを保存する。保存完了をユーザーに報告する。
37
38
 
38
39
  ## Conditional References
39
40
 
@@ -6,7 +6,7 @@ description: >
6
6
  accommodations, intervention planning, or differentiated instruction.
7
7
  metadata:
8
8
  author: nahisaho
9
- version: "0.5.1"
9
+ version: "0.5.2"
10
10
  ---
11
11
 
12
12
  # Individual Support
@@ -32,8 +32,9 @@ metadata:
32
32
  3. references/common-theory-selection.mdを読み、ZPD、Scaffolding、UDLなどから支援理論を選ぶ。
33
33
  4. 高リスク事案や心理的危機が疑われる場合はreferences/common-safety.mdを読み、専門家連携を明記する。
34
34
  5. assets/individual-template.mdを再利用し、目標、支援戦略、進捗確認方法を整理する。
35
- 6. プロセス全体(到達範囲確認結果、支援理論の選定理由、リスク判定)を表示する。
36
- 7. create_fileツールで `SHIDEN_individual_{YYYYMMDD}_{topic}.md` にプロセスと成果物を保存する。保存完了をユーザーに報告する。
35
+ 6. 成果物(個別支援計画)を先に提示する。
36
+ 7. 次に、プロセス全体(到達範囲確認結果、支援理論の選定理由、リスク判定の根拠)を表示する。
37
+ 8. create_fileツールで `SHIDEN_individual_{YYYYMMDD}_{topic}.md` に成果物とプロセスログを保存する。保存完了をユーザーに報告する。
37
38
 
38
39
  ## Conditional References
39
40
 
@@ -6,7 +6,7 @@ description: >
6
6
  unit lesson flow, or class activity sequence.
7
7
  metadata:
8
8
  author: nahisaho
9
- version: "0.5.1"
9
+ version: "0.5.2"
10
10
  ---
11
11
 
12
12
  # Lesson Plan
@@ -32,8 +32,9 @@ metadata:
32
32
  3. references/common-theory-selection.mdを読み、目標・活動・評価に合う理論を2件以上選ぶ。
33
33
  4. assets/lesson-plan-template.mdを再利用し、導入・展開・まとめ・評価を一貫して設計する。
34
34
  5. 後続で教材や評価を作る可能性があるため、学習目標と観点を明示する。
35
- 6. プロセス全体(指導要領検索結果、理論選定理由、設計判断)を表示する。
36
- 7. create_fileツールで `SHIDEN_lesson-plan_{YYYYMMDD}_{topic}.md` にプロセスと成果物を保存する。保存完了をユーザーに報告する。
35
+ 6. 成果物(授業計画)を先に提示する。
36
+ 7. 次に、プロセス全体(指導要領検索結果、理論選定理由、設計判断の根拠)を表示する。
37
+ 8. create_fileツールで `SHIDEN_lesson-plan_{YYYYMMDD}_{topic}.md` に成果物とプロセスログを保存する。保存完了をユーザーに報告する。
37
38
 
38
39
  ## Conditional References
39
40
 
@@ -6,7 +6,7 @@ description: >
6
6
  slide deck, quiz sheet, handout, or lesson material package.
7
7
  metadata:
8
8
  author: nahisaho
9
- version: "0.5.1"
9
+ version: "0.5.2"
10
10
  ---
11
11
 
12
12
  # Materials
@@ -32,8 +32,9 @@ metadata:
32
32
  3. references/common-theory-selection.mdを読み、注意喚起・練習・振り返りの設計原則を選定する。
33
33
  4. 要求形式に応じてassets/materials-template.mdを再利用し、教材構造を決める。
34
34
  5. 必要に応じて授業計画の目標や時間配分と整合させる。
35
- 6. プロセス全体(指導要領参照結果、理論選定理由、形式選定理由)を表示する。
36
- 7. create_fileツールで `SHIDEN_materials_{YYYYMMDD}_{topic}.md` にプロセスと成果物を保存する。保存完了をユーザーに報告する。
35
+ 6. 成果物(教材)を先に提示する。
36
+ 7. 次に、プロセス全体(指導要領参照結果、理論選定理由、形式選定理由)を表示する。
37
+ 8. create_fileツールで `SHIDEN_materials_{YYYYMMDD}_{topic}.md` に成果物とプロセスログを保存する。保存完了をユーザーに報告する。
37
38
 
38
39
  ## Conditional References
39
40
 
@@ -6,7 +6,7 @@ description: >
6
6
  under-specified, or needs context collection before any education artifact is generated.
7
7
  metadata:
8
8
  author: nahisaho
9
- version: "0.5.1"
9
+ version: "0.5.2"
10
10
  ---
11
11
 
12
12
  # Meta Prompt
@@ -31,8 +31,9 @@ metadata:
31
31
  3. 5問以内で、学年・教科・トピック・目標・制約を優先収集する。
32
32
  4. 情報が十分にそろった時点で質問を打ち切り、構造化メタプロンプトを生成する。
33
33
  5. 後続スキルへ、確定情報と未確定情報を明示して引き継ぐ。
34
- 6. 収集プロセス全体(質問意図、回答の解釈、判断理由)を表示する。
35
- 7. create_fileツールで `SHIDEN_meta-prompt_{YYYYMMDD}_{topic}.md` にプロセスと成果物を保存する。保存完了をユーザーに報告する。
34
+ 6. 成果物(構造化メタプロンプト)を先に提示する。
35
+ 7. 次に、収集プロセス全体(各質問の意図、回答の解釈、後続スキル選定理由)を表示する。
36
+ 8. create_fileツールで `SHIDEN_meta-prompt_{YYYYMMDD}_{topic}.md` に成果物とプロセスログを保存する。保存完了をユーザーに報告する。
36
37
 
37
38
  ## Conditional References
38
39
 
@@ -6,7 +6,7 @@ description: >
6
6
  session defaults matter, or when generated outputs need consistent carry-over.
7
7
  metadata:
8
8
  author: nahisaho
9
- version: "0.5.1"
9
+ version: "0.5.2"
10
10
  ---
11
11
 
12
12
  # Context Manager
@@ -6,7 +6,7 @@ description: >
6
6
  the target prompt is unclear, or execution order must be coordinated.
7
7
  metadata:
8
8
  author: nahisaho
9
- version: "0.5.1"
9
+ version: "0.5.2"
10
10
  ---
11
11
 
12
12
  # Orchestrator
@@ -6,7 +6,7 @@ description: >
6
6
  related theory discovery, or evidence-based instructional rationale.
7
7
  metadata:
8
8
  author: nahisaho
9
- version: "0.5.1"
9
+ version: "0.5.2"
10
10
  ---
11
11
 
12
12
  # Theory Lookup
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "shiden",
3
- "version": "0.5.1",
3
+ "version": "0.5.2",
4
4
  "description": "教育者向けGitHub Copilot Agent Skills - 175件の教育理論+学習指導要領を内蔵、FTS5日本語検索対応",
5
5
  "keywords": [
6
6
  "github-copilot",