cyberneticlibrary

Implement and merge sprint tickets in parallel

sprint-execute-parallelworkflowsetup L31
Malingisslen/butlery
What it does

Execute full sprint end-to-end with parallel worktree implementation

Best for

Running complete product sprints autonomously by clustering work into areas, implementing in parallel, and shipping to main automatically.

Inputs
  • · args: {count, focus, dryRun, allowDirty}
  • · Linear tickets + open issues
Outputs
  • · merged to main, closed Linear tickets, commit with changed markers
Requires
  • · Linear API
  • · Git + worktrees
  • · Claude agents (selector, implementers per area, reviewer, fixer)
  • · Workflow orchestration
Preconditions
  • · Clean working tree (or allowDirty=true)
  • · Linear auth
  • · Git permissions
  • · todo.md present
Failure modes
  • · Phase agent fails or returns invalid schema
  • · Review gates exhausted — changes blocked
  • · Tool/API unavailable
  • · Resource limits (token budget, concurrency ceiling)
Trust signals
  • · Adversarial review gates filter false positives
  • · Structured output validation via schema
  • · Explicit agent roles per task dimension