Bow Tie Kreative MARKETING Grammar

Copy rules · structure

MG-STRUCT-004

Should structure machine-checkable

The rule

Process steps number between three and seven and are named with imperative verbs.

Why

Below three the method looks trivial; above seven it looks unmanageable.

Applies to

This rule is enforced by POST /v1/validate; violations return this rule id in the error record.

Full record

data/rules.json
{
  "id": "MG-STRUCT-004",
  "category": "structure",
  "severity": "should",
  "statement": "Process steps number between three and seven and are named with imperative verbs.",
  "rationale": "Below three the method looks trivial; above seven it looks unmanageable.",
  "applies_to": [
    "process"
  ],
  "machine_checkable": true
}

This rule as JSON →