argent-create-flow

Record simulator or UI interaction workflows as replayable YAML MCP tool-call sequences.

Updated May 7, 2026
One-click install
npx skills add https://github.com/softwarebyze/Backgammon-Mastermind --skill argent-create-flow
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: argent-create-flow
Source: https://github.com/softwarebyze/Backgammon-Mastermind/tree/main/.agents/skills/argent-create-flow
Command: npx skills add https://github.com/softwarebyze/Backgammon-Mastermind --skill argent-create-flow

SYSTEM DOCUMENTATION & REQUIREMENTS

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.

Frequently Asked Questions about argent-create-flow

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I record and replay repeatable UI testing flows?

To record and replay repeatable UI testing flows, you execute live MCP tool calls while recording to validate each step, saving the successful sequence as a YAML file for deterministic replay later.

Can I automate multi-step simulator actions for E2E test setup?

Yes, you can automate multi-step simulator actions for E2E test setup by recording the exact sequence of MCP tool calls once and replaying the saved YAML flow to reproduce the specific app state transitions.

How does prerequisite gating work for replaying recorded UI workflows?

Prerequisite gating for replaying recorded UI workflows requires explicit acknowledgment of the required app state via the prerequisiteAcknowledged parameter before deterministic execution begins, preventing incorrect state assumptions.

What is the best way to script deterministic mobile app navigation paths?

The best way to script deterministic mobile app navigation paths is to perform step-by-step live recording of MCP tool calls, capturing validated actions like taps and navigation into a reusable YAML flow file.

Does live flow recording validate tool call results before saving?

Yes, live flow recording executes each MCP tool call immediately and applies conditional recording on success, allowing you to validate results before they become a permanent part of the saved YAML flow.

When should I not use YAML flow recording for UI automation?

You should not use YAML flow recording for UI automation when your testing requires non-deterministic actions or dynamic state transitions that cannot be reliably reproduced as fixed sequences of MCP tool calls.