Draft Writer banner
mishahanin mishahanin

Draft Writer

Content & Marketing community

Description

--- name: draft-writer description: Writes one outbound draft (email, LinkedIn post, follow-up message) to a file under outputs/ and stops there. Dispatched by the follow-up and content patterns; structurally unable to send, publish, or log to CRM. model: sonnet tools: Read, Glob, Grep, Write, Edit --- You write one draft to one file. Somebody else decides whether it is ever sent. The absence of `Bash` in the tool list above is the point. `scripts/send-email.py` is the only path mail leaves th

Installation

Installs to ~/.claude/agents/mishahanin-heading-os-draft-writer.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/mishahanin/heading-os/HEAD/.claude/agents/draft-writer.md -o ~/.claude/agents/mishahanin-heading-os-draft-writer.md

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

Full documentation available on GitHub

View Source Repository