fix: prettier fixes

This commit is contained in:
Brian Madison
2025-08-17 07:51:46 -05:00
parent 04c485b72e
commit 9de873777a
95 changed files with 2789 additions and 1834 deletions

View File

@@ -1,16 +1,21 @@
# ------------------------------------------------------------
# 7. Expand Premise (Snowflake Step 2)
# ------------------------------------------------------------
---
task:
id: expand-premise
name: Expand Premise
description: Turn a 1sentence idea into a 1paragraph summary.
persona_default: plot-architect
id: expand-premise
name: Expand Premise
description: Turn a 1sentence idea into a 1paragraph summary.
persona_default: plot-architect
inputs:
- premise.txt
steps:
- Ask for genre confirmation.
- Draft one paragraph (~5 sentences) covering protagonist, conflict, stakes.
output: premise-paragraph.md
...
- premise.txt
steps:
- Ask for genre confirmation.
- Draft one paragraph (~5 sentences) covering protagonist, conflict, stakes.
output: premise-paragraph.md
...