session-log
Create or update a session log capturing decisions, changes, progress. Use to document what was accomplished during a work session.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Create or update a session log capturing decisions, changes, progress. Use to document what was accomplished during a work session.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
End-to-end data analysis in R or Python — exploration through regression to publication-ready tables and figures. Use when running empirical analysis, writing analysis code, or producing output from data.
Find and assess datasets for a research question. Explorer agents search data source categories; Explorer-Critic stress-tests candidates and produces ranked list with feasibility grades. Use when identifying or evaluating data sources, not searching papers or running analysis.
Start a new research project. Structured interview formalizes the idea; generates research questions with identification strategies and a project spec. Use when developing or documenting a new research idea, not searching literature or data.
Proofread papers and manuscripts. Checks grammar, typos, layout, consistency, writing quality. Produces report without editing files. Use when finding surface-level errors, not substantive academic critique.
Verify every quantitative claim in the paper traces to an analysis output file, and no important output was omitted. Use when checking the paper matches the analysis before submission.
Interactive wizard that configures the social-science-research plugin for a new project. Asks about field, institution, journals, datasets, key researchers, R palette; writes answers to references/domain-profile.md and CLAUDE.md. Use first when starting fresh or configuring the plugin.
| name | session-log |
| description | Create or update a session log capturing decisions, changes, progress. Use to document what was accomplished during a work session. |
| when_to_use | log this session, create session log, update session log, save progress, record what we did, what did we do today, document session work |
| argument-hint | [create | update | 'description of what to log'] |
| allowed-tools | ["Read","Grep","Glob","Write","Edit","Bash"] |
Create or update a session log to capture decisions, changes, and progress.
Input: $ARGUMENTS — create for a new log, update to append to the most recent log, or a description of what to log.
$ARGUMENTS is create or no session log exists in quality_reports/session_logs/ → Create modequality_reports/plans/ (if any) to auto-populate Objectivegit log --oneline -10 to see recent commitscat "${CLAUDE_PLUGIN_ROOT}/templates/session-log.md" (templates ship inside the plugin and are not copied into the project)quality_reports/session_logs/YYYY-MM-DD_short-description.md$ARGUMENTSDecision:)Tell the user the log was created and where.
quality_reports/session_logs/git diff --stat and git log --oneline -5 to see what changed since last update$ARGUMENTS contains decision text, add as Decision: [text]Tell the user what was added to the log.