一键导入
create-protocol
Create a protocol structure from a PRD with mini-ADR plan and step files
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Create a protocol structure from a PRD with mini-ADR plan and step files
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
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.
基于 SOC 职业分类
| name | create-protocol |
| description | Create a protocol structure from a PRD with mini-ADR plan and step files |
| argument-hint | ["protocol-number (optional)","prd-file-name","additional-context"] |
| version | 1.0.0 |
Generate a structured protocol from a PRD or task description using the workflow engine.
The user may specify the source in different ways:
3, 003): find .protocols/003-*/prd.md.protocols/003-feature): check for prd.md insidepath/to/prd.md): use directly, create protocol dirDetermine:
protocol_dir: the .protocols/NNNN-feature-name/ directoryprd_source: set to task description text if no prd.md exists yet; empty if prd.md already existsIf no protocol directory exists, determine the next number:
ls .protocols/ 2>/dev/null | sort -r | head -1
Load the memento-workflow:workflow-engine skill (it contains the relay protocol you must follow).
mcp__plugin_memento-workflow_memento-workflow__start(
workflow="create-protocol",
variables={
"protocol_dir": "<resolved protocol directory>",
"prd_source": "<task description or empty string>",
"workdir": "<project root>"
},
cwd="<project root>"
)