pipeline
Classical end-to-end empirical analysis workflow in the traditional Python econometric stack — pandas + numpy + scipy + statsmodels + linearmodels + pyfixest +…
Diverga Memory System v7.0 - Context-persistent research support with checkpoint auto-trigger and cross-session continuity. Triggers: memory, remember, context, recall, checkpoint, decision, persist, 기억, 맥락, 세션, 체크포인트
$ npx -y skills add brycewang-stanford/Auto-Empirical-Research-Skills --skill memory --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/memoryContext preview
The summary Claude sees to decide when to auto-load this skill.
Diverga Memory System v7.0 - Context-persistent research support with checkpoint auto-trigger and cross-session continuity. Triggers: memory, remember, context, recall, checkpoint, decision, persist, 기억, 맥락, 세션, 체크포인트
name: diverga-memory description: | Diverga Memory System v7.0 - Context-persistent research support with checkpoint auto-trigger and cross-session continuity. Triggers: memory, remember, context, recall, checkpoint, decision, persist, 기억, 맥락, 세션, 체크포인트 version: "12.0.1"
Human-centered research context persistence with:
**English**: "my research", "research status", "where was I", "continue research", "what stage"
**Korean**: "내 연구", "연구 진행", "연구 상태", "어디까지", "지금 단계"
| Command | Description | |---------|-------------| | `/diverga:memory status` | Show project status | | `/diverga:memory context` | Display full context | | `/diverga:memory init` | Initialize project | | `/diverga:memory decision list` | List decisions | | `/diverga:memory archive [STAGE]` | Archive stage | | `/diverga:memory migrate` | Run migration |
| Command | MCP Tool | Description | |---------|----------|-------------| | Read priority | `diverga_priority_read()` | Read 500-char context summary | | Write priority | `diverga_priority_write(context)` | Update context summary | | Full status | `diverga_project_status()` | Project state + checkpoints + decisions | | Check prereqs | `diverga_check_prerequisites(agent_id)` | Verify agent can proceed | | Record decision | `diverga_mark_checkpoint(cp_id, decision, rationale)` | Record and auto-update priority |
Priority context is automatically updated when:
When context window is compressed: 1. Call `diverga_priority_read()` to recover essential project context 2. Call `diverga_checkpoint_status()` to see checkpoint state 3. Call `diverga_project_status()` for full project details
When researcher asks "내 연구 진행 상황은?" or "What's my research status?", automatically load and display context.
**Auto-Detection Keywords**:
**Response Pattern**: 1. Detect keyword match 2. Load `.research/project-state.yaml` 3. Display current stage and progress 4. Show pending checkpoints 5. List available next actions
When `Task(subagent_type="diverga:*")` is called, automatically inject full research context and checkpoint instructions.
**Injection Process**: 1. Detect `diverga:` prefix in subagent_type 2. Read `.research/project-state.yaml` 3. Read `.research/checkpoints.yaml` 4. Inject context into agent prompt 5. Add checkpoint validation wrapper 6. Execute with full research awareness
**Context Injected**:
# Automatically included in agent prompt research_context: project_name: "[from project-state.yaml]" current_stage: "[from checkpoints.yaml]" research_question: "[from project-state.yaml]" methodology: "[from project-state.yaml]" decisions: "[from decision-log.yaml, last 10]" pending_checkpoints: "[from checkpoints.yaml]"
Run `/diverga:memory context --verbose` for full detailed state.
**Available Flags**:
| Level | Icon | Behavior | Example | |-------|------|----------|---------| | REQUIRED | 🔴 | Must complete before proceeding | CP_RESEARCH_DIRECTION | | RECOMMENDED | 🟠 | Strongly suggested | CP_PARADIGM_SELECTION | | OPTIONAL | 🟡 | Can skip with defaults | CP_METHODOLOGY_APPROVAL |
**REQUIRED (🔴) Checkpoints**:
📌 文档结构(2026-07-22 起): 本文件是中文默认入口 —— banner + badges + 信任面 + 9 阶段流水线速览 + 76 行合集总表。 每个合集的完整描述、按用途分组、精确数字、验证方法在 docs/CONTENT_ZH.md(扩展正文,总表行内的 → 直接跳转到对应锚点)。 English version: README-en.md · 中文扩展正文:docs/CONTENT_ZH.md · README-zh-CN.md 已弃用(重定向占位) 🌐 语言: English |
Classical end-to-end empirical analysis workflow in the traditional Python econometric stack — pandas + numpy + scipy + statsmodels + linearmodels + pyfixest +…
Use when the user asks to run a full empirical / causal analysis in Python — by default in the style of an applied economics paper (AER / QJE / JPE / ReStud /…
Classical end-to-end empirical analysis workflow in the traditional Python econometric stack — pandas + numpy + scipy + statsmodels + linearmodels + pyfixest +…
Classical end-to-end empirical analysis workflow in the traditional Stata ecosystem — native Stata + reghdfe + ivreg2 + csdid + did_imputation +…
Classical end-to-end empirical analysis workflow in the modern tidyverse + econometrics R ecosystem — dplyr + tidyr + haven + fixest + sandwich + lmtest +…
Systematic writing framework for philosophy and interdisciplinary academic papers from optimized outline to submission-ready manuscript. Use when users want…