From memento-workflow
Runs interactive tour of memento-workflow engine capabilities, demonstrating all 9 block types via MCP server and relay protocol.
How this skill is triggered — by the user, by Claude, or both
Slash command
/memento-workflow:test-workflowsonnetThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Run the `test-workflow` workflow via the `memento-workflow` MCP server.
Run the test-workflow workflow via the memento-workflow MCP server.
Call mcp__plugin_memento-workflow_memento-workflow__start with:
test-workflow{}.["${CLAUDE_PLUGIN_ROOT}/skills/test-workflow", "${CLAUDE_PLUGIN_ROOT}/skills/test-workflow/sub-workflows"]Before starting the relay loop, load the relay protocol by invoking the Skill tool with skill: "memento-workflow:workflow-engine". Then follow the relay protocol to execute each returned action and call mcp__plugin_memento-workflow_memento-workflow__submit with the result until the workflow completes.
npx claudepluginhub mderk/memento --plugin memento-workflowRelays interactive workflow execution via memento-workflow MCP server: starts workflows, shows status lines, handles ask_user and prompt actions, submits results in a continuous loop until done.
Executes orchestration workflows using -> || ~> syntax with real-time ASCII visualization, interactive steering at checkpoints, error recovery, and resume from .orchestration/state.json.
Executes looplia workflows from Markdown files by iterating steps with general-purpose subagent calls. Use for /run commands, workflow.md processing, and multi-step skill orchestration.