بنقرة واحدة
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 المهني
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 | 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>"
)