ワンクリックで
session-start
Start a new development session with optional name. Use when beginning significant work or wanting to track progress.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Start a new development session with optional name. Use when beginning significant work or wanting to track progress.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
End the current session with comprehensive summary of work done. Use when completing significant work or stopping for the day.
Add notes and progress to the current session. Use when tracking changes, issues, or accomplishments.
Critically review uncommitted git changes (staged + unstaged + untracked) before committing.
Show the current active session status including duration and recent updates. Use when checking progress or session state.
Show help and reference for the session management system. Use when learning how sessions work or available commands.
List all development sessions with their titles and dates. Use when reviewing past work or finding a specific session.
| name | session-start |
| description | Start a new development session with optional name. Use when beginning significant work or wanting to track progress. |
| argument-hint | ["session-name"] |
| disable-model-invocation | true |
| allowed-tools | Bash(date:*),Read,Write |
date -Idate -Ihours -Iminutes -IsecondsIf $ARGUMENTS is provided, use it to determine a applicable session name; otherwise, use a timestamp only.
Start a new development session by creating a session file in .sessions/ with the format YYYY-MM-DD-HHMM-$ARGUMENTS.md (or just YYYY-MM-DD-HHMM.md if no name provided).
The session file should begin with:
After creating the file, create or update .sessions/.current-session to track the active session filename.
Confirm the session has started and remind the user they can:
/session:session-update/session:session-end