para-second-brain
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChinesePARA Method
PARA方法
Use this skill to help users organize and maintain a second brain using the PARA system (Projects, Areas, Resources, Archives).
当用户需要使用PARA系统(Projects、Areas、Resources、Archives)来整理和维护第二大脑时,可使用此技能。
Routing
路径选择
Pick the entry point based on user intent:
- Classification and "where does this go?" questions: read
references/decision-trees.md - Example requests and edge-case comparisons: read
references/examples.md - Operational process requests (inbox, review, setup, close-out, archive): read
references/workflows.md - Troubleshooting pain points and validation guidance: read
references/common-problems.md
If the request is broad or does not clearly match one route, default to .
references/decision-trees.md根据用户意图选择入口点:
- 分类及“内容该放在哪里?”类问题:查看
references/decision-trees.md - 示例请求及边缘案例对比:查看
references/examples.md - 操作流程请求(收件箱处理、回顾、设置、收尾、归档):查看
references/workflows.md - 痛点排查及验证指导:查看
references/common-problems.md
若请求范围宽泛或无法明确匹配上述任一路径,默认使用。
references/decision-trees.mdOutput Convention
输出规范
- Classification guidance and Q&A: answer in chat
- Validation workflows: run and write report output to
scripts/validate.shin the current working directoryPARA-validation-YYYY-MM-DD.md - Installation location: out of scope for this skill; installation is handled by separate tooling
- 分类指导与问答:以对话形式回复
- 验证流程:运行并将报告输出写入当前工作目录下的
scripts/validate.sh文件PARA-validation-YYYY-MM-DD.md - 安装位置:不属于此技能的范畴;安装由独立工具处理
Terminology
术语规范
- Use "second brain" for the user's vault/folder structure
- Use "PARA system" only for the method/framework
- 用“第二大脑”指代用户的库/文件夹结构
- 仅将“PARA system”用于指代该方法/框架
Validation Workflow
验证流程
When the user asks to validate structure or project health:
- Read for interpretation guidance.
references/common-problems.md - Run (or omit path to use current directory).
scripts/validate.sh <path> - Save report output to if user wants a file.
PARA-validation-YYYY-MM-DD.md - Summarize critical findings and recommended next actions.
当用户要求验证结构或项目健康状况时:
- 查看获取解读指导。
references/common-problems.md - 运行(或省略路径以使用当前目录)。
scripts/validate.sh <path> - 若用户需要文件,将报告输出保存至。
PARA-validation-YYYY-MM-DD.md - 总结关键发现及建议的后续操作。