/ start-session
Begin a work session. Check active work, surface blockers, get oriented.
The /start-session command kicks off a work session. It reads
your project state, checks for active and stale issues, and presents a
dashboard so you know where things stand before you start.
Usage
/start-session Or just say it naturally:
what's going on pick up where I left off What Happens
- Fetch active issues: Pulls all issues currently in progress or blocked across your active projects
- Group by milestone: Organizes work by milestone and identifies which milestone is current (cloud tier; local tier groups issues by status)
- Present dashboard: Shows a status overview of where everything stands
- Suggest a starting point: Recommends what to pick up based on priority and context
- Check for stale issues: Flags issues that have gone quiet and may need attention
When to Use It
Run this at the start of every work session. It replaces the mental overhead of remembering where you left off. The dashboard gives you a clear picture and a suggested next step, so you can get moving without digging through your issue tracker.
Best Practices
- Start every session here. It loads the full project context your AI assistant needs to help effectively
- Address stale and blocked issues before starting new work
- Pair with
/wrap-sessionat the end to keep your state clean
Related Commands
/wrap-session: End session with a summary/activate: Start work on a specific issue/status: Quick status check anytime