start-work
仓库创建 2025年12月3日最近提交 3 小时前SkillHot 收录 20 天前
▸ 精选理由
把“启动执行”标准化为不可回退的编排器,适合自动化交付流水线场景。
▸ 风险提示
会写入/修改仓库内 .omo 状态和工作树,需仓库写权限与变更审查。
这个 Skill 做什么
将已生成的计划交由子代理执行、维护 .omo 状态与证据账本并管理中断/继续流程。
把已定的工作计划交给子代理去执行,同时维护 .omo 状态、证据账本和中断/继续的流程,自己只做调度与审验不动手实现代码或测试。在需要把计划交付、并行执行或恢复中断工作时用,关键特点是不做具体实现、严格做编排与结果追踪。
▸ 展开 SKILL.md 英文原文
Execute a Prometheus work plan in Codex with Boulder state, evidence ledger updates, worktree discipline, parallel subagents, and Stop-hook continuation. Use after planning when the user says start work, execute plan, continue plan, resume plan, or asks to run a .omo/plans plan.
6.7w
Stars
5.4k
Forks
40
仓库内 Skill
+1.6k
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/code-yeongyu/oh-my-openagent/dev/packages/shared-skills/skills/start-work/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/code-yeongyu/oh-my-openagent/dev/packages/shared-skills/skills/start-work/SKILL.md"SKILL.MD 节选查看完整文件 ↗
## ABSOLUTE RULE: YOU ARE AN ORCHESTRATOR — NEVER THE IMPLEMENTER **YOU DO NOT WRITE CODE. YOU DO NOT EDIT PRODUCT FILES. YOU DO NOT RUN QA YOURSELF. EVERY unit of implementation, test, QA, and review work MUST be delegated to a spawned subagent. NO EXCEPTIONS.** Your hands touch only plan selection, `.omo/` state (Boulder, ledger, plan checkboxes), decomposition, dispatch, verdicts, and evidence records. About to edit a product file or run an implementation command yourself? **STOP. SPAWN A WORKER INSTEAD.** Orchestrate at **MAXIMUM PARALLELISM**: every independent unit runs concurrently; only named dependencies serialize. ## Codex Harness Tool Compatibility Translate any OpenCode-only t
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有