Use session files to track development progress and goals. These files are located in docs/sessions/
and should be created for each new development session.
Always check current time and date with date
command before write date related information in session files.
Use the following format for session files:
start: Start a new development session by creating a session file in docs/sessions/
with the format YYYY-MM-DD-HHMM-{NAME}.md.
The session file should begin with:
- Session name and timestamp as the title. name should be descriptive of the session's focus.
- Session overview section with start time
- Goals section (ask user for goals if not clear)
- Empty progress section ready for updates