Skip to content

Work create

work create - Create a new workspace for parallel development

Creates a new git worktree in a sibling directory for parallel development with Claude.

The workspace is created in a sibling directory with the naming pattern: -

This allows you to work on multiple features simultaneously with separate Claude Code sessions. Use --debug to enable detailed logging to out/logs/work/.

Flags

Flag Description
--from (default: main) Base branch to create from
--path Custom path for workspace (default: ../-)
-d, --debug (default: false) Enable debug logging

Notes

Expected Output:

  • New git worktree in sibling directory
  • Ready for parallel Claude Code session

Examples

work create feature/authentication
work create bugfix/issue-123 --from=develop
work create feature/api --path=../custom-path
work create feature/test --debug

See Also


Tutorials | How-to Guides | Explanation | Reference

You are here: Reference — information-oriented technical descriptions of the system.