Save, update, and resume durable analysis state for UChicago analytics work. Use when a conversation reaches a logical checkpoint, before context gets large, before compaction, after dataset discovery, after definitions are confirmed, after scenario setup, or when creating repeatable project-local instructions.
How this skill is triggered — by the user, by Claude, or both
Slash command
/uchicago-data-analytics:analysis-stateThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Turn a useful conversation into durable project knowledge so future Claude Code
Turn a useful conversation into durable project knowledge so future Claude Code sessions can resume without rediscovering decisions.
Do not call this "memory" to users. Say "save analysis state" or "save reusable analysis notes."
Offer at logical checkpoints:
Use simple wording:
We’ve reached a good save point. I can save the decisions so a future session
can pick up from here. Suggested name: <analysis-name>. Should I save it?
Under work/<analysis-name>/, create/update only files that fit the analysis:
ANALYSIS.md # goal, route, decisions, assumptions, latest result
DATASETS.md # files, aliases, sheets, grains, keys, caveats
DEFINITIONS.md # confirmed business terms, metrics, formulas
SCENARIOS.md # baseline, parameters, scenario results
QUESTIONS.md # open questions and next steps
outputs/ # generated extracts
reports/ # generated reports local to the analysis
Never overwrite source data. Append/update notes carefully; preserve user edits.
When an analysis becomes repeatable, offer to create:
work/<analysis-name>/skills/<analysis-name>/SKILL.md
The local skill should instruct future sessions to load the state files first and preserve confirmed definitions unless the user changes them.
Capture:
Do not save credentials, identifiers, or sensitive row-level examples.
Guides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.
npx claudepluginhub uchicago-its-abis/uchicago-claude-plugins --plugin uchicago-data-analytics