run-tasks

Installation
SKILL.md

Run Tasks Skill

Purpose

Execute implementation tasks through coordinated sub-agents with optional TDD workflow:

  1. Get ready work from beads (no blockers)
  2. Check TDD configuration and enforce test-first gating if enabled
  3. Group tasks for parallel execution (with git worktree isolation)
  4. Spawn agents based on agent:* labels
  5. Monitor completion and run verification
  6. Handle failures with debug loop (TDD mode) or blocking
  7. Update beads status and merge completed work
  8. Repeat until truly done (stop hook prevents premature exit)
  9. Present "What's next?" prompt to guide user to next workflow step

Key guarantee: The stop hook ensures ALL tasks complete before exit. Claude queries beads state each cycle rather than tracking in context, enabling token-efficient persistence.

Telemetry Capture

Installs
1
First Seen
Mar 28, 2026
run-tasks from smithery.ai