fix: remove Unicode chars from template
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
name: book_research
|
name: book_research
|
||||||
description: "Research trends and context for a book — live search + synthesis + documented findings."
|
description: "Research trends and context for a book -- live search + synthesis + documented findings."
|
||||||
debug: true
|
debug: true
|
||||||
rag_exclude: [business_plan, charter]
|
rag_exclude: [business_plan, charter]
|
||||||
system: agent_prompt
|
system: agent_prompt
|
||||||
@@ -37,12 +37,12 @@ steps:
|
|||||||
PROJECT DESCRIPTION section and infer them from the project's stated goal.
|
PROJECT DESCRIPTION section and infer them from the project's stated goal.
|
||||||
|
|
||||||
Your mission: identify the single best search query to find what's TRENDING RIGHT NOW
|
Your mission: identify the single best search query to find what's TRENDING RIGHT NOW
|
||||||
in this fiction genre in 2025–2026.
|
in this fiction genre in 2025-2026.
|
||||||
|
|
||||||
State your analysis, then on the last line write:
|
State your analysis, then on the last line write:
|
||||||
SEARCH QUERY: [your query here]
|
SEARCH QUERY: [your query here]
|
||||||
|
|
||||||
Query rules: 3–8 words. Specific.
|
Query rules: 3-8 words. Specific.
|
||||||
|
|
||||||
- type: tool
|
- type: tool
|
||||||
capability: Tool_WebSearcher
|
capability: Tool_WebSearcher
|
||||||
@@ -57,17 +57,17 @@ steps:
|
|||||||
|
|
||||||
Synthesize the findings into an actionable publishing brief for this book:
|
Synthesize the findings into an actionable publishing brief for this book:
|
||||||
|
|
||||||
1. TOP TRENDING — What sub-genres and themes are hot right now? Rank them.
|
1. TOP TRENDING -- What sub-genres and themes are hot right now? Rank them.
|
||||||
2. AUDIENCE INSIGHTS — What does the target reader ({genre_audience}) demand?
|
2. AUDIENCE INSIGHTS -- What does the target reader ({genre_audience}) demand?
|
||||||
3. STORY MECHANICS — What structural patterns are winning?
|
3. STORY MECHANICS -- What structural patterns are winning?
|
||||||
4. HOT TOPIC RECOMMENDATIONS — Give 3 distinct book concept seeds, each with:
|
4. HOT TOPIC RECOMMENDATIONS -- Give 3 distinct book concept seeds, each with:
|
||||||
- Working title
|
- Working title
|
||||||
- Core hook (one sentence)
|
- Core hook (one sentence)
|
||||||
- Protagonist archetype
|
- Protagonist archetype
|
||||||
- Central conflict
|
- Central conflict
|
||||||
- Why it will resonate now
|
- Why it will resonate now
|
||||||
5. COMPETITIVE GAPS — Where is the market undersupplied?
|
5. COMPETITIVE GAPS -- Where is the market undersupplied?
|
||||||
6. SOURCES — Key URLs or references.
|
6. SOURCES -- Key URLs or references.
|
||||||
|
|
||||||
- type: document
|
- type: document
|
||||||
filename: "{{task_name_slug}}"
|
filename: "{{task_name_slug}}"
|
||||||
|
|||||||
Reference in New Issue
Block a user