TabSplitAI
Splits AI coding workflows into plan, implement, review, and evaluate steps, routing each to a different AI subscription to manage costs and prevent budget overuse.
README
TabSplitAI
A workflow engine for managing AI coding spend: it splits a plan → implement → review → evaluate loop across separate AI subscriptions, so each step runs against the budget best suited for it instead of every token going through whichever single tool you happen to be driving the session in.
The problem: subscriptions don't share a budget
If you have access to more than one AI coding tool, they're billed separately and the usage isn't fungible between them — a Claude subscription has its own monthly allowance, a Copilot subscription has another, and a local model (Ollama, etc.) runs free but only handles lighter work. Left alone, a session routes every task — architecture, implementation, review — through whatever tool you happened to start in. There's no built-in way to push the expensive, high-volume work onto the subscription with more headroom and keep the low-volume, high-leverage work on the one with less.
What TabSplitAI does
It hard-splits the workflow into four steps — plan, implement, review, evaluate — and assigns each to a specific agent identity, so usage lands on the subscription/budget you intend:
- Plan & evaluate (low-volume: once per phase/iteration) run on one agent.
- Implement & review (high-volume: every iteration, sometimes more than once per bug) run on a different agent, so the frequent work doesn't eat the budget reserved for planning.
State for all of this — current step, iteration count, whose turn it is — lives in workflow-state.json, so at any point there's one unambiguous answer to what stage the project is at.
Other benefits
As a side effect of separating the steps into distinct agent identities, TabSplitAI also enforces that no agent reviews its own work: the engine records which agent implemented each iteration and refuses to let that same agent review it. This is structural, not a convention — reviewMode can be swapped between reviewers without changing how the guard works.
The long-term goal (Phase 7, in progress) is a fully unattended driver: point a session at this MCP server once with a goal, and it loops through plan/implement/review/evaluate on its own, dispatching to real tool integrations (e.g. gh for Copilot, a headless CLI invocation for Claude) until the project is complete or hits a guardrail.
Requirements
ghCLI installed and authenticated (gh auth login) — used to create/poll issues and PRs for Copilot-Builder/Reviewer.- Target GitHub repo has the Copilot coding agent enabled (GitHub Enterprise/Business tier —
drivepolls for a PR linked to an@copilot-assigned issue and fails if none appears). claudeCLI on PATH — used for the plan/evaluate steps (claude -p, inherits this repo'sCLAUDE.md).
Usage
npm run cli status # whose turn is it
npm run cli transition <status> # advance workflow-state.json
npm run cli drive [dir] [goal] # unattended plan/implement/review/evaluate loop
npm run dev # run as MCP server
Status
- Phases 0–6 complete: file-based MVP, workflow automation, reviewer routing with the same-agent guard, full MCP service migration, standalone packaging.
- Phase 7 (unattended headless driver) — in progress, iteration 13.
- Known limitation: no bootstrap/init command yet.
driveexpectsworkflow-state.jsonand thedocs/skeleton to already exist in the target repo — create them by hand before the first run.
See docs/01-project-plan.md for the full architecture and CLAUDE.md for the role rules every agent in this repo operates under.
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。