Delegate Skills orchestrates multi-agent coding
Delegate Skills adds a review-first delegation loop to Hermes and other orchestrators: write a self-contained brief, hand it to a separate coding CLI, inspect the diff, rerun tests, and keep the commit under reviewer control. It supports direct dispatch or named lanes for tools such as Claude Code, Codex, Cursor, and OpenCode.
This is less a magical agent router than a disciplined adapter layer—and that is exactly why it is useful. It treats delegation as a software delivery boundary, not a prompt-forwarding trick.
- –Separate sessions receive only the task brief, reducing context bloat and forcing clearer requirements.
- –A shared `result.json` contract normalizes CLI-specific outputs, exit codes, touched files, and session IDs.
- –Fleet lanes let teams assign feature, testing, or UI work to different coding agents.
- –Reviewers rerun project gates and commit changes themselves, preserving an important human-controlled safety boundary.
- –Node 18+, Git, shell access, and authenticated agent CLIs are required; for small fixes, the orchestration overhead may outweigh the benefit.
DISCOVERED
1h ago
2026-08-30
PUBLISHED
1h ago
2026-08-30
RELEVANCE
AUTHOR
AI LABS