workbench-docs-release

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Workbench Docs Release

Workbench 文档发布

Use this skill after behavior changes, live skill updates, agent roster changes, SDD milestones, or releases that need durable documentation.
在行为变更、实时Skill更新、Agent人员变动、SDD里程碑或需要长效文档记录的发布完成后,使用此Skill。

Documentation Loop

文档更新循环

  1. Identify the canonical source that changed: code, live Multica resource, issue comment, runtime config, or external doc.
  2. Update only the docs that future recovery actually needs.
  3. Remove stale next actions and obsolete warnings.
  4. Record IDs, commands, commits, and verification evidence when they help replay the work.
  5. Keep secrets, raw credentials, private tokens, and unnecessary personal data out of durable docs.
  1. 确定发生变更的权威数据源:代码、实时Multica资源、问题评论、运行时配置或外部文档。
  2. 仅更新未来恢复工作实际需要的文档。
  3. 删除过时的后续行动项及失效警告。
  4. 记录有助于重现工作过程的ID、命令、提交记录及验证证据。
  5. 请勿将机密信息、原始凭证、私有令牌及不必要的个人数据纳入长效文档。

Canonical Files

权威文件列表

  • SYNTHESIS.md
    : current operating state, risks, and next action.
  • DECISIONS.md
    : durable choices and rationale.
  • skills/README.md
    : live skill IDs, source files, attachment map, and verification.
  • LOG.md
    : chronological execution notes when present.
  • issue-templates/
    : reusable issue shapes.
  • SYNTHESIS.md
    : 当前运行状态、风险及后续行动项。
  • DECISIONS.md
    : 长效决策及理由说明。
  • skills/README.md
    : 实时Skill ID、源文件、附件映射及验证信息。
  • LOG.md
    : 若存在则记录按时间顺序排列的执行笔记。
  • issue-templates/
    : 可复用的问题模板。

Output Contract

输出约定

Return:
  • DOCS_CHANGED
    : files updated.
  • SOURCE_OF_TRUTH
    : live resource, file, issue/comment ID, or command used.
  • STALE_STATE REMOVED
    : what was corrected.
  • VERIFICATION
    : checks run.
  • OPEN GAPS
    : what still needs live confirmation.
返回内容:
  • DOCS_CHANGED
    : 已更新的文件。
  • SOURCE_OF_TRUTH
    : 所使用的实时资源、文件、问题/评论ID或命令。
  • STALE_STATE REMOVED
    : 已修正的内容。
  • VERIFICATION
    : 已执行的检查项。
  • OPEN GAPS
    : 仍需实时确认的事项。