Skip to content
PARAGRAPH

Structural Pattern

source

Detect listicle-like structural patterns in paragraphs.

Class
StructuralPatternRule
Rule name
structural
Count key
structural

Behavior

ResultInput textWhy
Flag"Problem: ... Solution: ... Result: ..."Repeated bold-header blocks produce rigid listicle framing.
Flag"Reliable, scalable, and maintainable."Triadic pattern used repeatedly creates synthetic cadence.
Pass"The section opens with one heading followed by normal paragraphs."Uses structure, but not repetitive patterning.
Pass"The system is reliable and maintainable at this workload."Natural phrasing without triadic slogan cadence.

Severity

Medium to high when multiple structural signals co-occur.

Default configuration

bold_header_min3
bold_header_penalty-5
bullet_run_min6
bullet_run_penalty-3
context_window_chars60
triadic_advice_min3
triadic_penalty-1
triadic_record_cap5

Contributors