Agent Skills
› sediman-agent/OpenSkynet
› principle-redesign-from-first-principles
principle-redesign-from-first-principles
GitHub当集成新需求时,避免在现有设计上打补丁。应从第一性原理出发,假设该需求从第一天就存在,重新设计整体方案,确保类型、文档等全面同步,以保留系统的设计选项价值。
Trigger Scenarios
需要集成新需求到现有设计中
避免在现有架构上直接添加功能
Install
npx skills add sediman-agent/OpenSkynet --skill principle-redesign-from-first-principles -g -y
SKILL.md
Frontmatter
{
"name": "principle-redesign-from-first-principles",
"description": "Apply when integrating a new requirement into an existing design. Redesign as if the requirement had been a foundational assumption from day one, instead of bolting it on.",
"disable-model-invocation": true
}
Redesign From First Principles
When integrating a change, don't bolt it onto the existing design. Redesign as if the requirement had been there from the start. The result should look like what we would have built if we'd known on day one.
- Read all affected files and understand the current design holistically
- Ask: "if we were writing this from scratch with this new requirement, what would we build?"
- Propagate the change through every reference: types, docs, examples, rationale sections
- Think about the redesign holistically, then deliver it incrementally
This is the method for preserving option value when integrating changes into an existing design.
Version History
- c9d8953 Current 2026-07-05 19:53


