Revise an existing story based on changes to its story-prompt.md
Revise an existing story based on updated instructions in its story-prompt.md.
$ARGUMENTS/story-prompt.md to get the current prompt with any new or changed instructions.git diff $ARGUMENTS/story-prompt.md to see what changed in the prompt. If there is no git diff (changes already committed), run git log -1 -p -- $ARGUMENTS/story-prompt.md to see the most recent change.$ARGUMENTS/ (the .md file that is not story-prompt.md, postamble.md, or LICENSE-*).CLAUDE.md for writing conventions.The story file must begin with this header structure:
# Story Title
### *One-line tagline in italics*
### A Story by Claude & Mark Buckaway
---
If the prompt specifies a title or subtitle, use those. Otherwise keep the existing ones.
Then the story body, divided into titled parts using ## Part Name headings, separated by --- horizontal rules.
End the story with *fin.*
Tell the user the story has been revised, summarize what changed, and suggest they review it. Do not commit, publish, or run any other scripts automatically.