close-loop

TotalClaw 作者 totalclaw

会议结束工作流程,用于交付变更、巩固记忆、应用自我改进以及通过安全门准备可发布的输出。

安装 / 下载方式

TotalClaw CLI推荐
totalclaw install totalclaw:totalclaw~clarezoe-close-loop
cURL直接下载,无需登录
curl -fsSL https://skills.taituai.com/api/skills/totalclaw%3Atotalclaw~clarezoe-close-loop/file -o clarezoe-close-loop.md
# Close Loop

Use this skill when the user says "wrap up", "close session", "end session", "close out this task", or invokes `/wrap-up`.

Run four phases in order and return one consolidated inline report.

## Modular structure

This skill is split into components for maintainability:

1. `components/01-design-principles.md`
2. `components/02-phase-1-ship-state.md`
3. `components/03-phase-2-memory.md`
4. `components/04-phase-3-4-and-output.md`

Follow these components in order.

## Quick run order

1. Apply execution policy and action gates (`01-design-principles.md`)
2. Execute Ship State (`02-phase-1-ship-state.md`)
3. Consolidate Memory (`03-phase-2-memory.md`)
4. Run improvements + publish queue + output contract (`04-phase-3-4-and-output.md`)

## Required output

Return:
- Artifact A: human-readable report sections exactly as defined in component 04
- Artifact B: machine-readable JSON block exactly as defined in component 04

## Resources

- `references/memory-frameworks.md`
- `assets/templates/wrap-report-template.md`

---

## 中文说明

# Close Loop

当用户说 "wrap up"、"close session"、"end session"、"close out this task" 或调用 `/wrap-up` 时使用本技能。

按顺序运行四个阶段,并返回一份合并的行内报告。

## 模块化结构

为便于维护,本技能被拆分为多个组件:

1. `components/01-design-principles.md`
2. `components/02-phase-1-ship-state.md`
3. `components/03-phase-2-memory.md`
4. `components/04-phase-3-4-and-output.md`

请按顺序遵循这些组件。

## 快速运行顺序

1. 应用执行策略和操作门(`01-design-principles.md`)
2. 执行 Ship State(`02-phase-1-ship-state.md`)
3. 巩固记忆(`03-phase-2-memory.md`)
4. 运行改进 + 发布队列 + 输出契约(`04-phase-3-4-and-output.md`)

## 必需输出

返回:
- Artifact A:完全按组件 04 中定义的人类可读报告章节
- Artifact B:完全按组件 04 中定义的机器可读 JSON 块

## 资源

- `references/memory-frameworks.md`
- `assets/templates/wrap-report-template.md`