Start Session banner
enuno enuno

Start Session

Development community

Description

--- description: "Initialize a new Claude coding session: capture project status, load key context, and record developer intent." allowed-tools: ["Read", "Search", "Bash(git:status)", "Bash(git:branch)", "Bash(git:log)", "Edit"] author: "Engineering Standards Committee" version: "1.0" --- # Start Session ## Purpose Initialize a productive coding session by establishing context, understanding project state, and aligning on session goals. ## Session Initialization Steps ### 1. Load Project Con

Installation

Installs to ~/.claude/commands/enuno-claude-command-and-control-start-session.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/enuno/claude-command-and-control/HEAD/.claude/commands/start-session.md -o ~/.claude/commands/enuno-claude-command-and-control-start-session.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository