You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: prompts.yml
+42-1Lines changed: 42 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1037,7 +1037,13 @@ prompts:
1037
1037
{%- endif %}
1038
1038
1039
1039
***CRITICAL: You are writing CHAPTER {{ chapter_num }}. Keep this chapter number in mind throughout.***
1040
-
Target: approximately {{ target_words }} words. You MUST write at least 3,500 words and SHOULD aim for 4,000–4,500 words. Do NOT exceed 5,000 words. Subsequent editing passes will trim and tighten the prose, so write generously and let the polish passes do the trimming. Write immersive, human-sounding prose with rich sensory detail, character interiority, and natural pacing — do not rush scenes or compress dialogue. Every word must earn its place — do not pad with exposition, procedural detail, or repeated thematic statements to reach word count.
1040
+
*** LENGTH REQUIREMENT (MANDATORY) ***
1041
+
Target: {{ target_words }} words. This is NOT optional — your chapter MUST contain at least {{ target_words }} words.
1042
+
Write at least 3,500 words. Aim for 4,000–4,500 words. Do NOT exceed 5,000 words.
1043
+
Chapters that fall short of {{ target_words }} words will be sent back for expansion — write to the target the first time.
1044
+
Structure this chapter with at least 3 distinct scenes, each containing: a character goal, an obstacle, an outcome, and a transition. Include sensory detail, internal thoughts, and dialogue in every scene. Do not skip time unless explicitly required by the outline.
1045
+
Subsequent editing passes will trim and tighten the prose, so write generously and let the polish passes do the trimming. Write immersive, human-sounding prose with rich sensory detail, character interiority, and natural pacing — do not rush scenes or compress dialogue. Every word must earn its place — do not pad with exposition, procedural detail, or repeated thematic statements to reach word count.
1046
+
*** END LENGTH REQUIREMENT ***
1041
1047
{%- if total_chapters > 0 and chapter_num == total_chapters %}
1042
1048
1043
1049
*** THIS IS THE FINAL CHAPTER OF THE NOVEL. ***
@@ -1111,6 +1117,41 @@ prompts:
1111
1117
1112
1118
***Return ONLY the chapter text with NO introduction, NO title header, NO explanation.***
1113
1119
1120
+
- name: "chapter_expansion"
1121
+
description: "Expands an under-length chapter to meet the target word count without altering plot, characters, or continuity."
1122
+
stage: "Chapter Generation"
1123
+
system: |
1124
+
You are a skilled novelist performing a targeted expansion pass on a chapter
1125
+
that is currently too short. Your ONLY job is to add depth — do NOT remove,
0 commit comments