원클릭으로
merge-protocol
Merge a protocol branch into develop with code review
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Merge a protocol branch into develop with code review
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 | merge-protocol |
| description | Merge a protocol branch into develop with code review |
| argument-hint | ["protocol number","path","or description"] |
| version | 1.0.0 |
Run the merge-protocol workflow to merge a completed protocol branch into develop.
The user may specify a protocol in different ways. Resolve to a directory containing plan.md:
3, 003): find matching directory in .protocols/ (e.g., .protocols/003-*).protocols/003-feature): use directly.protocols/*/plan.md, match by contentVerify the resolved directory contains plan.md before proceeding.
Load the memento-workflow:workflow-engine skill, then:
mcp__plugin_memento-workflow_memento-workflow__start(
workflow="merge-protocol",
variables={"protocol_dir": "<resolved protocol directory>"},
cwd="<project root>"
)