From memento-workflow
Runs interactive tour of memento-workflow engine capabilities, demonstrating all 9 block types via MCP server and relay protocol.
npx claudepluginhub mderk/memento --plugin memento-workflowThis skill uses the workspace's default tool permissions.
Run the `test-workflow` workflow via the `memento-workflow` MCP server.
Relays 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 from -> || ~> syntax with real-time ASCII visualization, progress tracking, interactive steering at checkpoints, state snapshots for resume/recovery, parallel/sequential runs, and error handling.
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.
Share bugs, ideas, or general feedback.
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.