PARAGRAPH
Detect listicle-like structural patterns in paragraphs.
Behavior¶
| Result | Input text | Why |
|---|---|---|
| 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