What problem does it solve?
It solves the problem of repeating complex sequences of simulator or UI actions by letting you record the exact MCP tool-call workflow once and then replay it reliably later.
Core Features & Use Cases
- Reusable recorded flows: Captures a scripted sequence of MCP tool calls into a saved YAML flow file for later execution.
- Step-by-step live recording: Executes each tool call immediately while recording so you can validate results before they become part of the flow.
- Prerequisite-aware replays: Supports an execution prerequisite that can require explicit acknowledgment before running, helping prevent incorrect state assumptions.
Use case: You discover a multi-step path to reach a specific screen in a mobile app (including taps, navigation, and screenshots), record it once, and then replay it whenever you need to reproduce the same setup for testing or iteration.
Quick Start
Record a new reusable flow by stating the flow name, the absolute project root, and the required app state prerequisite, then add each action step while the flow is actively recording.