Skip to content
/ erk Public
forked from dagster-io/erk

erk is a tool for the orchestration and management of plan-oriented agentic engineering.

License

Notifications You must be signed in to change notification settings

astorrs/erk

 
 

Repository files navigation

erk

erk is a CLI tool for plan-oriented agentic engineering: create implementation plans with AI, save them to GitHub, execute them in isolated worktrees, and ship code via automated PR workflows.

Read the Documentation for complete guides, tutorials, and reference.

For the philosophy and design principles behind erk, see The TAO of erk.

Quick Start

# Install prerequisites: python 3.10+, claude, uv, gt, gh

# Install erk
uv tool install erk

# Initialize in your repo
erk init

# Verify setup
erk doctor

Then follow Your First Plan to learn the workflow.

The Workflow

The primary workflow: plan → save → implement → ship. Often completes without touching an IDE.

# 1. Plan (in Claude Code)
claude
# → develop plan → save to GitHub issue #42

# 2. Implement
erk implement 42

# 3. Submit PR
erk pr submit

# 4. Address feedback
/erk:pr-address

# 5. Land
erk pr land

See The Workflow for the complete guide.

Documentation

Section Description
Getting Started Setup, installation, first tutorial
Concepts Worktrees, stacked PRs, plan mode
Guides Workflows for common tasks
Reference Commands, configuration, file locations
Troubleshooting Common issues and solutions

About

erk is a tool for the orchestration and management of plan-oriented agentic engineering.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.7%
  • Other 0.3%