Skip to content
More Than CodeBETA

Automate

Automate the repetitive work, safely, checkpoint by checkpoint.

Headless Missions on a dedicated branch, one commit per step, auto-retry, auto-merge. Never blocks on a human.

TaskForce automation

Inside TaskForce

Missions & Tasks

A Mission is an ordered plan; each Task runs as a fresh session with its own context.

Headless runs

Runs bypassPermissions and blocks AskUserQuestion, so a Task never blocks on a human.

Checkpoint commits

A dedicated branch per Mission; each file-changing Task makes a checkpoint commit.

Structured output

Per-Task results follow a JSON Schema and are validated.

Mission Groups

A DAG of Missions: members with no pending deps run in parallel.

Templates & inputs

Reusable Mission Templates; typed inputs with {{inputs.*}} templating validated upfront.

Safe, step by step

A checkpoint per step, roll back on error.

Every Mission runs on its own git branch (worktree). Each file-changing Task creates a checkpoint commit to track and roll back step by step. Transient errors retry automatically and reset to the checkpoint before trying again.

  • A dedicated git branch per Mission (worktree).
  • A checkpoint commit per file-changing Task (stores commitSha).
  • Retries up to maxRetries, resetting to the checkpoint first.
  • Squash-on-finish: collapse checkpoints into one commit (manual message or AI-generated from the diff).
Checkpoint commits and retries

Finish unattended

Auto-merge, auto-resume, auto-alert.

On finish, a Mission can auto-merge its clean branch into the default; conflicts follow an abort policy or let AI resolve them headless. When the provider hits its usage limit, the Mission resumes on its own once the window resets, no babysitting.

  • Auto-merge a clean branch into default; AI resolves conflicts headless (abort/resolve policy).
  • Auto-resume by usage limit when the window resets.
  • A per-worktree setup command installs dependencies before Tasks run.
  • Alerts via Microsoft Teams webhook and Web Push.
Auto-merge and alerts

The other two products

Get into More Than Code early.

Leave your email and we'll invite you as slots open.