030-architecture-adr-general

仓库创建 2025年2月9日最近提交 3 天前SkillHot 收录 21 天前
▸ 精选理由

引导收集决策要素并产出规范 ADR,适合架构决策归档。

这个 Skill 做什么

通过对话式流程为 Java 项目生成结构化的 Architecture Decision Record(ADR)。

通过对话式流程把 Java 项目的架构决策整理成结构化的 Architecture Decision Record (ADR),逐项收集背景、利害关系人、备选方案和最终结论。适合在需要把设计决策留痕、对齐团队或做架构评审时使用。交互式地结合当前会话和仓库文件输出清晰可复用的 ADR 文档,便于审阅和后续维护。

▸ 展开 SKILL.md 英文原文

Use when you need to generate Architecture Decision Records (ADRs) for a Java project through an interactive, conversational process that systematically gathers context, stakeholders, options, and outcomes to produce well-structured ADR documents. This should trigger for requests such as Generate ADR; Create Architecture Decision Record; Document architecture decision; Architecture Decision Record for Java. Part of Plinth Toolkit

开发编程ADR架构记录Java决策通用
423
Stars
89
Forks
40
仓库内 Skill
+9
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/jabrena/plinth/main/skills/030-architecture-adr-general/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/jabrena/plinth/main/skills/030-architecture-adr-general/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Java ADR Generator with interactive conversational approach

Generate Architecture Decision Records (ADRs) for Java projects through an interactive, conversational process that elicits the decision inputs needed for a well-structured ADR. **This is an interactive SKILL**. Use only the current conversation and repository files explicitly available in the current session; do not expose, persist, or reuse unrelated user/project context.

**What is covered in this Skill?**

- ADR file storage configuration
- Conversational information gathering: context, stakeholders, decision drivers, options with pros/cons, outcome, consequences
- MADR template generation

## Constraints

Handle ambiguity an
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有