01Two-Stage Planning: Optimizes token usage by separating high-level outlines from detailed implementation specs.
02Concurrent Safety: Implements mandatory task-level locking to prevent multiple agents from conflicting on the same task.
03Fail-Fast Logic: Ensures subagents stop and report status immediately when encountering ambiguities or blockers.
04Isolated Git Worktrees: Runs tasks in separate environments to prevent context pollution and enable parallel work.
05Token Usage Tracking: Automatically measures and reports cumulative token consumption across subagent sessions.
0656 GitHub stars