PENGO Workbench
Workbench / Patterns / Incomplete Declaration

PAT-0130

Incomplete Declaration

A structural condition where an element is declared but required attributes, dependencies, or linked definitions are missing.

Primary Lenses

LEN-0100

Absence Lens

Detects structurally required elements that are missing from the observed structure.

Lens Application

The Absence Lens is a strong inspection mechanism for Incomplete Declaration because incomplete declarations often appear as missing required fields, absent references, or undeclared dependencies. It supports inspection by highlighting where the structure expects something to exist but the observed declaration leaves it empty, unresolved, or disconnected.

Inspect For

  • Required attributes left blank or omitted
  • Missing dependency declarations
  • References to definitions that do not exist
  • Declared elements lacking required links

Avoid

Treat missing structural pieces as inspection signals rather than conclusive evidence that the declaration is defective.

LEN-0160

Constraint Sufficiency Lens

Evaluates whether declared constraints are sufficient to eliminate structural degrees of freedom.

Lens Application

The Constraint Sufficiency Lens is a primary inspection mechanism for Incomplete Declaration because it examines whether a declared element has enough constraints to determine its required structure. It helps surface missing attributes, absent dependency links, underspecified references, or unresolved definitions that leave the declaration structurally open.

Inspect For

  • Required attributes left blank, implicit, or undefined
  • Dependencies declared without usable targets
  • References to missing or incomplete linked definitions
  • Constraints that allow multiple unresolved interpretations

Avoid

Treat insufficient constraints as evidence for further inspection rather than as confirmation that the declaration is incomplete.

Secondary Lenses

LEN-0200

Interface Contract Lens

Compares declared interface structure to observed runtime structure to detect contract deviations.

Lens Application

The Interface Contract Lens supports inspection of Incomplete Declaration by highlighting mismatches between what an interface declares and what appears during runtime. For incomplete declarations, those mismatches may point to absent fields, unresolved dependencies, or interface elements that are structurally present but not sufficiently connected.

Inspect For

  • Declared fields absent at runtime
  • Required dependencies not resolved
  • Linked definitions missing or unreachable
  • Runtime structures with partial contract coverage

Avoid

Treat contract deviations as signals for further inspection rather than confirmation that an incomplete declaration exists.

Primary Issue Matches

Supporting Issue Matches

ISS-0077

Diagnostic Area Has No Coverage

A known diagnostic area, failure mode, requirement, or review dimension has no Issue, check, rubric item, or workflow coverage.

ISS-0081

Evaluation Rubric Has Coverage Gap

An evaluation rubric, grading standard, or review checklist leaves part of the required evaluation space uncovered.

ISS-0014

Fallback Authority Is Missing

The system does not declare who or what has authority when the primary owner, rule, tool, source, or decision path is unavailable or inconclusive.

ISS-0028

Format Rule Too Weak

The format instruction is too vague, incomplete, or optional to reliably produce output that satisfies the expected structure.

ISS-0079

Policy Area Has No Examples

A policy, rule, standard, or guidance area has no examples showing how it should apply to real cases.

ISS-0090

Policy Decision Depends on Itself

A policy decision requires the outcome of the same policy decision before it can be made.

ISS-0033

Saved Memory Not Used

A saved memory, preference, instruction, or durable context item exists but does not affect the AI output when it should.

ISS-0011

Task Has No Clear Limit

The task does not declare where the AI should stop, what is out of scope, or what counts as enough work.

ISS-0078

Workflow Stage Has Too Few Checks

A workflow stage lacks enough checks, gates, criteria, or review conditions to safely support the work it controls.

ISS-0013

Workflow Step Has No Decision Owner

A workflow step requires a decision, approval, judgment, or routing choice, but no owner is declared for making it.