setup-workflow

module
v0.0.0-...-1783878 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 26, 2026 License: MIT

README

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:

  1. Configuring a template repository (first time only)
  2. Selecting your issue tracker (Jira, GitHub, Linear)
  3. 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

  1. Fork the repository
  2. Create a feature branch
  3. Make your changes
  4. Run tests: make test
  5. Open a Pull Request

License

MIT License - see LICENSE for details.

Directories

Path Synopsis
cmd
setup-workflow command
internal
testutil
Package testutil provides test helpers for setup-workflow tests.
Package testutil provides test helpers for setup-workflow tests.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL