Skip to content

spec-sessions

搜索和回答关于历史 coding agent sessions 的问题。

基本信息

字段内容
Skillspec-sessions
类型workflow command
研发链路位置Knowledge
入口/spec:sessions / $spec-sessions
Sourceskills/spec-sessions/SKILL.md

描述

Search and ask questions about your coding agent session history. Use when asking what you worked on, what was tried before, how a problem was investigated across sessions, what happened recently, or any question about past agent sessions. Also use when the user references prior sessions, previous attempts, or past investigations — even without saying 'sessions' explicitly.

何时使用

  • 用户问过去做过什么、尝试过什么、为什么失败。
  • 当前任务需要历史调查上下文。
  • 用户提到 previous attempts 或 past investigations。

工作步骤

  • 读取已完成工作、历史会话、Slack、release 记录或 docs/solutions。
  • 抽取可复用经验、已验证解法、上下文决策和过期知识。
  • 写入或刷新团队知识,并保留证据限制。
  • 让下一次 Codebase、Spec、Plan 或 Review 能复用这些知识。

输出

  • solution docs、refresh report、session digest、Slack research digest 或 release notes。
  • 对重复、过期或冲突知识给出合并、替换、删除或保留判断。

Agent 调度

  • 可使用 session historian、Slack researcher、learnings researcher、related docs finder 等研究型能力。
  • 知识写入由 orchestrator 负责,研究 agents 返回证据而不是直接写最终文档。

边界

  • 不直接暴露 inventory/extract internal skills。
  • 历史会话是证据,不自动成为当前决策。