> For the complete documentation index, see [llms.txt](https://academy.shade.inc/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://academy.shade.inc/shade-academy/shade-academy-zh/ru-men/the-shade-method.md).

# Shade 方法

这些是指导我们如何构建 Shade 以及如何按照我们预期的方式使用 Shade 的原则和实践。

## **原则**

### **赋能你的故事**

专注讲述你的故事，不要被你使用的软件拖累。任何等待、缓慢或错误造成的卡顿都会影响创作者的叙事表达。

### **让平凡琐事自动化**

文件传输、上传和下载、标签等琐碎事务，应从创作工作流中剔除。团队还有更重要的事情要专注。

### **保持命名一致**

工作区就是工作区，驱动器就是驱动器。无论你将结构定义为何，都要坚持并保持一致。

### **构建一种范式，而不是一个产品**

产品是静止而僵化的。范式会转变并适应客户的需求。构建一个能随公司扩展并按需引入复杂性的系统，而不是一开始就把复杂性全部加上。

### **任何你不了解的安全隐患都是安全威胁**

谨慎共享你的文件，你的文件和资产是你最宝贵的财富，要清楚并留意你在与谁共享以及共享哪些文件。通过限制驱动器和工作区来践行最小访问原则。根据工作时长，在特定时间和日期后移除访客权限。

## **现代文件系统**

### **关键不在于位置，而在于文件**

现代文件系统应帮助你快速回答：在什么情境、什么位置，谁可以访问哪个文件。无论资产位于何处，它都应简化检索、共享和访问。

### **为日常工作设定抽象层，为未来的可搜索性优先考虑**

现代文件系统的效果取决于你的配置。保持干净的搜索索引，这样你才能找到所需内容。避免重复的文件和文件夹结构，将不需要的文件转移到归档存储和备份系统中。优先保持整洁的工作区，这样你的团队才能更好地讲述需要讲述的故事。

### **像在同一个办公室里工作一样**

团队建立在协作之上。现代文件系统应让人感觉你们虽身处不同地点，却像在同一个办公室里一起工作。无论是权限管理、文件共享还是统一搜索，都应如此。文件应让人感觉像是直接连接在你的电脑上。

### **与你共同演进的文件系统**

文件系统不是一成不变的技术，它会随着时间不断积累。文件越多，就越需要演进并理解你的文件，这样你就不会再丢失任何资产。它应该为你推荐所需内容并自动化琐事，让你专注于你的创作事业。

## **创意叙事**

### **继承式共享**

共享应采用继承方式，使权限得以继承并妥善管理。共享应安全进行，并遵循最小权限原则，这样只有真正需要该文件的人才能访问它。

### **管理项目**

项目应在驱动器或文件夹级别创建。但你的系统结构方式要保持一致。可轻松在不同驱动器之间移动项目，以用于不同目的。

### **打造令人愉悦的交付体验。**

向客户交付的过程应当富有启发性并能打动人心。打造令人愉悦的客户体验，帮助他们讲述自己的故事。


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://academy.shade.inc/shade-academy/shade-academy-zh/ru-men/the-shade-method.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
