adr-roadmap
仓库创建 2025年11月10日最近提交 21 天前SkillHot 收录 21 天前
▸ 精选理由
把 ADR 转化为可执行的分期计划,便于交付协调与风险管控。
这个 Skill 做什么
从架构决策记录(ADR)生成分阶段实施路线图与风险/测试策略。
把一堆 ADR(架构决策记录)变成可执行的分阶段落地计划:画出依赖关系和关键路径、拆成阶段、估算时间、评估每阶段风险并给出测试和技术债务策略。适合在要同时交付多个 ADR 时用来协调进度和资源。特别之处是与具体技术无关,能跨 web、移动、数据、ML、基础设施等领域给出可操作的路线。
▸ 展开 SKILL.md 英文原文
Generate a phased implementation roadmap from a set of Architecture Decision Records, with dependencies, timeline, risk, and testing strategy. Use when coordinating delivery of multiple 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/adr-roadmap/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/vladm3105/aidoc-flow-framework/main/platforms/claude-code-plugin/skills/adr-roadmap/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# adr-roadmap ## Purpose Analyze a project's Architecture Decision Records (ADRs, Layer 5) and produce a phased implementation roadmap: dependency mapping, critical path, phase decomposition, timeline estimates, per-phase risk assessment, and a testing and technical-debt strategy. Engine-agnostic — works for any domain (web, mobile, data, ML, infrastructure, embedded). **Upstream**: ADR. **Downstream**: feeds SPEC → TDD → IPLAN delivery sequencing. ## When to Use Use `adr-roadmap` when: - A project has roughly five or more ADRs that need coordinated, phased rollout. - You need visibility into architectural dependencies and the critical path. - Stakeholders need a timeline, milestones,
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有