forked from Selig/openclaw-skill
feat: add ProjectManager skill package
包含 5 個專案管理 skills、2 個主專案定義、4 個共用規則及 dashboard。 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
27
ProjectManager/rules/attachment-filing-rules.md
Normal file
27
ProjectManager/rules/attachment-filing-rules.md
Normal file
@@ -0,0 +1,27 @@
|
||||
# 附件歸檔規則
|
||||
|
||||
## 目錄結構
|
||||
|
||||
```text
|
||||
attachments/
|
||||
official-doc/
|
||||
DOC-YYYY-NNN/
|
||||
eflow/
|
||||
EFL-YYYY-NNN/
|
||||
formbuild/
|
||||
FBD-YYYY-NNN/
|
||||
```
|
||||
|
||||
## 檔名格式
|
||||
`[文件編號]_[附件類型]_[版本]_[日期].[副檔名]`
|
||||
|
||||
### 範例
|
||||
- `DOC-2026-001_申請書_v1_2026-03-12.pdf`
|
||||
- `EFL-2026-003_核准函_v2_2026-03-12.pdf`
|
||||
|
||||
## Agent 上傳前檢查
|
||||
- 是否有文件編號
|
||||
- 是否放在正確資料夾
|
||||
- 檔名是否正確
|
||||
- 版本是否正確
|
||||
- 是否缺少必要附件
|
||||
Reference in New Issue
Block a user