What problem does it solve? Starting a work session means manually checking git state, open PRs, health checks, and project boards, while ending one means remembering to run tests, merge PRs, commit docs, and push — this Skill automates both bookends of a development session. ## Core Features & Use Cases - Session Start Briefing: Collects git state, open PRs, board items, alerts, health checks, and queue status into one JSON blob via a TypeScript CLI, then renders a concise prioritized briefing and task list. - Session End Workflow: Runs configured test/build commands, offers to merge open PRs via gh, commits doc updates, checkpoints session state, pushes the branch, and renders a summary with diff statistics. - Use Case: A developer returning to a repo runs session start to get a catch-up briefing with a prioritized task list, works through it, then runs session end to test, merge their PR, commit docs, and push in one guided flow. ## Quick Start Ask the AI to start my session and give me a briefing of the repo state, open PRs, and what to work on first.