원클릭으로
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 페이지를 검토하고 설치를 진행할 수 있습니다.
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>"
)
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.