setup-workflow
A CLI tool that bootstraps AI-assisted development workflows for Claude Code.
What it does
setup-workflow automates the tedious setup of Claude Code workflows. Instead of manually creating .claude/ directories, copying templates, and configuring agents, you run one command and get a fully configured workflow with specialized AI agents for your tech stack.
Installation
# Using Go
go install github.com/LeeW7/setup-workflow/cmd/setup-workflow@latest
# Or build from source
git clone https://github.com/LeeW7/setup-workflow.git
cd setup-workflow
make build && make install
Pre-built binaries are available on the Releases page.
Quick Start
# Navigate to your project (must have CLAUDE.md and be a git repo)
cd /path/to/your/project
# Run the setup wizard
setup-workflow init
The wizard guides you through:
- Configuring a template repository (first time only)
- Selecting your issue tracker (Jira, GitHub, Linear)
- Setting up your workflow
Commands
| Command |
Description |
init |
Initialize workflow for current project |
update |
Pull latest templates and update |
audit |
Preview changes without applying them |
config |
Manage template repositories |
version |
Show version info |
Documentation
Requirements
- Claude Code installed
- Git repository with a
CLAUDE.md file
- Go 1.21+ (for building from source)
Contributing
- Fork the repository
- Create a feature branch
- Make your changes
- Run tests:
make test
- Open a Pull Request
License
MIT License - see LICENSE for details.