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.