What problem does it solve? Setting up an isolated workspace for a new feature normally requires manually creating branches, worktrees, and agent configuration, which is error-prone and repetitive in multi-agent development workflows. ## Core Features & Use Cases - Feature Bookmark Creation: Invokes the feature skill to create a feat/<slug> bookmark from a human-readable feature description. - Git Worktree Provisioning: Checks out the feature branch into an isolated directory under <repo-root>/.worktrees/<slug> so changes do not affect the parent checkout. - Crosslink Initialization: Runs crosslink init, creates a derived agent identity (<parent-agent>--<feature-slug>), and syncs shared coordination state. - Use Case: When you ask to "make a worktree for add batch retry logic", the Skill creates the bookmark, spins up .worktrees/add-batch-retry-logic, and prepares a child agent to work there independently. ## Quick Start Ask the assistant to make a worktree for your feature, for example by saying "make a worktree for add batch retry logic".