Session Start

Initialize session following Anthropic best practices

ytrofr 7793c7e 805 B Updated

File contents

Session Start Protocol (Anthropic Best Practice)

Run these commands to discover current state:

echo "=== GIT STATUS ===" && git status --short && echo && echo "=== BRANCH ===" && git branch --show-current
echo "=== RECENT COMMITS ===" && git log --oneline -5

Session Protocol

  1. Review git status and recent commits above
  2. Identify any uncommitted work or in-progress features
  3. Select ONE task to focus on this session
  4. Work incrementally with frequent commits

Next Step: Select ONE incomplete task and implement incrementally.

Remember:

  • Focus on incremental progress
  • Create checkpoint commits frequently
  • Update status tracking before session end

ytrofr/claude-code-guide/tree/main/template/.claude/skills/session-start commit 7793c7e45e

Frequently asked questions

npx skillmds@latest add ytrofr/session-start