ctx-progress

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

方便跨会话交接与恢复项目工作流,提高协作连续性。

▸ 风险提示

进度文件可能包含敏感或未发布的信息,注意存储权限。

这个 Skill 做什么

维护可续会话的活跃进度文件,记录当前状态与下一步工作。

把项目的“现在在哪里、下一步做什么、先看哪份文件”写成一个可续会话的活进度文件,方便新会话直接接着做或交接给别人。会在更新工作状态、做交接或审计进度偏差时用,记录当前状态与优先读物。特别的是它不重复规格或决策细节,而是指向 spec/decisions,支持跨会话的手工接力与审计。

▸ 展开 SKILL.md 英文原文

Tracks the WORK truth of a project — where we are, what's next, and what to read first — in a living progress file a fresh session can resume from, including cross-session handoff. Use when updating work or project state in a ctx knowledge base, recording what's done or what's next, opening a progress subtree as it grows past a flat file, handing off to a new session, or auditing a project for progress drift.

开发编程进度追踪会话续接交接通用
0
Stars
0
Forks
6
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/motiful/ctx/main/skills/ctx-progress/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/motiful/ctx/main/skills/ctx-progress/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# ctx-progress — the LIVING work-truth doc

> The lifetime model and shared conventions live in [`../ctx`](../ctx/SKILL.md); this is the how-to for the LIVING `progress/` folder.

## Execution Procedure

`progress/` is the **supervisor's clipboard**, not a second spec: it holds the WORK truth (where we are / next / read-first) and **POINTS at `spec/` + `decisions/`, never restating a product fact**. The durable "what/why" lives in spec/decisions; progress tracks *doing it against them*. **The ordered `T###` task list lives here** (not in the spec — ctx-spec §14 was retired); each `T###` points back to the `REQ-###` in `spec/` that it implements.

```
track_work_truth(project) → one LIVING cu
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有