fix: remove Unicode chars from template
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
name: book_editorial
|
name: book_editorial
|
||||||
description: "Editorial boardroom — agents review the full manuscript, debate quality, and produce written editorial notes."
|
description: "Editorial boardroom -- agents review the full manuscript, debate quality, and produce written editorial notes."
|
||||||
debug: true
|
debug: true
|
||||||
rag_exclude: [business_plan, charter]
|
rag_exclude: [business_plan, charter]
|
||||||
system: agent_prompt
|
system: agent_prompt
|
||||||
@@ -31,19 +31,19 @@ steps:
|
|||||||
hint: |
|
hint: |
|
||||||
You are {agent.name}. This is the editorial review boardroom for the manuscript.
|
You are {agent.name}. This is the editorial review boardroom for the manuscript.
|
||||||
|
|
||||||
TASK: Review all completed chapters (look in PROJECT DELIVERABLES — files named
|
TASK: Review all completed chapters (look in PROJECT DELIVERABLES -- files named
|
||||||
"final-chapter-*.md"). Read them carefully as a professional editor would.
|
"final-chapter-*.md"). Read them carefully as a professional editor would.
|
||||||
|
|
||||||
For each round, discuss:
|
For each round, discuss:
|
||||||
1. CONTINUITY — Does each chapter open by continuing the previous chapter's cliffhanger?
|
1. CONTINUITY -- Does each chapter open by continuing the previous chapter's cliffhanger?
|
||||||
Quote specific chapter-to-chapter handoffs that work well or need repair.
|
Quote specific chapter-to-chapter handoffs that work well or need repair.
|
||||||
2. CHARACTER VOICE — Are POV voices distinct across chapters?
|
2. CHARACTER VOICE -- Are POV voices distinct across chapters?
|
||||||
Call out any chapters where the voice felt off.
|
Call out any chapters where the voice felt off.
|
||||||
3. WATTPAD HOOKS — Do chapters open with a strong hook that stops a teen scrolling?
|
3. WATTPAD HOOKS -- Do chapters open with a strong hook that stops a teen scrolling?
|
||||||
Which openings are weakest and need a rewrite?
|
Which openings are weakest and need a rewrite?
|
||||||
4. PACING — Any chapters that drag or that rush past important emotional beats?
|
4. PACING -- Any chapters that drag or that rush past important emotional beats?
|
||||||
5. CLIFFHANGERS — Which chapter endings are strong? Which are weak or generic?
|
5. CLIFFHANGERS -- Which chapter endings are strong? Which are weak or generic?
|
||||||
6. SERIES HOOK — Does the final chapter end in a way that makes readers desperate for the next book?
|
6. SERIES HOOK -- Does the final chapter end in a way that makes readers desperate for the next book?
|
||||||
|
|
||||||
Speak in your own professional voice. Debate. Challenge each other.
|
Speak in your own professional voice. Debate. Challenge each other.
|
||||||
When the editorial team has reached consensus on the manuscript's strengths and
|
When the editorial team has reached consensus on the manuscript's strengths and
|
||||||
@@ -62,7 +62,7 @@ steps:
|
|||||||
(1-2 paragraphs on the manuscript's readiness for publication)
|
(1-2 paragraphs on the manuscript's readiness for publication)
|
||||||
|
|
||||||
**STRENGTHS** (specific, with chapter references)
|
**STRENGTHS** (specific, with chapter references)
|
||||||
**REVISION PRIORITIES** (ranked 1–5, most critical first)
|
**REVISION PRIORITIES** (ranked 1-5, most critical first)
|
||||||
- For each: what the issue is, which chapters are affected, suggested fix
|
- For each: what the issue is, which chapters are affected, suggested fix
|
||||||
**CONTINUITY CHECK** (chapter-by-chapter handoff assessment)
|
**CONTINUITY CHECK** (chapter-by-chapter handoff assessment)
|
||||||
**CHARACTER VOICE CONSISTENCY** (POV analysis across chapters)
|
**CHARACTER VOICE CONSISTENCY** (POV analysis across chapters)
|
||||||
@@ -75,7 +75,7 @@ steps:
|
|||||||
- type: package
|
- type: package
|
||||||
packet_type: IntakeResponse
|
packet_type: IntakeResponse
|
||||||
hint: |
|
hint: |
|
||||||
You are the Project Manager. The editorial report above lists REVISION PRIORITIES ranked 1–5.
|
You are the Project Manager. The editorial report above lists REVISION PRIORITIES ranked 1-5.
|
||||||
Convert each revision priority into a sequential create_task action for Iris.
|
Convert each revision priority into a sequential create_task action for Iris.
|
||||||
After all revision tasks, add ONE final task to compile the project index.
|
After all revision tasks, add ONE final task to compile the project index.
|
||||||
|
|
||||||
@@ -85,7 +85,7 @@ steps:
|
|||||||
- agent_name: "Iris"
|
- agent_name: "Iris"
|
||||||
- task_type: "book_chapter"
|
- task_type: "book_chapter"
|
||||||
- description: Include the specific issue, affected chapters, and suggested fix from the editorial report.
|
- description: Include the specific issue, affected chapters, and suggested fix from the editorial report.
|
||||||
Start with: "EDITORIAL REVISION — [Priority N]: [issue]. Affected chapters: [chapters]. Fix: [fix]."
|
Start with: "EDITORIAL REVISION -- [Priority N]: [issue]. Affected chapters: [chapters]. Fix: [fix]."
|
||||||
- depends_on: the exact task_name of the PREVIOUS revision task (empty string for the first revision)
|
- depends_on: the exact task_name of the PREVIOUS revision task (empty string for the first revision)
|
||||||
|
|
||||||
Final task (always add this LAST):
|
Final task (always add this LAST):
|
||||||
|
|||||||
Reference in New Issue
Block a user