research-workspace-standard
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseResearch Workspace Standard
研究工作区标准
This skill establishes a unified environment for research data, enabling agents (Researcher, Writer, Reviewer) to collaborate using either a structured physical directory or a "Smart Discovery" virtual map of an existing codebase.
本Skill为研究数据构建了统一环境,支持智能体(Researcher、Writer、Reviewer)通过结构化实体目录或现有代码库的“智能发现”虚拟地图开展协作。
🎯 Triggers
🎯 触发指令
- "khởi tạo thư mục nghiên cứu"
- "setup research workspace"
- "organize my PhD files"
- "đọc cấu trúc codebase để nghiên cứu"
- "map existing docs to research"
- "khởi tạo thư mục nghiên cứu"
- "设置研究工作区"
- "整理我的博士文件"
- "đọc cấu trúc codebase để nghiên cứu"
- "将现有文档映射到研究工作"
🏛 Workspace Modes
🏛 工作区模式
Mode 1: Physical (Greenfield)
模式1:实体模式(全新项目)
...
...
Mode 2: Virtual (Brownfield & Monorepo)
模式2:虚拟模式(存量项目与单体仓库)
Use this for existing codebases or Monorepos. Create a at the root to map logical research roles.
WORKSPACE.md适用于现有代码库或单体仓库(Monorepo)。在根目录创建****文件,用于映射逻辑研究角色。
WORKSPACE.md📦 Monorepo & Submodule Support
📦 单体仓库(Monorepo)与子模块支持
If the project uses submodules or a monorepo structure (e.g., Nx, Turborepo), the must explicitly map them:
WORKSPACE.mdmarkdown
undefined如果项目采用子模块或单体仓库结构(如Nx、Turborepo),必须明确映射这些结构:
WORKSPACE.mdmarkdown
undefinedResearch Workspace Map
Research Workspace Map
- Core Engine: ,
packages/core/.gitmodules:engine-v1 - Sub-module Research:
submodules/research-utils/ - Cross-Linkage: (Relative path to related research)
../neighbor-project/research/notes/
undefined- Core Engine: ,
packages/core/.gitmodules:engine-v1 - Sub-module Research:
submodules/research-utils/ - Cross-Linkage: (Relative path to related research)
../neighbor-project/research/notes/
undefined🔍 Smart Discovery Heuristics
🔍 智能发现规则
When in an existing codebase, the Agent must:
- Locate Architecture: Search for C4 models, design docs, or .
*.gitmodules - Identify Experiments: Scan for performance logs, benchmark scripts, or .
tests/ - Cross-Project Context: If a neighboring directory contains a , read its State section to establish research continuity.
WORKSPACE.md
在现有代码库中,智能体必须执行以下操作:
- 定位架构: 搜索C4模型、设计文档或文件。
*.gitmodules - 识别实验: 扫描性能日志、基准测试脚本或目录。
tests/ - 跨项目上下文: 如果相邻目录包含,读取其State部分以确保研究连续性。
WORKSPACE.md
🔄 Artifact Contracts (I/O)
🔄 工件契约(输入/输出)
Regardless of the mode, skills communicate via these core artifacts (mapped in ):
WORKSPACE.md- : Systematic comparison of current works (Output of
sota-matrix.md).sota-survey - : Formal research questions (Output of
rq-statement.md).research-question - : Experimental setup (Output of
protocol.json).research-design - : Raw results (Output of
results.csv).experiment-tracking
无论采用哪种模式,Skill都通过中映射的核心工件进行交互:
WORKSPACE.md- :现有研究成果的系统性对比(
sota-matrix.md的输出)。sota-survey - :正式研究问题(
rq-statement.md的输出)。research-question - :实验设置(
protocol.json的输出)。research-design - :原始结果(
results.csv的输出)。experiment-tracking
⚖️ Decision Hierarchy (Lex Specialis)
⚖️ 决策层级(特别法优先原则)
...
...
🔄 Session Evolution Protocol (Living Knowledge)
🔄 会话演进协议(动态知识)
WORKSPACE.md- State Updates: Move the "Current Milestone" forward as tasks are completed.
- Insight Logging: Add a section to
## 🧠 Recent Insightsto capture new findings, rejected hypotheses, or architecture discoveries.WORKSPACE.md - Dependency Mapping: If a new library, submodule, or external dataset is introduced, update the .
🗺 Path Mapping - Closing Ritual: Before ending a session, the Agent MUST propose a diff for summarizing:
WORKSPACE.md- What was achieved.
- What new "Knowledge Artifacts" were created.
- What the next logical research step is.
WORKSPACE.md- 状态更新: 随着任务完成,推进“当前里程碑”。
- 洞察记录: 在中添加
WORKSPACE.md部分,记录新发现、被否决的假设或架构探索结果。## 🧠 近期洞察 - 依赖映射: 若引入新库、子模块或外部数据集,更新部分。
🗺 路径映射 - 收尾流程: 会话结束前,智能体必须提交的修改建议,总结:
WORKSPACE.md- 已完成的工作。
- 新增的“知识工件”。
- 下一步合理的研究方向。
🚀 Initialization Workflow
🚀 初始化流程
- Discovery: Scan root for ,
docs/,research/, ortests/..gitmodules - Mapping: Create or update with discovered paths and submodule roles.
WORKSPACE.md - Memory Linkage: Instruct sub-agents: "Read WORKSPACE.md for project paths and recent insights, then cross-reference with MEMORY.md for relevant lessons learned, adhering to the Hierarchy of Authority."
- Evolution: Ensure is updated with any new knowledge gained during the task execution.
WORKSPACE.md
- 发现: 扫描根目录下的、
docs/、research/或tests/文件。.gitmodules - 映射: 创建或更新,填入发现的路径和子模块角色。
WORKSPACE.md - 关联记忆: 告知子智能体:“阅读WORKSPACE.md获取项目路径和近期洞察,然后关联MEMORY.md中的相关经验教训,遵循权限层级规则。”
- 演进: 确保更新了任务执行过程中获得的新知识。
WORKSPACE.md