一键导入
load-context
Load shared context files for a protocol step. Use during process-protocol execution to gather relevant context before working on a step.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Load shared context files for a protocol step. Use during process-protocol execution to gather relevant context before working on a step.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Generate a PRD for a feature using Memory Bank context
Generate a technical specification based on a PRD using Memory Bank context
Run Memory Bank doc gardening (maintenance / garbage collection)
"Process and implement tasks from a protocol in git worktrees (or inline on the main workdir)"
Update Memory Bank documentation after code changes or protocol completion
Defer an out-of-scope finding to the backlog. Use when a bug, tech debt, idea, or risk is discovered but not appropriate to solve now.
| name | load-context |
| description | Load shared context files for a protocol step. Use during process-protocol execution to gather relevant context before working on a step. |
| version | 1.0.0 |
Load shared _context/ files scoped to the current step's location.
python ${CLAUDE_SKILL_DIR}/scripts/load-context.py <protocol-dir> <step-path>
The script reads all .md files from applicable _context/ folders (group + protocol-wide) and outputs concatenated content. Per-step context belongs inline in the step file's ## Context section.