Workflow skill
Dev Worktree Skill
Set up or resume the right workspace before feature work.
Install command
AI DevKit installs its built-in skills as one curated set. Run this once to install dev-worktree with the rest of the built-in workflow skills.
npx ai-devkit@latest skill add --built-inWhat it does
Use dev-worktree when starting, resuming, or switching feature work. It keeps workspace setup separate from implementation so agents begin from the correct branch, worktree, and repository context.
When to use it
- Start feature work in the right workspace
- Resume an existing lifecycle task
- Avoid mixing unrelated repository changes
Supported agents
Claude CodeCodexCursoropencode
Related skills
Workflow
Dev Lifecycle
Orchestrate requirements, design, planning, implementation, testing, and review.
Workflow
Dev Requirements
Capture and review requirements before design or implementation.
Workflow
Dev Design
Validate architecture and design trade-offs against requirements.
Workflow
Dev Planning
Create and reconcile implementation plans from requirements and design.