Single-agent mission orchestrator. Decomposes a mission into tasks, spawns one worker per task using the default model, verifies exit criteria, and chains tasks with retry. No critic pattern — each worker self-verifies. Simple, fast, works with any model config.
$npx -y skills add outsourc-e/hermes-workspace --skill workspace-dispatchInstalls into the current project.
Run `npx skills use "https://github.com/outsourc-e/hermes-workspace" --skill "outsourc-e/hermes-workspace/workspace-dispatch"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/outsourc-e/hermes-workspace" that are relevant to the current task. Run `npx skills add "https://github.com/outsourc-e/hermes-workspace"` and select the relevant skills, then follow their instructions.