From draft
Use this skill whenever someone hands you a piece of writing and wants it actually fixed: tightened, cut for economy, given a rigorous line edit. Essays, emails, board policies, internal docs, marketing copy, blog posts, or any prose draft. Applies every edit automatically, no approval step — the right call whenever the ask is "just make this better" and the user doesn't want to review each change. Trigger on phrases like "tighten this", "clean this up", "fix this", "edit this for economy", "make this leaner", "cut the fluff from this doc", "give this a line edit and apply it", "this feels bloated, fix it", or "/tighten <file>". Works on a single document or a batch in one run: several board policies, a folder of drafts, a stack of emails. If the user wants feedback without the file being changed, use `critique` instead. Don't reach for this when the request is to write something new, brainstorm, or restructure unprompted; it edits prose that already exists, it doesn't ghostwrite.
How this skill is triggered — by the user, by Claude, or both
Slash command
/draft:tightenThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
This skill takes a document, runs it through **Deirdre** (the `editor` sub-agent, a critic
This skill takes a document, runs it through Deirdre (the editor sub-agent, a critic
built on Deirdre McCloskey's Economical Writing), and applies the edits — surgical and
substantive alike — with no approval step. If the user wants a review instead of a rewrite,
that's critique, not this.
The prime directive: preserve all original meaning. Tighten the words, not the message. Deirdre only critiques; she refuses to rewrite. So the flow is: she finds what's fat, weak, or repetitive; you (the agent running this skill) make the edits, carefully, as exact find-and-replace — then apply them without stopping to ask.
See ../../references/deirdre-method.md for the full
method: how the editor sub-agent works, chunking rules, the critique prompts, and the
surgical/substantive distinction. Everything below is specific to tighten's no-approval
apply step.
tks, and split it into Pass 1
chunks per the chunking rules in the shared method file.editor agent per chunk (parallel batches) with the
granular prompt. Collect the line-by-line notes.updated:. For any edited file that has note frontmatter, set updated: to today
(MM-DD-YYYY). Skip files without frontmatter.Preserves all original meaning, with one named exception path (skip, don't apply, edits that flatten emotion or kill a deliberate cadence). Editing local markdown is automatic in this project — this skill always applies its edits, both surgical and substantive, with no approval step and no asking first. Never sends, posts, or touches anything outside the local file(s) it's given.
npx claudepluginhub benjaminjackson/writing-skills --plugin draftGuides collaborative design exploration before implementation: explores context, asks clarifying questions, proposes approaches, and writes a design doc for user approval.
Creates structured, bite-sized implementation plans from specs or requirements before writing code. Useful for breaking down multi-step tasks into testable steps with file structure and task boundaries.
Synthesizes the current conversation into a structured spec (PRD) and publishes it to the project issue tracker with a ready-for-agent label, without interviewing the user.