skill存档

Subtask Receipt Writer

Purpose

After finishing work, decide whether the work is a subtask that needs a receipt. If yes, write a compact receipt document under:

D:\AIGC工作站\跨会话协作\

Use this Skill to close the loop between Codex, GPT 主会话, Claude/Cowork, and 跳蛛先生.

When A Receipt Is Required

Write a receipt when any condition is true:

Do not write a receipt for:

If receipt-required and receipt-not-required rules conflict, the user’s explicit current instruction wins. For example: if a task changes Skill docs but 跳蛛先生 says it is a sub-session temporary task and does not need a receipt, do not write a receipt; mention the skipped receipt in the final response if useful.

Required Preflight

Before writing the receipt, inspect:

Naming

Use:

回执_[项目或子任务]_[致接收方]_YYYY-MM-DD.md

Examples:

Use underscores. Keep the receiver visible in the filename.

Receipt Structure

Use this compact structure unless the source handoff requires more:

---
tags: [类型/回执, 主题/<主题>, 状态/已完成]
---

# 回执 · <任务名> · 致 <接收方>

> 致 <接收方>:这是 Codex 完成 <来源任务/交接文档> 后的执行回执。
> 创建时间:YYYY-MM-DD
> 项目阶段:<一句话状态>
> 回流原因:<为什么需要回主会话/下游>
> 文档版本:v1,继承自 <源文档或用户指令>。

---

## 一、本次执行结果

<直接说明完成了什么,不写客套。>

---

## 二、产出清单

| 文件 / 模块 | 状态 | 说明 |
|---|---|---|
| `<路径>` | 已完成 | <作用> |

---

## 三、验证状态

- <命令或检查项>:通过 / 未执行 / 失败原因

---

## 四、需要主会话确认的事项

- [ ] <下一步决策>

反对路径:

- 如果跳蛛先生不接受 <建议>,当前产物可如何保留或回退。

---

## 作者 / 接收 / 下游

**作者**:Codex  
**接收方**:<GPT 主会话 / Claude / Cowork>  
**决策人**:跳蛛先生  
**下游**:<下一步承接方或等待确认>

Writing Rules

Hard Boundaries