para-second-brain

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

PARA 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.md

Output Convention

输出规范

  • Classification guidance and Q&A: answer in chat
  • Validation workflows: run
    scripts/validate.sh
    and write report output to
    PARA-validation-YYYY-MM-DD.md
    in the current working directory
  • 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:
  1. Read
    references/common-problems.md
    for interpretation guidance.
  2. Run
    scripts/validate.sh <path>
    (or omit path to use current directory).
  3. Save report output to
    PARA-validation-YYYY-MM-DD.md
    if user wants a file.
  4. Summarize critical findings and recommended next actions.
当用户要求验证结构或项目健康状况时:
  1. 查看
    references/common-problems.md
    获取解读指导。
  2. 运行
    scripts/validate.sh <path>
    (或省略路径以使用当前目录)。
  3. 若用户需要文件,将报告输出保存至
    PARA-validation-YYYY-MM-DD.md
  4. 总结关键发现及建议的后续操作。