Issue
Workflow Stage Has Too Few Checks
A workflow stage lacks enough checks, gates, criteria, or review conditions to safely support the work it controls.
What This Looks Like
A workflow stage controls meaningful work but has too few checks to support that responsibility. The stage may route, approve, transform, escalate, or finalize work without enough validation, review criteria, prerequisites, or handoff conditions.
Why It Matters
A weakly checked stage can pass problems downstream. Users may believe the workflow has a control point, but the stage does not actually inspect enough to justify the control it performs. This can create false confidence and make later failures harder to diagnose.
Structural Signal
A workflow stage has authority or responsibility greater than its check coverage. The issue is not simply that a check failed; it is that the stage lacks enough declared checks to govern the work it controls.
Common Triggers
- A workflow stage is added before review criteria are defined
- The stage inherits responsibility from another process without inheriting checks
- Validation is reduced to one broad question
- Tool or AI output is accepted without sufficient gating
- Edge cases are routed through a stage designed for common cases
- Review burden is shifted downstream without declaring it
When to Use This Issue
Use this Issue when a workflow stage lacks enough checks, criteria, gates, or conditions to safely support its role.
When Not to Use This Issue
Do not use this Issue when checks exist but are ignored. Do not use it when the problem is duplicate checks rather than insufficient checks.
Category
Primary Pattern
Declared Patterns
Density Vacuum
A structural condition where a region expected to contain sufficient nodes, edges, coverage, or relationships falls below declared density thresholds.
Incomplete Declaration
A structural condition where an element is declared but required attributes, dependencies, or linked definitions are missing.
Orphaned Structure
A structural condition where a node, region, object, state, or declaration exists without linkage to the governing graph or integration pathway.
Derived Primary Lenses
Absence Lens
Detects structurally required elements that are missing from the observed structure.
Compression Lens
Reduces structural graphs into stable minimal representations for comparison, redundancy detection, and diffing.
Constraint Sufficiency Lens
Evaluates whether declared constraints are sufficient to eliminate structural degrees of freedom.
Derived Secondary Lenses
Search Intents
- workflow stage has too few checks
- AI workflow missing checks
- workflow gate too weak
- not enough review checks
- stage lacks validation
- workflow stage underchecked