- Date and Time: !`date +%Y-%m-%d\ %I:%M\ %p`
Creates a new development session file with timestamp and tracks active session.
/plugin marketplace add mrclrchtr/cc-marketplace/plugin install session@cc-marketplacedate +%Y-%m-%d\ %I:%M\ %pIf $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:
/project:session-update/project:session-end