kickoff

Launch persistent background Claude agents for end-to-end feature implementation.

6|3|Updated Jun 25, 2026
One-click install
npx skills add https://github.com/dollspace-gay/crosslink --skill kickoff-dollspace-gay
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: kickoff
Source: https://github.com/dollspace-gay/crosslink/tree/main/crosslink/resources/claude/skills/kickoff
Command: npx skills add https://github.com/dollspace-gay/crosslink --skill kickoff-dollspace-gay

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

AI coding agents lose all context between sessions, forcing you to re-explain work, re-share files, and re-trace steps every time you resume a task. This Skill eliminates that friction by launching a persistent background Claude agent that handles full feature implementation without losing progress across sessions.

Core Features & Use Cases

  • End-to-end feature delegation: Automates worktree creation, prompt building, session launch, and post-implementation verification via the crosslink CLI.
  • Flexible runtime options: Run the agent locally via tmux or in a docker/podman container for isolated execution.
  • Configurable verification: Choose between local test checks, CI-backed draft PR validation, or thorough adversarial self-review based on your needs.
  • Use Case: If you need to add batch retry logic to your authentication module, use this Skill to kick off a background agent that implements the feature, runs tests, and prepares a PR without interrupting your current work.

Quick Start

Use the kickoff skill to launch a persistent background Claude agent that implements the batch retry logic feature for the authentication module end-to-end.

Frequently Asked Questions about kickoff

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

FAQPage Schema
How do I stop losing context when resuming AI coding agent sessions for feature implementation?

To stop losing context between AI coding agent sessions, use a persistent background agent that maintains continuous execution via tmux or docker for end-to-end feature implementation, eliminating the need to re-explain work or re-share files across sessions.

How do I automate worktree setup and session management for a background Claude agent?

Automate worktree setup and session management for a background Claude agent by using a feature delegation tool that handles prompt generation, session launch via tmux, and post-implementation verification through the crosslink CLI automatically.

Can I run a background AI coding agent in a docker or podman container for isolated execution?

Yes, you can run a background AI coding agent in a docker or podman container for isolated execution. This flexible runtime option allows local tmux execution or containerized environments to handle full feature implementation safely.

What verification options are available after a background agent finishes feature implementation?

Configurable verification options after feature implementation include local test checks, CI-backed draft PR validation, or thorough adversarial self-review. You select the verification depth level based on your specific project requirements and quality standards.

Does the background agent execution prevent unauthorized branch modifications during feature implementation?

Yes, background agent execution includes safe execution guardrails that prevent unauthorized branch modifications during feature implementation. These guardrails ensure automated worktree creation and session management operate within secure boundaries.

When should I use a persistent background agent instead of interactive AI coding sessions?

Use a persistent background agent instead of interactive sessions when you need full feature delegation without interrupting current work. It is ideal for end-to-end tasks like adding batch retry logic, where automated PR preparation and testing are required.