034-architecture-design-exploration
仓库创建 2025年2月9日最近提交 3 天前SkillHot 收录 21 天前
▸ 精选理由
把模糊需求变为可执行的设计方向并列出权衡点,适合架构评审前使用。
这个 Skill 做什么
将需求或问题转为技术设计探索,比较方案并给出取舍建议。
把需求或问题转成技术设计探索:梳理目标、约束与未知项,比较可行方案并列出权衡,推荐实施方向并识别需要写 ADR 的决策点。适合在写实现计划或 PRD 之前做一次技术把关,避免后面反复返工。流程会结合仓库上下文互动式推进,给出既可实施又易审批的路线与取舍理由。
▸ 展开 SKILL.md 英文原文
Use when a sanitized issue summary, requirement summary, or design brief needs technical design exploration before creating ADRs, specifications, or implementation plans. This skill inspects repository context, clarifies material ambiguity, compares feasible approaches and trade-offs, recommends a direction, obtains approval, and identifies ADR candidates. This should trigger for requests such as Explore a design; Compare implementation approaches; Recommend an architecture direction; Clarify technical options before planning. Part of Plinth Toolkit
423
Stars
89
Forks
40
仓库内 Skill
+9
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/jabrena/plinth/main/skills/034-architecture-design-exploration/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/jabrena/plinth/main/skills/034-architecture-design-exploration/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# Architecture Design Exploration Turn a sanitized issue summary, requirement summary, or design brief into an approved technical design direction before implementation planning. **This is an interactive SKILL**. **What is covered in this Skill?** - Repository and architecture context inspection - Goals, constraints, assumptions, unknowns, and success criteria - Material ambiguity clarification - Comparison of two or three feasible approaches - Trade-off analysis across complexity, maintainability, performance, security, testability, migration, and operations - Recommended direction and explicit user approval - Components, interactions, data flow, failure handling, and verification strate
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有