Prime your context for this session. Do the following in parallel where possible:
- •List all files in the current working directory (non-recursively first, then one level deep).
- •Find and read any README, README.md, CONTRIBUTING.md, or similar documentation files in the current directory.
- •Check for common project markers and read them if present:
- •package.json, Cargo.toml, pyproject.toml, go.mod, Makefile, justfile, flake.nix, shell.nix
- •.claude/settings.json, .claude/CLAUDE.md, CLAUDE.md
- •.envrc, .tool-versions, mise.toml
- •If this is a git repo, run
git log --oneline -10to see recent activity.
After gathering context, provide a concise summary:
- •What this project is and what it does
- •Key directories and their purpose
- •Language/framework/tooling in use
- •Any conventions or patterns visible from the config files
- •Recent git activity
Keep the summary dense and useful. Skip anything that adds no value.