Запуск фонового агента на реализацию фичи
★ 6.9 · vibe-coding
Старт работы над задачей (Kickoff) is a Claude Code skill that launches a background Claude agent in tmux (or Docker/Podman) to implement a feature end-to-end. Worktree creation, KICKOFF.md prompt building, and session launch are fully delegated to the `crosslink kickoff run` CLI. Reach for it when you want to hand off a task and walk away: "kick off an agent to add batch retry logic", "implement this feature in a separate branch while I focus elsewhere", "spin up a background worker for this issue". The skill accepts a feature description plus flags: `--verify` (local / ci / thorough — from local tests only up to opening a draft PR and waiting for CI), `--issue` to attach an existing crosslink issue, `--container docker|podman` instead of local tmux, `--model`, and `--timeout`. After launch it prints how to attach (`tmux attach -t <session>`) and check status (`crosslink kickoff status <agent-id>`). Prerequisites: `tmux` and `claude` for local mode; `gh` is also required when using `--verify ci` or `--verify thorough`. This skill starts a new agent for a task — not monitors an existing one (use the check skill for that). Not suitable when tmux and a container runtime are both unavailable; never force-pushes or deletes branches.
- #background-agents
- #tmux
- #multi-agent-orchestration
- #crosslink
- #feature-automation