open-knowledge-pack-software-lifecycle

仓库创建 2026年6月3日最近提交 2 小时前SkillHot 收录 2 小时前
▸ 精选理由

把团队决策与规范化流程固化为文档化习惯,利于协作与审计。

这个 Skill 做什么

为工程项目提供提案→决策→规范→事后分析的文档生命周期指导。

给按软件生命周期组织文档的仓库一套玩法:从 proposal 到 decision 到 spec 再到 postmortem 的流程和状态流,以及每个目录下代理的行为规范。适合项目里有这些文件夹并需要统一写作与审批流程时参考。特别的是把流程和规则放在 pack 指南里,让模板保持简洁,流程逻辑集中管理且易于审计。

▸ 展开 SKILL.md 英文原文

How to work in a Software Lifecycle project (the `software-lifecycle` starter pack): proposals → decisions → specs → postmortems, plus guides. Read when the project has these folders. Carries the doc lifecycle, status flows, and per-folder agent behaviors so that guidance does not live inside template bodies or folder descriptions. Complements the platform `open-knowledge` skill; does not replace it.

开发编程文档生命周期工程流程决策记录通用
3.2k
Stars
199
Forks
12
仓库内 Skill
积累中
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/inkeep/open-knowledge/main/packages/server/assets/skills/packs/software-lifecycle/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/inkeep/open-knowledge/main/packages/server/assets/skills/packs/software-lifecycle/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Software Lifecycle pack — how to work here

This project holds the doc lifecycle for an engineering team or OSS project. The flow is **proposals → decisions → specs → postmortems**, with **guides** as the how-to bucket. This skill holds the workflow so templates and folder descriptions stay clean.

> This is pack guidance. The platform `open-knowledge` skill still governs every markdown operation.

## The flow

```
proposals/    in-flight RFC-shape design proposals
   ↓ accepted
decisions/    frozen ADRs (the record of what was decided)
   ↓ derived
specs/        implementation specs for accepted proposals
   ↓ when things break
postmortems/  blameless incident write-ups
guides/       how-
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有