workthreads

仓库创建 2024年12月14日最近提交 2 天前SkillHot 收录 20 天前
▸ 精选理由

为项目负责人自动汇总会话生成可操作的周度工作回顾与优先级列表。

▸ 风险提示

需要访问团队会话记录,存在隐私与数据保密风险。

这个 Skill 做什么

从SpecStory会话历史汇总周工作线索,生成项目级别的完成与待办汇报。

把团队在 .specstory/history 里留下的会话记录按项目线索聚合成周报式的工作线程,标注哪些是新开、正在做、或刚完成的。适合负责人想知道“本周发生了什么、哪些还挂着、哪些已经交付”时用。特色是能从代理的会话痕迹自动抽取生命周期并生成清晰的进展视图。

▸ 展开 SKILL.md 英文原文

SpecStory Workthreads - a weekly work-thread rollup across a team's repos from SpecStory coding histories (any agent - Claude Code, Codex, Cursor, Gemini, and more). It groups the window's sessions into threads of work per project and labels each new / open / recently closed, so a lead sees what shipped, what is still an open loop, and what was just started. Use when someone asks "what happened this week", "what is still open", "what did the team finish", "give me the weekly rollup", or wants a status report over a .specstory/history corpus.

Skill 开发管理团队汇报周报工作线索Claude CodeCodexCursorGemini CLI
1.3k
Stars
81
Forks
2
仓库内 Skill
+18
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/specstoryai/getspecstory/dev/workthreads/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/specstoryai/getspecstory/dev/workthreads/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Workthreads

A lead needs a weekly answer across the team's repos: what work happened this week, what got
finished, and what is still open and needs a next step. **Workthreads** produces that **rollup**
from SpecStory histories - the `.specstory/history` transcripts your coding agents already write.
It reports **lines of work and their lifecycle** (new / open / recently closed).

A deterministic engine (`scripts/workthreads.mjs threads`) does the retrieval, clustering, and
classification; **you do the synthesis** - you turn its evidence into the lead's weekly report.
Do not try to read raw transcripts yourself; they can be hundreds of thousands of lines. Run the
engine and write the rollup
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有