Log a work session for an initiative
Creates a session log documenting work completed on an initiative.
/plugin marketplace add hhopkins95/project-tracker/plugin install project-tracker@project-tracker-mpCreate a session log documenting work done on an initiative.
Identify the initiative:
$PROJECT_TRACKER_WORKSPACE/initiatives/active/ first, then backlog/Gather session details:
Create the session file at:
$PROJECT_TRACKER_WORKSPACE/initiatives/{state}/{slug}/sessions/{YYYY-MM-DD}-{description}.md
---
date: '{today's date YYYY-MM-DD}'
branch: {branch if provided}
---
# {description}
## Context
{Why this session was needed - can be brief}
## Completed
- [x] {completed item 1}
- [x] {completed item 2}
## Decisions Made
- {decision 1}
## Blockers / Open Questions
- {blocker if any}
## Next Session
- [ ] {next step 1}
- [ ] {next step 2}
## Files Changed
- `{file1}`
- `{file2}`
User runs: /log-session user-auth
You ask about what was accomplished, decisions, next steps...
You create: $PROJECT_TRACKER_WORKSPACE/initiatives/active/user-auth/sessions/2026-01-05-jwt-implementation.md