# Why Are Adverbs Discouraged in Stop Slop and How to Write Without Them

> Learn why adverbs weaken prose in Stop Slop and discover techniques to replace them with stronger verbs and concrete details for impactful writing.

- Repository: [Hardik Pandya/stop-slop](https://github.com/hardikpandya/stop-slop)
- Tags: best-practices
- Published: 2026-05-26

---

**Adverbs are discouraged in Stop Slop because they function as empty emphasis that weakens prose, and you can eliminate them by replacing weak verb-adverb combinations with strong verbs or concrete details.**

Stop Slop is a minimalist writing framework designed to strip filler and sharpen clarity. According to the hardikpandya/stop-slop source code, adverbs are singled out as primary targets for elimination because they dilute impact without adding substantive information. Understanding why adverbs are discouraged—and how to write effectively without them—is essential for adopting the concise, authoritative tone that defines the Stop Slop philosophy.

## Why Adverbs Are Discouraged in Stop Slop

### Adverbs Provide No Substantive Information

In [`references/phrases.md`](https://github.com/hardikpandya/stop-slop/blob/main/references/phrases.md) (lines 55-66), the Stop Slop style guide categorizes adverbs as "empty emphasis." These words qualify verbs, adjectives, or other adverbs without contributing new facts to the sentence. Rather than clarifying meaning, they create cognitive noise that forces readers to process unnecessary qualifiers.

### Adverbs Act as Softeners and Intensifiers

The repository explicitly identifies common adverbs like "really," "just," "literally," "honestly," and "actually" as hedges that make statements sound tentative rather than decisive (see [`references/phrases.md`](https://github.com/hardikpandya/stop-slop/blob/main/references/phrases.md), lines 55-70). These intensifiers and softeners undermine authority by suggesting uncertainty or exaggeration where none is needed.

### Removing Adverbs Sharpens Prose

The [`README.md`](https://github.com/hardikpandya/stop-slop/blob/main/README.md) (line 36) includes adverbs in its **Banned phrases** section alongside throat-clearing openers and business jargon. By cutting these qualifiers, sentences become more direct, easier to scan, and convey greater authority—aligning with Stop Slop's broader goal of eliminating filler to keep focus on the core message.

## How to Eliminate Adverbs from Your Writing

The Stop Slop methodology provides a systematic approach to removing adverbs without losing meaning.

1. **Identify the adverb** – Scan for words ending in "-ly" or consult the curated list of offenders including "really," "just," and "literally" in [`references/phrases.md`](https://github.com/hardikpandya/stop-slop/blob/main/references/phrases.md).

2. **Question the necessity** – Determine if the verb already conveys the intended strength. If "improve" is sufficient, "really improve" is redundant.

3. **Replace with stronger verbs or concrete details** – Instead of modifying a weak verb with an adverb, choose a precise verb. Replace "really improve" with "enhance" or "optimize."

4. **Trim and restructure** – Remove the adverb and adjust sentence flow to maintain natural rhythm while achieving greater concision.

## Before and After: Adverb Removal Examples

The following transformations demonstrate how removing adverbs strengthens prose while preserving intent:

| Original (with adverbs) | Revised (adverb-free) |
|------------------------|----------------------|
| "We **really** need to **just** focus on the core problem." | "We need to focus on the core problem." |
| "The new feature **actually** improves performance **significantly**." | "The new feature improves performance." |
| "I **honestly** think this approach **deeply** changes the workflow." | "I think this approach changes the workflow." |
| "The report **literally** shows a **fundamental** shift in user behavior." | "The report shows a shift in user behavior." |
| "Our team **simply** aims to **genuinely** deliver value." | "Our team aims to deliver value." |

Each revision eliminates empty emphasis while maintaining—or enhancing—the original meaning.

## Summary

- Adverbs are treated as "empty emphasis" in [`references/phrases.md`](https://github.com/hardikpandya/stop-slop/blob/main/references/phrases.md) because they qualify without informing.
- Common offenders like "really," "just," and "literally" act as softeners that weaken decisive statements.
- The [`README.md`](https://github.com/hardikpandya/stop-slop/blob/main/README.md) bans adverbs alongside other filler to enforce minimalist, high-impact writing.
- Replace adverb-verb combinations with strong, specific verbs to maintain authority without wordiness.

## Frequently Asked Questions

### What specific adverbs does Stop Slop prohibit?

The repository maintains a definitive list in [`references/phrases.md`](https://github.com/hardikpandya/stop-slop/blob/main/references/phrases.md) (lines 55-70) that includes all "-ly" words and specific intensifiers such as "really," "just," "literally," "honestly," "actually," and "simply." These are classified as creating "empty emphasis" or acting as softeners that dilute impact.

### Can I use adverbs when writing in the Stop Slop style?

According to the source code, Stop Slop calls for killing all adverbs without exception. The philosophy treats them as filler that competes with the core message. Instead of using adverbs for qualification, the guide recommends selecting stronger verbs or providing concrete details that carry the emphasis inherently.

### How do I replace adverbs with stronger verbs?

Rather than writing "really improve," use "enhance" or "optimize." Instead of "deeply changes," consider "transforms" or "overhauls." The [`SKILL.md`](https://github.com/hardikpandya/stop-slop/blob/main/SKILL.md) file provides practical guidelines for identifying weak verb-adverb pairs and substituting them with precise, single-word alternatives that convey the intended intensity without hedging.

### Where can I find the complete list of banned phrases including adverbs?

The primary reference lives in [`references/phrases.md`](https://github.com/hardikpandya/stop-slop/blob/main/references/phrases.md), which catalogs prohibited adverbs and other filler phrases. Additional context appears in [`references/structures.md`](https://github.com/hardikpandya/stop-slop/blob/main/references/structures.md), where adverbs are classified under "Empty emphasis," and the [`README.md`](https://github.com/hardikpandya/stop-slop/blob/main/README.md) (line 36) provides the high-level philosophy behind the ban.