Skip to main content
AIDiveForge AIDiveForge
✂️

Draft Tightener

Writing & Editing · by AIDiveForge · Apr 20, 2026 · Beginner

Cut 20 percent of a draft while preserving the argument, using sentence-level surgery instead of paragraph deletion.

🧠 Why it works

The fastest way to make a draft 20 percent shorter is to delete paragraphs, but that also deletes content. The slowest way is to rewrite end-to-end. In between is the sentence-level pass that removes the 10-15 percent of every paragraph that is purely connective tissue. An LLM is ideal here because it can recognize hedging patterns ('it could be argued that') without needing you to define them.

⚙️ How it works

  1. Chunk the draft by paragraph. 2. For each paragraph, prompt for sentence-level edits with a strict rule: no claims, numbers, quotes, or section headings may be removed. 3. Enforce the word-count target as a hard constraint in the prompt (reject and retry if output is longer than target). 4. Render the result as a diff — strikethroughs for deletions, green for rewrites. 5. Emit a one-line summary per paragraph explaining what pattern was cut (e.g., 'removed three hedging phrases').

Description

Input: a draft and a target percentage (default 20 percent). Output: the same draft with filler phrases, hedging stacks, and redundant transitions removed — but every claim, number, and quote preserved. Each cut is shown as a strikethrough so you can see what went.

Install this skill

A Claude skill is a skill.md file with YAML frontmatter and a markdown body. Drop the file into your tool of choice — or pick a different format if you use Cursor, Windsurf, Copilot, or something else.

Download skill.md
mkdir -p ~/.claude/skills/draft-tightener \
  && curl -L https://aidiveforge.com/skill/draft-tightener.skill-md \
       -o ~/.claude/skills/draft-tightener/skill.md

Save to ~/.claude/skills/draft-tightener/skill.md

Recommended Use

Tools and workflow packs this skill pairs well with. Forge picks are auto-generated from category + capability signals; Community picks are added by people who've used the pairing.