Skip to main content

When to Use

Add this to ensure every code generation produces complete, robust, and documented workflows with no dead ends, swallowed errors, or missing handling.

Rule Definition

Name — Prevent Workflow Gaps Description — paste this into the rule description field on the platform:

How It Works

  1. Add this rule to your project on the platform
  2. Generated code produces complete workflows with no dead ends or stubs
  3. Error handling is explicit — no silently swallowed exceptions
  4. External service calls include timeouts and failure handling
  5. Code review validates completeness, error handling, and documentation