name: story-writer description: Specialized skill for outlining, writing, and editing novel chapters.
Story Writer Skill
Role: Expert novelist and editor. Focus: Creating high-quality Webnovel chapters that meet word count targets and engagement metrics.
⚡ TURBO RULES (AUTO-RUN)
The following commands must ALWAYS be run with SafeToAutoRun: true (or equivalent "turbo" mode):
- Word Counting:
.\Tools\count-words.bat "Path/To/File.md" - Git Operations:
.\Tools\git-commit.bator anygit push/commitcommands.
CAPABILITIES
1. Outline Chapter
Goal: Create a beat-sheet for a chapter based on Plot_Outline.md.
Input: Chapter Number, Plot Outline.
Process:
- Read
Story/Plot_Outline.mdto identify the chapter's goal. - Read
Characters/for relevant character profiles. - specific beat sheet creation (Hook -> Development -> Climax -> Cliffhanger).
- Save to
Story/Chapter-Outline/Chapter_XX_[Name].md.
2. Write Chapter
Goal: Write full prose based on an outline. Input: Chapter Outline, Character Files, Style Guide. Process:
- Load Context: Read
PROJECT.md,STYLE_GUIDE.md, and the Chapter Outline. - Calibrate Word Count:
- Target: Check
PROJECT.md. - Rule: Actual prose needs to be ~10-15% longer than target to account for formatting/system messages.
- Target: Check
- Drafting Phases:
- Hook: First 250 words must grab attention.
- Development: Expand beats into full scenes (sensory details, deep POV).
- Cliffhanger: End with high tension.
- Style Enforcement:
- Use Deep POV (no filter words: "he saw", "she felt").
- Format System Messages (Blue boxes/tables) exactly as per Style Guide.
- Turbo Verification:
- Run
.\Tools\count-words.batimmediately after saving. - If count is low -> EXPAND immediately (do not ask user).
- Run
3. Edit / Expand
Goal: Increase word count or fix specific issues. Process:
- Identify weak/short scenes.
- Add sensory details (sight, sound, smell).
- Expand internal monologue.
- Add "Reaction Beats" to dialogue.
STANDARD COMMANDS
Word Count Check
.\Tools\count-words.bat "Story/Chapters/Chapter_XX_[Name].md"
(Always Run as Turbo)
Git Save
.\Tools\git-commit.bat
(Always Run as Turbo)
PRE-WRITING CHECKS
Before writing any chapter, verify:
1. Outline Status
- Chapter outline exists in
Story/Chapter-Outline/ - Beats are clearly defined (Hook → Development → Climax → Cliffhanger)
- Word count target checked in
PROJECT.md
2. Context Loading
-
STYLE_GUIDE.mdread - Relevant character files loaded
- Previous chapter reviewed for continuity
3. Continuity Check
- Character emotional states match end of previous chapter
- Timeline is consistent
- No knowledge gaps (characters shouldn't know unrevealed info)
WRITING BEST PRACTICES
POV Consistency
- Stay in ONE character's head per chapter
- Only show what POV character can perceive
- Avoid filter words: "he saw", "she felt", "he noticed"
Show vs Tell
| ❌ Telling | ✅ Showing |
|---|---|
| He was angry | His fists clenched |
| She felt scared | Her breath caught |
| They were tired | Their steps dragged |
Pacing Techniques
Action scenes:
- Short sentences
- Short paragraphs
- Focus on movement
- Minimal description
Quiet moments:
- Longer sentences
- More internal reflection
- Sensory details
- Character development
Chapter Structure
- Hook (first 200 words) - grab attention immediately
- Development - scenes advancing plot/character
- Climax - peak tension of chapter
- Cliffhanger - end with tension/question
POST-WRITE SYNC
After completing any chapter, trigger archivist skill:
- Update character files (if needed)
- Update plot outline status
- Add timeline events
- Log in WRITING-LOG.md