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
- Add this rule to your project on the platform
- Generated code produces complete workflows with no dead ends or stubs
- Error handling is explicit — no silently swallowed exceptions
- External service calls include timeouts and failure handling
- Code review validates completeness, error handling, and documentation