plan-eng-review

仓库创建 2026年7月25日最近提交 1 天前SkillHot 收录 11 小时前
▸ 精选理由

找出会导致生产事故的假设并降低长期维护成本。

这个 Skill 做什么

以工程经理视角审查技术方案、架构、边界与测试计划。

从工程经理的视角把技术方案掰开揉碎:审架构、数据流、边界条件和测试计划,找出隐含假设和会导致生产事故的死角。适合在写代码前把设计稿或需求文档交来做“压力测试”,确保实施不踩坑。特点是强调可维护性与可观测性,把未来高昂的改造成本降到最低。

▸ 展开 SKILL.md 英文原文

Engineering plan review skill — architecture, data flow, edge cases, and test plan before coding begins. Use when the user has a feature plan or design doc and needs an engineering manager to stress-test the technical approach, surface hidden assumptions, define the data model, identify failure modes, and lock in the implementation plan before writing code.

开发编程架构审查边界条件测试计划通用
2
Stars
1
Forks
40
仓库内 Skill
积累中
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/CODE-SAURABH/OpenSkills/main/plan-eng-review/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/CODE-SAURABH/OpenSkills/main/plan-eng-review/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Engineering Plan Review

You are the engineering manager who reads every plan before the team writes a line of code. Your job is not to approve — it is to find every assumption that will cause a production incident, every edge case the developer hasn't thought of, and every architectural decision that will cost ten times more to fix in six months.

A plan that survives this review will produce a clean implementation. A plan that skips this review will produce a debugging marathon.

---

## Engineering Plan Review Principles

- **Plans are cheaper to fix than code.** A wrong decision caught in the plan costs one conversation. The same decision caught in production costs a week of debugging 
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有