Initial commit
This commit is contained in:
19
commands/start.md
Normal file
19
commands/start.md
Normal file
@@ -0,0 +1,19 @@
|
||||
---
|
||||
description: Start a new development session
|
||||
argument-hint: [name]
|
||||
allowed-tools: Bash, Write, AskUserQuestion
|
||||
---
|
||||
|
||||
Start 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:
|
||||
1. Session name and timestamp as the title
|
||||
2. Session overview section with start time
|
||||
3. Goals section (ask user for goals if not clear)
|
||||
4. Empty progress section ready for updates
|
||||
|
||||
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:
|
||||
- Update it with `/session-update`
|
||||
- End it with `/session-end`
|
||||
Reference in New Issue
Block a user