What problem does it solve?
This Skill enforces a consistent startup and shutdown discipline for AI-assisted development sessions to prevent lost work, undocumented changes, and inconsistent session state across collaborators and tools.
Core Features & Use Cases
- Orientation Summary: Reads AI/nextSteps.md and related orientation files and produces a one-sentence session summary to establish context.
- Git and PR Hygiene: Checks git status and recent commits, enforces branching before edits, and identifies Dependabot PRs for inclusion in the session plan.
- AI Session File Maintenance: Updates WORKLOG, CHANGES, COMMANDS, and COMMIT_INFO at session end and guides commits and PR creation without pushing directly to main.
- Use Case: At the start of a paired development session, run the Skill to summarise outstanding work, confirm branch state, and ensure Dependabot updates are captured in nextSteps before coding begins.
Quick Start
Ask the session-workflow agent to run startup checks, summarise AI/nextSteps.md in one sentence, report uncommitted changes, and advise the branch to use.