studio

仓库创建 2026年7月5日最近提交 21 天前SkillHot 收录 20 天前
▸ 精选理由

适合无人干预的交付型项目,支持原子化里程碑与会话恢复。

▸ 风险提示

会在本地磁盘写入和持久化大量状态与文件,注意敏感数据管理。

这个 Skill 做什么

签约一次后自动运行代理完成交付,支持里程碑与断点续跑。

签完合同后代理会自主运行直到交付,按里程碑推进且每个里程碑原子化并验证通过,所有状态存盘可断点续跑,中途不再打扰客户。适合需要一次性交付、不想频繁审批或讨论的项目,降低沟通成本。内部由决策小组(consilium panels)代替用户做选择并持续汇报进度。

▸ 展开 SKILL.md 英文原文

Client mode: one contract sign-off, then the agents run like a studio until delivery - consilium panels decide instead of the user, milestones are atomic and verified, all state lives on disk, and any session can resume the run. Zero questions between sign-off and delivery.

自动化集成交付自动化会话恢复里程碑通用
0
Stars
0
Forks
15
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/eduardkumskyi/octo/master/skills/studio/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/eduardkumskyi/octo/master/skills/studio/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
## Progress Contract

**OCTO_ROOT** = `${CLAUDE_PLUGIN_ROOT}` when set; otherwise two directories above this skill's base directory (`skills/<name>/` sits at `<plugin-root>/skills/<name>/`). Resolve once at start.

Register these phases as a native task list at the start of Phase 1, before any interview.
Report progress as "N phases remaining, milestone M of K" — never wall-clock ETAs.

Register steps in the native task list named `🐙 <milestone-id> <n>/<total> — <step>`; update each to in_progress/completed as you go — the checklist is the user's primary progress view.

Phases: (1) contract, (2) consilium-setup, (3) milestone-loop, (4) resume, (5) delivery.

**State-write gate**: a step has
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有