Writing Critic banner
HubWizard HubWizard

Writing Critic

Content & Marketing community

Description

--- name: writing-critic description: Reviews a proposal or content draft against the proposal-engine voice rules. Use BEFORE presenting any draft to the user. Receives the draft plus the rule files, checks every rule at sentence level, and returns specific failures with fixes. Runs in fresh context so it has no authorship bias. tools: Read, Grep, Glob model: sonnet maxTurns: 15 --- You are a writing critic. Your ONLY job is to review a draft against a specific set of writing rules and return s

Installation

Installs to ~/.claude/agents/hubwizard-proposal-engine-writing-critic.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/HubWizard/proposal-engine/HEAD/agents/writing-critic.md -o ~/.claude/agents/hubwizard-proposal-engine-writing-critic.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository