kickoff

Automate development session initialization with context collection, issue tracking, and branch preparation.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/mporenta/airflow --skill kickoff-mporenta
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: kickoff
Source: https://github.com/mporenta/airflow/tree/main/.claude/skills/kickoff
Command: npx skills add https://github.com/mporenta/airflow --skill kickoff-mporenta

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Streamlines starting new development sessions by gathering essential context, tracking work items, and establishing consistent Git workflows.

Core Features & Use Cases

  • Collects work type, domain, brief description, and success criteria to align on scope
  • Optionally creates or links a GitHub issue with IDS tracking for precise progress
  • Generates a standardized branch name and supports plan mode for implementation design

Quick Start

Initiate a kickoff to collect context, set up issue tracking, plan, and branch.

Frequently Asked Questions about kickoff

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

FAQPage Schema
How do I standardize Git branch naming and gather context when starting new software engineering work?

Standardized branch naming and context gathering are automated by collecting work type, domain, and success criteria, then generating a consistent Git branch name to align development scope.

What's the best way to track work items and link a GitHub issue during a development session kickoff?

Work item tracking is handled through optional GitHub issue creation or linking with IDS tracking, ensuring precise progress monitoring for feature, bug, or refactor work across projects.

Can I use plan mode to design implementation steps before creating a feature branch?

Plan mode integration is supported during the kickoff process, allowing you to design implementation steps while the feature branch is being prepared for the development session.

Does this session initialization workflow support both bug fixes and refactoring tasks?

Session initialization supports feature, bug, and refactor work types across software projects, collecting brief descriptions and success criteria to align on scope for any development task.

What context is collected when automating a development session kickoff?

Context collection gathers work type, domain, brief description, and success criteria to establish clear scope alignment before generating a branch name and integrating with plan mode.