session-log
Create or update a session log to capture decisions, changes, and progress.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Create or update a session log to capture decisions, changes, and progress.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
End-to-end empirical data analysis workflow for R or Python projects.
Find and assess datasets for a research question.
Repository-wide consistency audit for skills, hooks, rules, and docs.
Systematic literature review workflow using parallel librarian agents.
Structured interview and project-spec workflow for new research ideas.
Proofreading workflow for academic manuscripts and papers.
| name | session-log |
| description | Create or update a session log to capture decisions, changes, and progress. |
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 short description of what to log.
$ARGUMENTS is create, or no session log exists in quality_reports/session_logs/ -> Create modequality_reports/plans/ if one exists.git log --oneline -10.quality_reports/session_logs/ if it is missing before saving.quality_reports/session_logs/YYYY-MM-DD_short-description.md.$ARGUMENTSIN PROGRESSDecision:Tell the user where the log was created.
quality_reports/session_logs/.git diff --stat and git log --oneline -5.Decision: [text]COMPLETED.Tell the user what was added or updated.
For session-log.md, resolve templates in this order:
plugins/social-science-research/templates/session-log.md in repo-scoped installstemplates/session-log.md when working inside the plugin repoDecision: so hooks and recovery workflows can parse them later.