What problem does it solve? Manually setting up isolated environments, writing agent prompts, and managing background sessions for autonomous feature implementation is repetitive and error-prone. This Skill delegates all of that to the crosslink kickoff run CLI, which handles worktree creation, prompt generation, and session launch in one step. ## Core Features & Use Cases - Background Agent Launch: Starts a Claude agent in a tmux session or a docker/podman container to implement a feature autonomously. - Configurable Verification Levels: Choose between local tests, CI-driven draft PRs, or thorough adversarial self-review via the --verify flag. - Issue Integration: Attach the work to an existing crosslink issue with --issue, or let the CLI create one automatically. - Use Case: You want a background agent to add batch retry logic while you keep working. You describe the feature, the Skill launches the agent in tmux, and you later attach to the session or check its status. ## Quick Start Kick off a background agent to add batch retry logic with CI verification.