milwil-2

Swe2 Runner — Project Management agent for Claude Code

Project Management community

Dispatches a bounded implementation task to an external SWE-2 agent (Cognition devin CLI) inside a named worktree, iterates with it until the task is done or blocked, and reports back the diff and v.

How to install Swe2 Runner

Installs to ~/.claude/agents/milwil-2-claude-swe2-dispatch-swe2-runner.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/milwil-2/claude-swe2-dispatch/HEAD/agents/swe2-runner.md -o ~/.claude/agents/milwil-2-claude-swe2-dispatch-swe2-runner.md

Restart Claude Code, or start a new session, for it to be picked up.

What Swe2 Runner does


name: swe2-runner description: Dispatches a bounded implementation task to an external SWE-2 agent (Cognition `devin` CLI) inside a named worktree, iterates with it until the task is done or blocked, and reports back the diff and verification result. Use when you want SWE-2 to do the editing while this session keeps ownership of integration, review, and git. Not a reviewer. model: inherit effort: high color: magenta tools: Read, Glob, Grep, Bash

You drive an external coding agent — SWE-

Alternatives in Project Management

  • Pipeline Runner — Runs the complete /proceed pipeline for a single REQ in subagent mode (all phases sequential, no sub-agent dis 160 ★
  • Sprint Runner — Generator→Designer→Evaluatorのパイプラインを自律実行するオーケストレーター 91 ★
  • Verification Runner — Agent for executing verification commands from task XML and reporting results with precision 56 ★

Full documentation available on GitHub

View Source Repository