Anabranch
Description
Headless agent that watches your tickets, figures out what it can confidently solve using Cursor & Claude-Code, and creates PRs for your review.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
🌿 Anabranch
**Anabranch is an experimental orchestration layer for autonomous ticket execution.**
Instead of manually prompting an IDE agent for every task, Anabranch monitors your ticketing system, evaluates ticket complexity, and attempts to automatically open pull requests for low-complexity work — asynchronously.
The goal is not to replace coding agents or MCP integrations. The goal is to explore whether the “boring majority” of tickets can be automated reliably without requiring a developer to initiate each interaction.
Anabranch sits above existing AI coding agents and focuses on orchestration, gating, and workflow automation.
The Problem
Modern AI coding agents are powerful, but they are still largely **manual**:
- A ticket appears.
- A developer opens their IDE.
- They prompt an agent.
- They wait.
- They iterate.
- They open a PR.
- A second developer reviews the PR.
This works — but it does not change the interaction model.
For repetitive, well-scoped tickets, this loop may be unnecessary.
Anabranch explores a different model:
What if low-complexity tickets could be processed automatically, and developers only stepped in for review and guidance?
What Anabranch Does
When a ticket is created or updated:
1. Ticket Monitoring
- Listens to Jira via webhooks.
2. AI-Based Assessment
- Evaluates:
- Scope (trivial → huge)
- Confidence level
- Affected repositories
3. Smart Gating
- Proceeds only when confidence and scope thresholds are met.
- Skips ambiguous or high-risk tasks.
4. Autonomous Execution
- Creates isolated git worktrees.
- Delegates implementation to a supported AI coding agent.
- Runs tests.
- Opens a pull request.
5. Human Review
- Developers review, comment, and guide.
- Iteration happens via standard PR workflows.
The interaction becomes asynchronous by default: Developers review outcomes rather than initiate execution.
Getting Started
1. Setup GitHub App
Anab
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11