| name | write-classical-rhetoric-article-create |
| description | Creates ethos-pathos-logos rhetoric articles using the Classical Rhetoric Article Create prompt from jeffbailey.us. Direct shortcut — skips framework selection. Use when the user says /write:classical-rhetoric-article-create. |
Classical Rhetoric Article Create
Direct shortcut to create articles using the Classical Rhetoric Article Create framework. Skips framework selection — use /write:article if you want recommendations instead.
Prompt Caching
All prompts are cached locally as markdown to avoid repeated network fetches.
Cache directory: ~/.claude/cache/writing-prompts/
To load the prompt:
- Check if
~/.claude/cache/writing-prompts/classical-rhetoric-article-create.md exists
- If it exists, read and use it
- If it does not exist, fetch and cache it:
mkdir -p ~/.claude/cache/writing-prompts && curl -s "https://jeffbailey.us/prompts/classical-rhetoric-article-create/raw.html" | pandoc -f html -t markdown --wrap=none -o ~/.claude/cache/writing-prompts/classical-rhetoric-article-create.md
- Read the newly cached file and use it
To refresh a cached prompt: delete the cached file and re-fetch using step 3.
Workflow
-
Understand the request -- Ask the user what they want to write about, who the audience is, and what outcome they want.
-
Load the prompt -- Load the Classical Rhetoric Article Create prompt (slug: classical-rhetoric-article-create) using the caching steps above.
-
Gather variables -- If the loaded prompt contains template variables in the format {{variable_name|default="value"}}:
- Has a non-empty default: Present the default and let the user accept or override it.
- Has an empty default or no default: The user must provide a value. Show the HTML comment examples as suggestions to choose from.
Present all variables at once. Pre-fill any values already clear from the user's initial request.
-
Apply the prompt -- Substitute all gathered values into the template variables, then follow the loaded prompt instructions to create the article.
-
Apply writing style -- If the article is for jeffbaileyblog, also load the writing style guide (slug: writing-style) using the same caching steps.
-
Deliver the draft -- Present the article draft to the user for review.
Reference
All writing framework prompts are maintained at https://jeffbailey.us/prompts/