[
  {
    "id": "structure-001",
    "category": "formulaic-structures",
    "subcategory": "numbered-transitions",
    "pattern": "^Firstly,",
    "severity": "high",
    "confidence": 0.92,
    "examples": [
      "Firstly, we need to consider performance.",
      "Firstly, let's examine the architecture."
    ],
    "replacements": [
      "First,",
      "Start the sentence directly",
      "Use natural transitions"
    ],
    "context": "Formulaic enumeration - very common AI pattern",
    "frequency": "very-common",
    "domains": [
      "academic",
      "technical"
    ]
  },
  {
    "id": "structure-002",
    "category": "formulaic-structures",
    "subcategory": "numbered-transitions",
    "pattern": "^Secondly,",
    "severity": "high",
    "confidence": 0.91,
    "examples": [
      "Secondly, we must address security.",
      "Secondly, consider the cost implications."
    ],
    "replacements": [
      "Second,",
      "Next,",
      "Continue naturally"
    ],
    "context": "Paired with Firstly - strong AI signal",
    "frequency": "very-common",
    "domains": [
      "academic",
      "technical"
    ]
  },
  {
    "id": "structure-003",
    "category": "formulaic-structures",
    "subcategory": "numbered-transitions",
    "pattern": "^Thirdly,",
    "severity": "high",
    "confidence": 0.9,
    "examples": [
      "Thirdly, we need to optimize for mobile.",
      "Thirdly, documentation is essential."
    ],
    "replacements": [
      "Third,",
      "Finally,",
      "Additionally,"
    ],
    "context": "Completes the numbered trio",
    "frequency": "common",
    "domains": [
      "academic",
      "technical"
    ]
  },
  {
    "id": "structure-004",
    "category": "formulaic-structures",
    "subcategory": "numbered-transitions",
    "pattern": "^Lastly,",
    "severity": "high",
    "confidence": 0.88,
    "examples": [
      "Lastly, we should monitor performance.",
      "Lastly, testing is crucial."
    ],
    "replacements": [
      "Finally,",
      "Last,",
      "End naturally without marker"
    ],
    "context": "Formal conclusion marker",
    "frequency": "common",
    "domains": [
      "academic",
      "technical"
    ]
  },
  {
    "id": "structure-005",
    "category": "formulaic-structures",
    "subcategory": "conclusion-phrases",
    "pattern": "In conclusion,",
    "severity": "high",
    "confidence": 0.94,
    "examples": [
      "In conclusion, microservices offer flexibility.",
      "In conclusion, testing saves time."
    ],
    "replacements": [
      "Just end when you're done",
      "State the conclusion directly",
      "Omit the marker"
    ],
    "context": "School essay structure - very obvious AI tell",
    "frequency": "very-common",
    "domains": [
      "academic"
    ]
  },
  {
    "id": "structure-006",
    "category": "formulaic-structures",
    "subcategory": "conclusion-phrases",
    "pattern": "To summarize,",
    "severity": "high",
    "confidence": 0.91,
    "examples": [
      "To summarize, caching improves performance.",
      "To summarize, we covered three approaches."
    ],
    "replacements": [
      "Recap without announcing it",
      "End with key takeaway",
      "Skip the meta-commentary"
    ],
    "context": "Formal summary introduction",
    "frequency": "common",
    "domains": [
      "academic",
      "executive"
    ]
  },
  {
    "id": "structure-007",
    "category": "formulaic-structures",
    "subcategory": "conclusion-phrases",
    "pattern": "In summary,",
    "severity": "high",
    "confidence": 0.9,
    "examples": [
      "In summary, security requires multiple layers.",
      "In summary, the migration was successful."
    ],
    "replacements": [
      "Summarize without labeling it",
      "State conclusions directly",
      "Omit the preamble"
    ],
    "context": "Academic conclusion marker",
    "frequency": "common",
    "domains": [
      "academic",
      "executive"
    ]
  },
  {
    "id": "structure-008",
    "category": "formulaic-structures",
    "subcategory": "conclusion-phrases",
    "pattern": "To conclude,",
    "severity": "high",
    "confidence": 0.89,
    "examples": [
      "To conclude, automation reduces errors.",
      "To conclude, the approach proved effective."
    ],
    "replacements": [
      "End naturally",
      "State the conclusion",
      "Skip the marker"
    ],
    "context": "Formal ending marker",
    "frequency": "occasional",
    "domains": [
      "academic"
    ]
  },
  {
    "id": "structure-009",
    "category": "formulaic-structures",
    "subcategory": "introduction-phrases",
    "pattern": "In this (article|post|paper|section)",
    "severity": "high",
    "confidence": 0.87,
    "examples": [
      "In this article, we explore microservices.",
      "In this paper, we present a novel algorithm."
    ],
    "replacements": [
      "Just start explaining",
      "Begin with the content",
      "Skip the meta-introduction"
    ],
    "context": "Academic/formal introduction",
    "frequency": "very-common",
    "domains": [
      "academic",
      "technical"
    ]
  },
  {
    "id": "structure-010",
    "category": "formulaic-structures",
    "subcategory": "introduction-phrases",
    "pattern": "This (article|post|paper) (will|aims to|seeks to)",
    "severity": "high",
    "confidence": 0.86,
    "examples": [
      "This article will discuss caching strategies.",
      "This paper aims to demonstrate effectiveness."
    ],
    "replacements": [
      "Start with the topic directly",
      "Begin explaining immediately",
      "Skip intent declaration"
    ],
    "context": "Self-referential introduction",
    "frequency": "very-common",
    "domains": [
      "academic",
      "technical"
    ]
  },
  {
    "id": "structure-011",
    "category": "formulaic-structures",
    "subcategory": "three-item-lists",
    "pattern": "\\b(\\w+), (\\w+), and (\\w+)\\b",
    "severity": "medium",
    "confidence": 0.75,
    "examples": [
      "Fast, reliable, and secure.",
      "Users want speed, simplicity, and security."
    ],
    "replacements": [
      "Use 2 or 4+ items",
      "Vary list lengths",
      "Break pattern occasionally"
    ],
    "context": "Three-item lists are AI-typical structure",
    "frequency": "very-common",
    "domains": [
      "technical",
      "executive"
    ]
  },
  {
    "id": "structure-012",
    "category": "formulaic-structures",
    "subcategory": "bullet-overuse",
    "pattern": "^\\s*[•\\-\\*]\\s+\\w+",
    "severity": "medium",
    "confidence": 0.7,
    "examples": [
      "• First benefit\n• Second benefit\n• Third benefit",
      "- Point one\n- Point two\n- Point three"
    ],
    "replacements": [
      "Mix bullets with prose",
      "Use numbered lists occasionally",
      "Vary presentation format"
    ],
    "context": "Excessive bullet points without prose",
    "frequency": "very-common",
    "domains": [
      "technical",
      "executive"
    ]
  },
  {
    "id": "structure-013",
    "category": "formulaic-structures",
    "subcategory": "section-intros",
    "pattern": "Let's (explore|examine|discuss|consider)",
    "severity": "medium",
    "confidence": 0.78,
    "examples": [
      "Let's explore the architecture.",
      "Let's examine the trade-offs."
    ],
    "replacements": [
      "Just explore it - start the topic",
      "Begin directly",
      "Skip the invitation"
    ],
    "context": "Conversational but formulaic intro",
    "frequency": "very-common",
    "domains": [
      "technical",
      "casual"
    ]
  },
  {
    "id": "structure-014",
    "category": "formulaic-structures",
    "subcategory": "section-intros",
    "pattern": "Now (that we've|let's|we'll|we)",
    "severity": "medium",
    "confidence": 0.76,
    "examples": [
      "Now that we've covered basics, let's dive deeper.",
      "Now let's examine the implementation."
    ],
    "replacements": [
      "Transition naturally",
      "Continue without marker",
      "Just shift topics"
    ],
    "context": "Formulaic transition",
    "frequency": "common",
    "domains": [
      "technical",
      "casual"
    ]
  },
  {
    "id": "structure-015",
    "category": "formulaic-structures",
    "subcategory": "rhetorical-questions",
    "pattern": "What (does this mean|is the solution|should we do|are the benefits)\\?",
    "severity": "medium",
    "confidence": 0.8,
    "examples": [
      "What does this mean for developers?",
      "What are the benefits of caching?"
    ],
    "replacements": [
      "Answer directly without the question",
      "State the point immediately",
      "Skip rhetorical setup"
    ],
    "context": "Formulaic Q&A structure",
    "frequency": "common",
    "domains": [
      "technical",
      "casual"
    ]
  },
  {
    "id": "structure-016",
    "category": "formulaic-structures",
    "subcategory": "rhetorical-questions",
    "pattern": "Why (is this important|does this matter|should (you|we) care)\\?",
    "severity": "medium",
    "confidence": 0.79,
    "examples": [
      "Why is this important?",
      "Why should you care about security?"
    ],
    "replacements": [
      "Explain importance directly",
      "Start with the reason",
      "Skip the setup question"
    ],
    "context": "Rhetorical framing device",
    "frequency": "common",
    "domains": [
      "technical",
      "executive",
      "casual"
    ]
  },
  {
    "id": "structure-017",
    "category": "formulaic-structures",
    "subcategory": "rhetorical-questions",
    "pattern": "How (can we|do we|does this|will this)",
    "severity": "medium",
    "confidence": 0.77,
    "examples": [
      "How can we improve performance?",
      "How does this work in practice?"
    ],
    "replacements": [
      "Answer the question directly",
      "Explain without asking",
      "Skip the rhetorical question"
    ],
    "context": "Common Q&A format",
    "frequency": "very-common",
    "domains": [
      "technical",
      "casual"
    ]
  },
  {
    "id": "structure-018",
    "category": "formulaic-structures",
    "subcategory": "step-patterns",
    "pattern": "Step \\d+:",
    "severity": "low",
    "confidence": 0.65,
    "examples": [
      "Step 1: Install dependencies",
      "Step 2: Configure the database"
    ],
    "replacements": [
      "Use natural progression",
      "Number without 'Step'",
      "Vary instruction format"
    ],
    "context": "Procedural but acceptable in tutorials",
    "frequency": "common",
    "domains": [
      "technical"
    ]
  },
  {
    "id": "structure-019",
    "category": "formulaic-structures",
    "subcategory": "comparison-intros",
    "pattern": "On (the one hand|one hand)",
    "severity": "medium",
    "confidence": 0.83,
    "examples": [
      "On the one hand, microservices offer flexibility.",
      "On one hand, caching improves speed."
    ],
    "replacements": [
      "State the first point directly",
      "Skip the framework",
      "Just present the trade-off"
    ],
    "context": "Formulaic comparison structure",
    "frequency": "common",
    "domains": [
      "academic",
      "executive"
    ]
  },
  {
    "id": "structure-020",
    "category": "formulaic-structures",
    "subcategory": "comparison-intros",
    "pattern": "On the other hand,",
    "severity": "medium",
    "confidence": 0.84,
    "examples": [
      "On the other hand, they add complexity.",
      "On the other hand, it uses more memory."
    ],
    "replacements": [
      "But they add complexity",
      "However, memory usage increases",
      "Use simpler contrast words"
    ],
    "context": "Paired with 'on one hand'",
    "frequency": "common",
    "domains": [
      "academic",
      "executive"
    ]
  },
  {
    "id": "structure-021",
    "category": "formulaic-structures",
    "subcategory": "reference-phrases",
    "pattern": "As discussed above",
    "severity": "medium",
    "confidence": 0.79,
    "examples": [
      "Example using As discussed above",
      "Another example with As discussed above"
    ],
    "replacements": [
      "Use specific language instead",
      "Be more direct",
      "Provide concrete details"
    ],
    "context": "Self-referential",
    "frequency": "occasional",
    "domains": [
      "technical",
      "executive",
      "academic"
    ]
  },
  {
    "id": "structure-022",
    "category": "formulaic-structures",
    "subcategory": "reference-phrases",
    "pattern": "As mentioned earlier",
    "severity": "medium",
    "confidence": 0.78,
    "examples": [
      "Example using As mentioned earlier",
      "Another example with As mentioned earlier"
    ],
    "replacements": [
      "Use specific language instead",
      "Be more direct",
      "Provide concrete details"
    ],
    "context": "Self-referential",
    "frequency": "occasional",
    "domains": [
      "technical",
      "executive",
      "academic"
    ]
  },
  {
    "id": "structure-023",
    "category": "formulaic-structures",
    "subcategory": "reference-phrases",
    "pattern": "As noted previously",
    "severity": "medium",
    "confidence": 0.77,
    "examples": [
      "Example using As noted previously",
      "Another example with As noted previously"
    ],
    "replacements": [
      "Use specific language instead",
      "Be more direct",
      "Provide concrete details"
    ],
    "context": "Self-referential",
    "frequency": "occasional",
    "domains": [
      "technical",
      "executive",
      "academic"
    ]
  },
  {
    "id": "structure-024",
    "category": "formulaic-structures",
    "subcategory": "reference-phrases",
    "pattern": "As shown above",
    "severity": "low",
    "confidence": 0.7,
    "examples": [
      "Example using As shown above",
      "Another example with As shown above"
    ],
    "replacements": [
      "Use specific language instead",
      "Be more direct",
      "Provide concrete details"
    ],
    "context": "Reference (acceptable)",
    "frequency": "occasional",
    "domains": [
      "technical",
      "executive",
      "academic"
    ]
  },
  {
    "id": "structure-025",
    "category": "formulaic-structures",
    "subcategory": "forward-reference",
    "pattern": "As we will see",
    "severity": "medium",
    "confidence": 0.75,
    "examples": [
      "Example using As we will see",
      "Another example with As we will see"
    ],
    "replacements": [
      "Use specific language instead",
      "Be more direct",
      "Provide concrete details"
    ],
    "context": "Preview language",
    "frequency": "occasional",
    "domains": [
      "technical",
      "executive",
      "academic"
    ]
  },
  {
    "id": "structure-026",
    "category": "formulaic-structures",
    "subcategory": "forward-reference",
    "pattern": "As we shall see",
    "severity": "high",
    "confidence": 0.8,
    "examples": [
      "Example using As we shall see",
      "Another example with As we shall see"
    ],
    "replacements": [
      "Use specific language instead",
      "Be more direct",
      "Provide concrete details"
    ],
    "context": "Formal preview",
    "frequency": "common",
    "domains": [
      "technical",
      "executive",
      "academic"
    ]
  },
  {
    "id": "structure-027",
    "category": "formulaic-structures",
    "subcategory": "importance-claims",
    "pattern": "It is important to",
    "severity": "high",
    "confidence": 0.85,
    "examples": [
      "Example using It is important to",
      "Another example with It is important to"
    ],
    "replacements": [
      "Use specific language instead",
      "Be more direct",
      "Provide concrete details"
    ],
    "context": "Meta-importance",
    "frequency": "common",
    "domains": [
      "technical",
      "executive",
      "academic"
    ]
  },
  {
    "id": "structure-028",
    "category": "formulaic-structures",
    "subcategory": "importance-claims",
    "pattern": "It is crucial to",
    "severity": "high",
    "confidence": 0.84,
    "examples": [
      "Example using It is crucial to",
      "Another example with It is crucial to"
    ],
    "replacements": [
      "Use specific language instead",
      "Be more direct",
      "Provide concrete details"
    ],
    "context": "Strong meta-claim",
    "frequency": "common",
    "domains": [
      "technical",
      "executive",
      "academic"
    ]
  },
  {
    "id": "structure-029",
    "category": "formulaic-structures",
    "subcategory": "importance-claims",
    "pattern": "It is essential to",
    "severity": "high",
    "confidence": 0.83,
    "examples": [
      "Example using It is essential to",
      "Another example with It is essential to"
    ],
    "replacements": [
      "Use specific language instead",
      "Be more direct",
      "Provide concrete details"
    ],
    "context": "Strong meta-claim",
    "frequency": "common",
    "domains": [
      "technical",
      "executive",
      "academic"
    ]
  },
  {
    "id": "structure-030",
    "category": "formulaic-structures",
    "subcategory": "importance-claims",
    "pattern": "It is necessary to",
    "severity": "medium",
    "confidence": 0.79,
    "examples": [
      "Example using It is necessary to",
      "Another example with It is necessary to"
    ],
    "replacements": [
      "Use specific language instead",
      "Be more direct",
      "Provide concrete details"
    ],
    "context": "Necessity claim",
    "frequency": "occasional",
    "domains": [
      "technical",
      "executive",
      "academic"
    ]
  },
  {
    "id": "structure-031",
    "category": "formulaic-structures",
    "subcategory": "emphasis-markers",
    "pattern": "It must be noted",
    "severity": "high",
    "confidence": 0.82,
    "examples": [
      "Example using It must be noted",
      "Another example with It must be noted"
    ],
    "replacements": [
      "Use specific language instead",
      "Be more direct",
      "Provide concrete details"
    ],
    "context": "Forced emphasis",
    "frequency": "common",
    "domains": [
      "technical",
      "executive",
      "academic"
    ]
  },
  {
    "id": "structure-032",
    "category": "formulaic-structures",
    "subcategory": "emphasis-markers",
    "pattern": "It should be noted",
    "severity": "high",
    "confidence": 0.81,
    "examples": [
      "Example using It should be noted",
      "Another example with It should be noted"
    ],
    "replacements": [
      "Use specific language instead",
      "Be more direct",
      "Provide concrete details"
    ],
    "context": "Passive emphasis",
    "frequency": "common",
    "domains": [
      "technical",
      "executive",
      "academic"
    ]
  },
  {
    "id": "structure-033",
    "category": "formulaic-structures",
    "subcategory": "interest-claims",
    "pattern": "It is interesting to note",
    "severity": "high",
    "confidence": 0.84,
    "examples": [
      "Example using It is interesting to note",
      "Another example with It is interesting to note"
    ],
    "replacements": [
      "Use specific language instead",
      "Be more direct",
      "Provide concrete details"
    ],
    "context": "Self-proclaimed interest",
    "frequency": "common",
    "domains": [
      "technical",
      "executive",
      "academic"
    ]
  },
  {
    "id": "structure-034",
    "category": "formulaic-structures",
    "subcategory": "interest-claims",
    "pattern": "It is noteworthy that",
    "severity": "high",
    "confidence": 0.83,
    "examples": [
      "Example using It is noteworthy that",
      "Another example with It is noteworthy that"
    ],
    "replacements": [
      "Use specific language instead",
      "Be more direct",
      "Provide concrete details"
    ],
    "context": "Self-proclaimed note",
    "frequency": "common",
    "domains": [
      "technical",
      "executive",
      "academic"
    ]
  },
  {
    "id": "structure-035",
    "category": "formulaic-structures",
    "subcategory": "significance-claims",
    "pattern": "It is significant that",
    "severity": "high",
    "confidence": 0.82,
    "examples": [
      "Example using It is significant that",
      "Another example with It is significant that"
    ],
    "replacements": [
      "Use specific language instead",
      "Be more direct",
      "Provide concrete details"
    ],
    "context": "Claimed significance",
    "frequency": "common",
    "domains": [
      "technical",
      "executive",
      "academic"
    ]
  },
  {
    "id": "structure-036",
    "category": "formulaic-structures",
    "subcategory": "explanation-phrases",
    "pattern": "What this means is",
    "severity": "medium",
    "confidence": 0.77,
    "examples": [
      "Example using What this means is",
      "Another example with What this means is"
    ],
    "replacements": [
      "Use specific language instead",
      "Be more direct",
      "Provide concrete details"
    ],
    "context": "Obvious explanation",
    "frequency": "occasional",
    "domains": [
      "technical",
      "executive",
      "academic"
    ]
  },
  {
    "id": "structure-037",
    "category": "formulaic-structures",
    "subcategory": "explanation-phrases",
    "pattern": "What this shows is",
    "severity": "medium",
    "confidence": 0.76,
    "examples": [
      "Example using What this shows is",
      "Another example with What this shows is"
    ],
    "replacements": [
      "Use specific language instead",
      "Be more direct",
      "Provide concrete details"
    ],
    "context": "Obvious conclusion",
    "frequency": "occasional",
    "domains": [
      "technical",
      "executive",
      "academic"
    ]
  },
  {
    "id": "structure-038",
    "category": "formulaic-structures",
    "subcategory": "explanation-phrases",
    "pattern": "What we see here is",
    "severity": "medium",
    "confidence": 0.75,
    "examples": [
      "Example using What we see here is",
      "Another example with What we see here is"
    ],
    "replacements": [
      "Use specific language instead",
      "Be more direct",
      "Provide concrete details"
    ],
    "context": "Pointing out obvious",
    "frequency": "occasional",
    "domains": [
      "technical",
      "executive",
      "academic"
    ]
  },
  {
    "id": "structure-039",
    "category": "formulaic-structures",
    "subcategory": "summary-phrases",
    "pattern": "The key takeaway is",
    "severity": "medium",
    "confidence": 0.78,
    "examples": [
      "Example using The key takeaway is",
      "Another example with The key takeaway is"
    ],
    "replacements": [
      "Use specific language instead",
      "Be more direct",
      "Provide concrete details"
    ],
    "context": "Formulaic summary",
    "frequency": "occasional",
    "domains": [
      "technical",
      "executive",
      "academic"
    ]
  },
  {
    "id": "structure-040",
    "category": "formulaic-structures",
    "subcategory": "summary-phrases",
    "pattern": "The bottom line is",
    "severity": "medium",
    "confidence": 0.77,
    "examples": [
      "Example using The bottom line is",
      "Another example with The bottom line is"
    ],
    "replacements": [
      "Use specific language instead",
      "Be more direct",
      "Provide concrete details"
    ],
    "context": "Business cliche",
    "frequency": "occasional",
    "domains": [
      "technical",
      "executive",
      "academic"
    ]
  },
  {
    "id": "structure-041",
    "category": "formulaic-structures",
    "subcategory": "centrality-claims",
    "pattern": "At the core of",
    "severity": "medium",
    "confidence": 0.76,
    "examples": [
      "Example using At the core of",
      "Another example with At the core of"
    ],
    "replacements": [
      "Use specific language instead",
      "Be more direct",
      "Provide concrete details"
    ],
    "context": "Core metaphor",
    "frequency": "occasional",
    "domains": [
      "technical",
      "executive",
      "academic"
    ]
  },
  {
    "id": "structure-042",
    "category": "formulaic-structures",
    "subcategory": "centrality-claims",
    "pattern": "Central to this is",
    "severity": "medium",
    "confidence": 0.75,
    "examples": [
      "Example using Central to this is",
      "Another example with Central to this is"
    ],
    "replacements": [
      "Use specific language instead",
      "Be more direct",
      "Provide concrete details"
    ],
    "context": "Centrality claim",
    "frequency": "occasional",
    "domains": [
      "technical",
      "executive",
      "academic"
    ]
  },
  {
    "id": "structure-043",
    "category": "formulaic-structures",
    "subcategory": "centrality-claims",
    "pattern": "Fundamental to this is",
    "severity": "medium",
    "confidence": 0.74,
    "examples": [
      "Example using Fundamental to this is",
      "Another example with Fundamental to this is"
    ],
    "replacements": [
      "Use specific language instead",
      "Be more direct",
      "Provide concrete details"
    ],
    "context": "Foundation claim",
    "frequency": "occasional",
    "domains": [
      "technical",
      "executive",
      "academic"
    ]
  },
  {
    "id": "structure-044",
    "category": "formulaic-structures",
    "subcategory": "truth-claims",
    "pattern": "The reality is",
    "severity": "medium",
    "confidence": 0.79,
    "examples": [
      "Example using The reality is",
      "Another example with The reality is"
    ],
    "replacements": [
      "Use specific language instead",
      "Be more direct",
      "Provide concrete details"
    ],
    "context": "Asserting reality",
    "frequency": "occasional",
    "domains": [
      "technical",
      "executive",
      "academic"
    ]
  },
  {
    "id": "structure-045",
    "category": "formulaic-structures",
    "subcategory": "truth-claims",
    "pattern": "The truth is",
    "severity": "medium",
    "confidence": 0.78,
    "examples": [
      "Example using The truth is",
      "Another example with The truth is"
    ],
    "replacements": [
      "Use specific language instead",
      "Be more direct",
      "Provide concrete details"
    ],
    "context": "Asserting truth",
    "frequency": "occasional",
    "domains": [
      "technical",
      "executive",
      "academic"
    ]
  },
  {
    "id": "structure-046",
    "category": "formulaic-structures",
    "subcategory": "truth-claims",
    "pattern": "The fact is",
    "severity": "medium",
    "confidence": 0.77,
    "examples": [
      "Example using The fact is",
      "Another example with The fact is"
    ],
    "replacements": [
      "Use specific language instead",
      "Be more direct",
      "Provide concrete details"
    ],
    "context": "Asserting fact",
    "frequency": "occasional",
    "domains": [
      "technical",
      "executive",
      "academic"
    ]
  },
  {
    "id": "structure-047",
    "category": "formulaic-structures",
    "subcategory": "emphasis-markers",
    "pattern": "The point is",
    "severity": "medium",
    "confidence": 0.76,
    "examples": [
      "Example using The point is",
      "Another example with The point is"
    ],
    "replacements": [
      "Use specific language instead",
      "Be more direct",
      "Provide concrete details"
    ],
    "context": "Direct emphasis",
    "frequency": "occasional",
    "domains": [
      "technical",
      "executive",
      "academic"
    ]
  },
  {
    "id": "structure-048",
    "category": "formulaic-structures",
    "subcategory": "informal-intro",
    "pattern": "The thing is",
    "severity": "medium",
    "confidence": 0.75,
    "examples": [
      "Example using The thing is",
      "Another example with The thing is"
    ],
    "replacements": [
      "Use specific language instead",
      "Be more direct",
      "Provide concrete details"
    ],
    "context": "Casual intro",
    "frequency": "occasional",
    "domains": [
      "technical",
      "executive",
      "academic"
    ]
  },
  {
    "id": "structure-049",
    "category": "formulaic-structures",
    "subcategory": "informal-intro",
    "pattern": "Here's the thing",
    "severity": "medium",
    "confidence": 0.74,
    "examples": [
      "Example using Here's the thing",
      "Another example with Here's the thing"
    ],
    "replacements": [
      "Use specific language instead",
      "Be more direct",
      "Provide concrete details"
    ],
    "context": "Casual emphasis",
    "frequency": "occasional",
    "domains": [
      "technical",
      "executive",
      "academic"
    ]
  },
  {
    "id": "structure-050",
    "category": "formulaic-structures",
    "subcategory": "rhetorical-setup",
    "pattern": "The question is",
    "severity": "medium",
    "confidence": 0.73,
    "examples": [
      "Example using The question is",
      "Another example with The question is"
    ],
    "replacements": [
      "Use specific language instead",
      "Be more direct",
      "Provide concrete details"
    ],
    "context": "Rhetorical setup",
    "frequency": "occasional",
    "domains": [
      "technical",
      "executive",
      "academic"
    ]
  },
  {
    "id": "structure-051",
    "category": "formulaic-structures",
    "subcategory": "rhetorical-setup",
    "pattern": "This raises the question",
    "severity": "medium",
    "confidence": 0.76,
    "examples": [
      "Example using This raises the question",
      "Another example with This raises the question"
    ],
    "replacements": [
      "Use specific language instead",
      "Be more direct",
      "Provide concrete details"
    ],
    "context": "Question intro",
    "frequency": "occasional",
    "domains": [
      "technical",
      "executive",
      "academic"
    ]
  },
  {
    "id": "structure-052",
    "category": "formulaic-structures",
    "subcategory": "rhetorical-setup",
    "pattern": "This begs the question",
    "severity": "high",
    "confidence": 0.8,
    "examples": [
      "Example using This begs the question",
      "Another example with This begs the question"
    ],
    "replacements": [
      "Use specific language instead",
      "Be more direct",
      "Provide concrete details"
    ],
    "context": "Often misused phrase",
    "frequency": "common",
    "domains": [
      "technical",
      "executive",
      "academic"
    ]
  },
  {
    "id": "structure-053",
    "category": "formulaic-structures",
    "subcategory": "assertion-phrases",
    "pattern": "One thing is clear",
    "severity": "high",
    "confidence": 0.81,
    "examples": [
      "Example using One thing is clear",
      "Another example with One thing is clear"
    ],
    "replacements": [
      "Use specific language instead",
      "Be more direct",
      "Provide concrete details"
    ],
    "context": "Forced clarity",
    "frequency": "common",
    "domains": [
      "technical",
      "executive",
      "academic"
    ]
  },
  {
    "id": "structure-054",
    "category": "formulaic-structures",
    "subcategory": "assertion-phrases",
    "pattern": "One thing is certain",
    "severity": "high",
    "confidence": 0.8,
    "examples": [
      "Example using One thing is certain",
      "Another example with One thing is certain"
    ],
    "replacements": [
      "Use specific language instead",
      "Be more direct",
      "Provide concrete details"
    ],
    "context": "Forced certainty",
    "frequency": "common",
    "domains": [
      "technical",
      "executive",
      "academic"
    ]
  },
  {
    "id": "structure-055",
    "category": "formulaic-structures",
    "subcategory": "certainty-claims",
    "pattern": "There is no doubt",
    "severity": "high",
    "confidence": 0.82,
    "examples": [
      "Example using There is no doubt",
      "Another example with There is no doubt"
    ],
    "replacements": [
      "Use specific language instead",
      "Be more direct",
      "Provide concrete details"
    ],
    "context": "Overclaimed certainty",
    "frequency": "common",
    "domains": [
      "technical",
      "executive",
      "academic"
    ]
  }
]
