How this skill is triggered — by the user, by Claude, or both
Slash command
/lomo-orchestrator:haikuThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
用户希望将一个任务委派给 Haiku (4.5) 在后台异步执行。
用户希望将一个任务委派给 Haiku (4.5) 在后台异步执行。 Haiku 适合轻量快速任务,速度最快、成本最低。
调用 MCP 工具 create_async_task:
拿到 taskId 后:
上面的后台 Bash 会在任务完成时返回一段格式化文本。 收到通知后,阅读 summary.md 并向用户汇报结果。
npx claudepluginhub 15195999826/lomomarketplace --plugin lomo-orchestratorDesigns and creates Hive tasks via guided conversation: problem definition, eval design, constraints, repo scaffolding, baseline testing, upload. For new tasks, benchmarks, or swarm challenges.
Framework for long-running, multi-session autonomous agent tasks with progress checkpointing, failure recovery, and task dependency management. Maintains append-only progress logs and checkpoint files for recovery across context window resets.