You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/skills/data-science-for-intelligence/SKILL.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,11 +25,13 @@ Apply this skill when:
25
25
- ✅ Constructing influence networks from voting alignment patterns
26
26
- ✅ Forecasting trends in party support or politician effectiveness
27
27
- ✅ Clustering politicians or parties by voting similarity
28
+
- ✅ Modelling Swedish economic transmission chains using IMF macro context plus SCB KPI/AKU/HEK/fuel-price series and Riksbank policy-rate/minutes signals
Copy file name to clipboardExpand all lines: .github/skills/riksdag-regering-mcp/SKILL.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,6 +23,7 @@ Provide comprehensive access to Swedish political data through the `riksdag-rege
23
23
4.**Real-Time Access**: Latest parliamentary and government activities
24
24
5.**GDPR Compliance**: Public interest basis (Article 6(1)(e)), no personal data beyond official capacity
25
25
6.**Multi-Source Integration**: Riksdag documents + Government publications
26
+
7.**Quantitative Context Handoff**: Pair parliamentary evidence with SCB/Riksbank helper outputs when domestic economic transmission matters; keep IMF as cross-country macro canon and SCB/Riksbank as Swedish ground truth.
26
27
27
28
## Available Tools (32 Total)
28
29
@@ -112,6 +113,7 @@ Provide comprehensive access to Swedish political data through the `riksdag-rege
112
113
-**Electoral Research**: Historical trends, party evolution
113
114
-**Transparency Dashboards**: Real-time political metrics
Copy file name to clipboardExpand all lines: analysis/templates/comparative-international.md
+15-1Lines changed: 15 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -159,6 +159,21 @@ graph TB
159
159
160
160
---
161
161
162
+
## 🇸🇪 Swedish Ground-Truth Transmission Layer (SCB + Riksbank)
163
+
164
+
> Use this table whenever the Swedish measure depends on domestic price, labour-market, household-income or monetary-policy transmission. IMF remains primary for cross-country macro; SCB and Riksbank supply the Swedish-specific ground truth. Fetch with `tsx scripts/scb-fetch.ts preset --preset <cpi|aku|household-economy|fuel-prices> --persist` and `tsx scripts/riksbank-fetch.ts <repo-rate-path|minutes|fuel-price-context> --persist`.
165
+
166
+
| Transmission step | Swedish source | Required provenance | Current value | Timing / lag | Analytical use |
| Monetary-policy pass-through | Riksbank `repo-rate-path` + `minutes`|`economicProvenance.provider="riksbank"`| — | Per monetary-policy decision | Check whether fiscal relief conflicts with the Riksbank inflation path |
172
+
173
+
> **Interpretation:** State the Swedish mechanism explicitly: instrument → SCB/Riksbank metric → household / labour / sentiment channel → expected political salience. Never relabel SCB or Riksbank data as IMF; use IMF only for cross-country macro/fiscal comparators.
174
+
175
+
---
176
+
162
177
## 📘 Policy-Transfer Assessment
163
178
164
179
| Question | Answer | Evidence |
@@ -216,4 +231,3 @@ graph TB
216
231
-[ ]**Cross-references resolve** — every `[link](file.md)` in this artifact points to a file that exists in the run folder (`analysis/daily/$ARTICLE_DATE/$SUBFOLDER/`) or to a methodology / template under `analysis/`.
217
232
-[ ]**Mermaid renders** — every fenced ` ```mermaid ` block parses (no missing class definitions, no orphan nodes, no >40-node graphs that overflow viewport on mobile).
218
233
-[ ]**Line-floor check** — artifact length ≥ the per-artifact floor in [`reference-quality-thresholds.json`](../methodologies/reference-quality-thresholds.json); shorter artifacts trigger Pass-2 rewrite, never a `[truncated]` note.
> Complete this block for assessments where economic transmission affects intent, timing or voter impact. It is a Swedish ground-truth layer and complements — but does not replace — IMF macro/fiscal context.
| Labour-market sensitivity |`tsx scripts/scb-fetch.ts preset --preset aku`|`scb`| — | Does unemployment amplify or mute the political signal? |
167
+
| Household exposure |`tsx scripts/scb-fetch.ts preset --preset household-economy`|`scb`| — | Which voter segments face the strongest disposable-income effect? |
168
+
| Monetary-policy reaction function |`tsx scripts/riksbank-fetch.ts repo-rate-path` + `tsx scripts/riksbank-fetch.ts minutes`|`riksbank`| — | Does the Riksbank path support or contradict the claimed transmission? |
169
+
170
+
**Assessment note:** Cite concrete SCB/Riksbank values before making a forecast about disposable income, consumer sentiment or polling impact. If either source is unavailable, label the gap and fall back to cached `analysis/data/scb/` or `analysis/data/riksbank/` artifacts.
171
+
172
+
---
173
+
159
174
## 🚩 Red Flags (elevate scrutiny)
160
175
161
176
| Signal | Meaning | Recommended action |
@@ -211,4 +226,3 @@ flowchart TD
211
226
-[ ]**Cross-references resolve** — every `[link](file.md)` in this artifact points to a file that exists in the run folder (`analysis/daily/$ARTICLE_DATE/$SUBFOLDER/`) or to a methodology / template under `analysis/`.
212
227
-[ ]**Mermaid renders** — every fenced ` ```mermaid ` block parses (no missing class definitions, no orphan nodes, no >40-node graphs that overflow viewport on mobile).
213
228
-[ ]**Line-floor check** — artifact length ≥ the per-artifact floor in [`reference-quality-thresholds.json`](../methodologies/reference-quality-thresholds.json); shorter artifacts trigger Pass-2 rewrite, never a `[truncated]` note.
0 commit comments