begin-session

Load session context, run diagnostics, and present a task menu.

1|Updated Nov 4, 2025
One-click install
npx skills add https://github.com/eyeinthesky6/SkillKit --skill begin-session
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: begin-session
Source: https://github.com/eyeinthesky6/SkillKit/tree/main/examples/workflows/begin-session
Command: npx skills add https://github.com/eyeinthesky6/SkillKit --skill begin-session

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the initialization of a development session by pre-loading context, running diagnostics, and offering an intelligent task menu to streamline onboarding and planning.

Core Features & Use Cases

  • Load session context from tracking docs and git, enabling faster orientation.
  • Run diagnostics to surface code health, dependencies, and readiness for work.
  • Present an adaptive task menu that prioritizes feature work, fixes, and planning based on diagnostics.
  • Use case: a new sprint starts and begin-session quickly provisions context and recommended next steps.

Quick Start

To begin a session, run the begin-session workflow with your project root and optional tracking docs.

Frequently Asked Questions about begin-session

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I start a development session with automated diagnostics and context loading?

To start a development session, run the begin-session workflow with your project root and optional tracking docs. It automatically loads git context, executes language-specific diagnostic checks, and presents a prioritized task menu for immediate onboarding.

What is a framework adapter system for multi-language project diagnostics?

A framework adapter system detects your project type and executes language-specific diagnostic checks. It enables a single development session initialization workflow to apply across multi-language projects by routing to the correct code health and dependency analysis tools.

Does begin-session work with multi-language projects for feature planning?

Yes, begin-session works with multi-language projects by using its adapter system to detect the project type. It runs appropriate diagnostics and generates an adaptive task menu that guides feature work, fixes, and planning based on the specific code health data found.

Can I load git context and tracking docs to streamline sprint onboarding?

You can load session context from tracking docs and git history to streamline sprint onboarding. This pre-loads relevant project orientation data, surfaces dependency readiness, and provisions recommended next steps to accelerate new sprint planning.

What's the best way to surface code health and dependency readiness before coding?

The best way to surface code health is running automated diagnostics at session start. This workflow checks dependencies and project readiness, then presents an adaptive task menu prioritizing necessary fixes and feature work based on the diagnostic data retrieved.