doc-adr-autopilot
仓库创建 2025年11月10日最近提交 21 天前SkillHot 收录 21 天前
▸ 精选理由
适合批量或自动化生成架构决策,显著节省手工撰写时间。
▸ 风险提示
会修改仓库文件并需要写权限,注意变更审查流程。
这个 Skill 做什么
从 BRD/PRD/IPLAN 等源自动生成完整 ADR,并驱动验证与修复循环。
把 BRD/PRD 或 IPLAN 里的信息自动抽取成完整的 ADR(Architecture Decision Record),并能判断决策范围、生成 Context‑Decision‑Consequences 等条目。适合需要从上游需求或实施计划批量产出或补全决策记录,并自动维护 ADR‑00_index.md 的场景。特别在于会做就绪校验并驱动审计→修复循环,直到记录通过校验,不用你反复人工改写。
▸ 展开 SKILL.md 英文原文
Generate ADRs end-to-end from an upstream artifact (BRD/PRD/EARS/BDD), a prompt, or an IPLAN - detect input, scope the decision, generate, validate, and run the audit/fix cycle. Use to create or batch-create ADRs.
16
Stars
3
Forks
40
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/vladm3105/aidoc-flow-framework/main/platforms/claude-code-plugin/skills/doc-adr-autopilot/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/vladm3105/aidoc-flow-framework/main/platforms/claude-code-plugin/skills/doc-adr-autopilot/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# doc-adr-autopilot ## Purpose Automated **ADR generation pipeline**. From an upstream artifact (BRD §8 / PRD §14 / EARS / BDD), a user prompt, or an implementation plan (`IPLAN-*`), it analyzes the source, scopes the decision, generates a complete Context-Decision-Consequences record, validates readiness, maintains `ADR-00_index.md`, and drives the audit↔fix cycle to a passing score — for one ADR or a batch. **Layer**: 5. **Upstream**: BRD → PRD → EARS → BDD (or a prompt/IPLAN). **Downstream**: a validated ADR + index entry. ## Skill Dependencies | Skill | Role | |-------|------| | `../doc-adr/SKILL.md` | ADR structure and authoring rules (generation) | | `../doc-adr-audit/SKILL.md` |
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有