<h1 align="center">
<a href="https://prompts.chat">
Create protocol-compliant session log with verification-based enforcement. Use when starting a new session to initialize session log with canonical template from SESSION-PROTOCOL.md.
Sign in to like and favorite skills
description: Create protocol-compliant session log with verification-based enforcement. Use when starting a new session to initialize session log with canonical template from SESSION-PROTOCOL.md. argument-hint: [--session-number N] [--objective "text"] allowed-tools:
Create a verified session log using the canonical template from SESSION-PROTOCOL.md.
Current sessions: !
ls -1 .agents/sessions/ | tail -5
Run the session-init automation script with arguments: $ARGUMENTS
pwsh .claude/skills/session-init/scripts/New-SessionLog.ps1 $ARGUMENTS
The script will:
.agents/sessions/ (or use --session-number)git branch --show-current, !git log --oneline -1, !git status --short--session-number N: Optional. Auto-detected by default.--objective "text": Optional. Prompts if not provided.Validation cannot be skipped to ensure protocol compliance.
.claude/skills/session-init/SKILL.md.agents/SESSION-PROTOCOL.md