Loop superintendent task on schedule
hermitcommandsetup L1★1
ytnobody/HERMIT ↗What it does
Spawn parallel engineers to implement open issues
Best for
Orchestrating parallel work on multiple independent issues without waiting for serial completion
Inputs
- · open GitHub issues list
Outputs
- · worktree per issue
- · branch per issue
- · parallel agent spawns
Requires
- · GitHub issues API
- · git worktree
- · Agent tool
Preconditions
- · project has GitHub repo
- · issues are properly labeled
- · default branch exists
Failure modes
- · worktree creation fails
- · agent spawn fails
- · branch naming collision
- · issue has no number
Trust signals
- · marks issues in-progress before spawning
- · creates per-issue worktrees
- · waits for all engineers before merge decision