ClaudingCopilot

ClaudingCopilot

Automated task orchestrator for Claude Code

Each task runs in a fresh Claude Code session for optimal context. Automatic Git workflow and metrics tracking included.

Why ClaudingCopilot?

Everything you need to automate Claude Code workflows

Fresh Context Every Time

Each task launches a new Claude Code session to avoid context pollution and maximize accuracy

Feature-Based Organization

Group tasks by features with numbered folders and automatic ordering

3 Git Modes

Choose your workflow: Strict branching, Simple commits, or No-git mode

Automatic Git Operations

Branches, commits, and merges handled automatically after each task

Web Dashboard

Monitor progress, view logs, and manage projects from a beautiful UI

Metrics Tracking

Track task duration, success rates, and overall project progress

How It Works

From project setup to feature completion in 5 simple steps

1

Create Project

Define your project name and path in the web dashboard. ClaudingCopilot connects to your codebase.

2

Scan Tasks

Import tasks from your /tasks/ folder structure. Features are organized in numbered folders.

3

Start Execution

Click start and Claude Code launches automatically in a fresh terminal with your task context.

4

Auto Git

Branches, commits, and merges are handled automatically. Each task gets its own branch.

5

Track Progress

Monitor metrics, duration, and status in real-time. See exactly where you are in your workflow.

ClaudingCopilot Dashboard

Git Modes

Choose how ClaudingCopilot manages your branches

main feature/auth task-01-01 task-01-02

Full Git Workflow

  • Creates feature/xxx branch from main
  • Creates task-XX-XX-xxx branch for each task
  • Merges task → feature → main
  • Full traceability on GitHub

Best for: Production projects, team collaboration, code review workflows

main work

Simple Commits

  • Creates single work branch from main
  • Direct commits for each task
  • Final merge to main when done
  • Cleaner commit history

Best for: Solo projects, rapid prototyping, simpler workflows

No Git Operations

Tasks execute without version control

No Git Operations

  • ClaudingCopilot skips all git operations
  • Tasks run sequentially without commits
  • You manage version control manually
  • Maximum flexibility

Best for: Existing git workflows, manual control, non-git projects

Quick Start

Get up and running in under 2 minutes

Prerequisites

  • Bun runtime installed
  • Claude Code installed
  • Git installed and configured
  • Initialized Git repository
Terminal
# Clone the repository
git clone https://github.com/argjentin/ClaudingCopilot.git
cd ClaudingCopilot

# Install dependencies
bun install

# Setup database
bun run db:migrate

# Start the server
bun run dev

Open http://localhost:3000 and start automating!