Start a new development session
Creates a timestamped session file to track development progress and goals. Use this to start a new coding session that you can update or end later.
/plugin marketplace add cadrianmae/claude-marketplace/plugin install session-management@cadrianmae-claude-marketplacenameStart a new development session by creating a session file in .claude/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 .claude/sessions/.current-session to track the active session filename.
Confirm the session has started and remind the user they can:
/session-update/session-end/startInitiates the task orchestration workflow using the three-agent system (task-orchestrator, task-decomposer, and dependency-analyzer) to create a comprehensive execution plan.