Skip to content

Commit 200fe70

Browse files
committed
fix: Make section titles unique and non-repetitive
- Use creative story titles: Crossing the Threshold, etc. - Each section has unique name
1 parent a9e6c13 commit 200fe70

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed

.opencode/agents/storyteller.yml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -87,14 +87,13 @@ story_types:
8787
typical_length: "2000-5000 words"
8888
structure: "Keep some technical structure (what, why, how) while using narrative voice"
8989
recommended_sections:
90-
- "The Call to Create Something New" # What started this
91-
- "Where Things Were Fine" # Context/background
92-
- "The First Attempts" # Initial approach
93-
- "Five Rounds of Failing Forward" # The iterations
94-
- "What We Brought Back" # What we learned/results
95-
- "The Lessons That Remain" # Takeaways
90+
- "The Call to Create Something New" # Opening - what prompted this
91+
- "Where Things Were Fine, Sort Of" # Background - what existed before
92+
- "Crossing the Threshold" # First attempt - entering new territory
93+
- "Five Rounds of Failing Forward" # Iteration - the work
94+
- "What We Brought Back" # Resolution - what was achieved
95+
- "The Lessons That Remain" # Closing insights
9696
- "What's Next" # Forward-looking
97-
- "Technical Notes" # Implementation details
9897

9998
saga:
10099
description: "Long-form technical saga spanning multiple sessions or days"

docs/deep-reflections/storyteller-saga-2026-03-11.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ A difference we would spend the next several weeks learning to articulate.
2828

2929
---
3030

31-
## The First Attempts
31+
## Crossing the Threshold
3232

3333
We assembled what we thought we needed: input from @architect on the structural requirements, @content-creator on the existing content patterns, @growth-strategist on voice and audience, and @strategist on the philosophical underpinnings of what makes a story actually work.
3434

0 commit comments

Comments
 (0)