Jagged Tools

Jagged Tools

Multi-agent coding from your terminal

A coordinator agent analyzes your task, spawns parallel workers in isolated git worktrees, and merges the results automatically.

curl -fsSL https://jagged.tools/install | sh
Get Started

Features

Multi-Agent Orchestration

A coordinator agent analyzes your task, breaks it into independent pieces, and spawns specialized worker agents. Each worker focuses on one part while the coordinator manages the overall plan.

Isolated Git Worktrees

Every worker agent operates in its own isolated git worktree. Changes are developed in parallel without conflicts, then merged through a coordinated refinery process.

DAG Workflows

Define task dependencies as directed acyclic graphs. Formula templates let you compose reusable workflow patterns that scale across projects.

Automated Merge Refinery

Workers push to an automated merge queue that rebases, runs tests, and performs fast-forward-only merges. No manual conflict resolution needed.

Coming Soon: JaggedToolbox — a GUI wrapper for visual workflow management

Get Started in Seconds

One command to install. Runs in your terminal.

curl -fsSL https://jagged.tools/install | sh
Linux x64 Linux ARM64 macOS x64 macOS ARM64

About

JaggedTools is a multi-agent coding assistant that runs entirely from your terminal. Instead of a single AI working through your task linearly, a coordinator agent breaks work into independent pieces and spawns parallel worker agents — each in its own isolated git worktree.

Workers develop changes simultaneously without conflicts. When they're done, an automated merge refinery rebases, tests, and fast-forward merges everything back together. You get the output of a team of developers from a single terminal command.

Get in Touch