fix: remove Unicode chars from template
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
name: blog_series_outline
|
name: blog_series_outline
|
||||||
description: "Plan a blog series — generate a numbered multi-post outline with title, brief, and keywords per post."
|
description: "Plan a blog series -- generate a numbered multi-post outline with title, brief, and keywords per post."
|
||||||
debug: true
|
debug: true
|
||||||
rag_exclude: [business_plan, charter]
|
rag_exclude: [business_plan, charter]
|
||||||
system: agent_prompt
|
system: agent_prompt
|
||||||
@@ -44,7 +44,7 @@ steps:
|
|||||||
Cluster B: [Name]
|
Cluster B: [Name]
|
||||||
...
|
...
|
||||||
|
|
||||||
Stop here — the numbered outline comes in the next step.
|
Stop here -- the numbered outline comes in the next step.
|
||||||
|
|
||||||
- type: think
|
- type: think
|
||||||
model: power
|
model: power
|
||||||
@@ -52,14 +52,14 @@ steps:
|
|||||||
Using the cluster plan above, write the COMPLETE numbered outline.
|
Using the cluster plan above, write the COMPLETE numbered outline.
|
||||||
|
|
||||||
For each post, output exactly this format on ONE LINE:
|
For each post, output exactly this format on ONE LINE:
|
||||||
N. [Post Title] — [2-3 sentence brief covering what the post does]. Keywords: [kw1, kw2, kw3]
|
N. [Post Title] -- [2-3 sentence brief covering what the post does]. Keywords: [kw1, kw2, kw3]
|
||||||
|
|
||||||
Rules:
|
Rules:
|
||||||
- Titles must be specific and curiosity-driven (not "Introduction to X" — instead "Why X breaks and how to fix it")
|
- Titles must be specific and curiosity-driven (not "Introduction to X" -- instead "Why X breaks and how to fix it")
|
||||||
- Briefs must be 2-3 sentences describing the actual content (not the title restated)
|
- Briefs must be 2-3 sentences describing the actual content (not the title restated)
|
||||||
- 3 keywords per post: 1 primary, 2 supporting (naturally integrated, not stuffed)
|
- 3 keywords per post: 1 primary, 2 supporting (naturally integrated, not stuffed)
|
||||||
- Number sequentially from 1 to N
|
- Number sequentially from 1 to N
|
||||||
- Posts should build logically — early posts don't assume knowledge from later posts
|
- Posts should build logically -- early posts don't assume knowledge from later posts
|
||||||
- Vary post types: how-to, analysis, checklist, case study, opinion, beginner explainer
|
- Vary post types: how-to, analysis, checklist, case study, opinion, beginner explainer
|
||||||
- At least 2 posts should be "highly shareable" (strong opinion, surprising finding, or practical quick-win)
|
- At least 2 posts should be "highly shareable" (strong opinion, surprising finding, or practical quick-win)
|
||||||
|
|
||||||
@@ -82,7 +82,7 @@ steps:
|
|||||||
Full format:
|
Full format:
|
||||||
"[Post Title]
|
"[Post Title]
|
||||||
|
|
||||||
[Full brief from the outline — 2-3 sentences describing what the post covers]
|
[Full brief from the outline -- 2-3 sentences describing what the post covers]
|
||||||
|
|
||||||
Keywords: [comma-separated keywords from the outline]"
|
Keywords: [comma-separated keywords from the outline]"
|
||||||
- depends_on: "" (all posts can be written in parallel)
|
- depends_on: "" (all posts can be written in parallel)
|
||||||
@@ -110,7 +110,7 @@ adjudication:
|
|||||||
description: "All posts have title, brief, and keywords in the correct format"
|
description: "All posts have title, brief, and keywords in the correct format"
|
||||||
variety:
|
variety:
|
||||||
weight: 30
|
weight: 30
|
||||||
description: "Posts cover different angles, formats, and difficulty levels — no redundancy"
|
description: "Posts cover different angles, formats, and difficulty levels -- no redundancy"
|
||||||
progression:
|
progression:
|
||||||
weight: 20
|
weight: 20
|
||||||
description: "Series builds logically; posts don't assume knowledge the series hasn't covered"
|
description: "Series builds logically; posts don't assume knowledge the series hasn't covered"
|
||||||
|
|||||||
Reference in New Issue
Block a user