Fluent Commerce Logo
Docs

Prepare For Go-Live Starts - Fluent AI Skills

How-to Guide

Author:

Fluent Commerce

Changed on:

31 Mar 2026

Key Points


Steps

Step arrow right iconRun RFL Assessment

`Run a Ready For Launch assessment`

Analyzes: - All deployed workflows (structure, orphaned rulesets, trigger coverage) - Custom rules (code quality, test coverage, GraphQL usage) - Settings (missing keys, invalid values) - Integration points (webhook configuration) - Architecture (entity relationships, cross-workflow dependencies)
Produces a scored report with risk ratings and prioritized recommendations.The RFL assessment produces a scored report covering: - Workflow health score (0-100) - Code quality score (0-100) - Settings completeness score (0-100) - Integration risk rating (LOW/MEDIUM/HIGH/CRITICAL) - Prioritized remediation recommendationsEach finding includes severity, affected entity, and a specific fix recommendation.

Step arrow right iconAudit Settings

`Audit all settings for ORDER::HD — find any gaps`

Cross-references workflow rule parameters against deployed settings. Flags missing settings, wrong value formats, and cascading scope issues (RETAILER vs ACCOUNT).

Step arrow right iconCheck Event Health

`Show me event failure rates and NO_MATCH events for the last 24 hours`

Queries Prometheus metrics or Event API, runs anomaly detection, and reports: - Failure rate (threshold: >5%) - NO_MATCH events (any = critical — means workflow gaps) - PENDING queue buildup - Single-event dominance (possible runaway loops)

Step arrow right iconValidate Cross-Entity Connections

`Run connection analysis on ORDER::HD with --validate against a real order`

Compares the static workflow paths (what should happen) against actual runtime events for a real entity (what did happen). Shows gaps, unexpected events, and timing analysis. Flags any rulesets that never fired in production.