Cleaning up
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
name: ai_article_plan
|
||||
name: ai_article_plan
|
||||
description: "Plan a 10-article series — select topics, write briefs, spawn 10 writing tasks for Iris."
|
||||
debug: true
|
||||
rag_exclude: [business_plan, charter]
|
||||
system: agent_prompt
|
||||
|
||||
agent_prompt:
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
name: ai_article_research
|
||||
name: ai_article_research
|
||||
description: "Research the article series topic — live search + synthesis + spawn article plan task."
|
||||
debug: true
|
||||
rag_exclude: [business_plan, charter]
|
||||
system: agent_prompt
|
||||
|
||||
agent_prompt:
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
name: ai_article_write
|
||||
name: ai_article_write
|
||||
description: "Write one standalone article from a brief — draft, polish, deliver."
|
||||
debug: true
|
||||
rag_exclude: [business_plan, charter]
|
||||
system: agent_prompt
|
||||
|
||||
agent_prompt:
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
name: blog_research
|
||||
description: "Research a blog topic — live web search + synthesis + spawn a blog_write task."
|
||||
debug: true
|
||||
rag_exclude: [business_plan, charter]
|
||||
system: agent_prompt
|
||||
|
||||
agent_prompt:
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
name: blog_series_outline
|
||||
description: "Plan a blog series — generate a numbered multi-post outline with title, brief, and keywords per post."
|
||||
debug: true
|
||||
rag_exclude: [business_plan, charter]
|
||||
system: agent_prompt
|
||||
|
||||
agent_prompt:
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
name: blog_write
|
||||
description: "Write a standalone blog post — draft, polish, deliver."
|
||||
debug: true
|
||||
rag_exclude: [business_plan, charter]
|
||||
system: agent_prompt
|
||||
|
||||
requires:
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
name: book_editorial
|
||||
description: "Editorial boardroom — agents review the full manuscript, debate quality, and produce written editorial notes."
|
||||
debug: true
|
||||
rag_exclude: [business_plan, charter]
|
||||
system: agent_prompt
|
||||
|
||||
agent_prompt:
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
name: book_outline
|
||||
name: book_outline
|
||||
description: "Boardroom debate to lock the book concept, produce a character bible (for fiction) + full chapter outline, then spawn chapter writing tasks."
|
||||
debug: true
|
||||
rag_exclude: [business_plan, charter]
|
||||
system: agent_prompt
|
||||
step_pause_mode: true
|
||||
context_builders:
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
name: book_research
|
||||
description: "Research trends and context for a book — live search + synthesis + documented findings."
|
||||
debug: true
|
||||
rag_exclude: [business_plan, charter]
|
||||
system: agent_prompt
|
||||
|
||||
agent_prompt:
|
||||
|
||||
@@ -1,9 +1,10 @@
|
||||
name: chapter_polish
|
||||
name: chapter_polish
|
||||
description: >
|
||||
Iris applies the editorial consensus changes to the chapter. This is a bounded
|
||||
correction pass, not a rewrite. Only the listed changes are applied; everything
|
||||
else is preserved verbatim.
|
||||
debug: true
|
||||
rag_exclude: [business_plan, charter]
|
||||
model: power
|
||||
system: agent_prompt
|
||||
|
||||
|
||||
@@ -3,6 +3,7 @@ description: >
|
||||
Independent chapter review. Agent reads the chapter and produces a structured
|
||||
critique in their editorial domain with explicit must-fix vs optional categorization.
|
||||
debug: true
|
||||
rag_exclude: [business_plan, charter]
|
||||
model: power
|
||||
system: agent_prompt
|
||||
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
name: character_sheet
|
||||
description: "Extract and build a structured character sheet from outline or description. Produces a voice-signature-ready profile for pipeline injection."
|
||||
debug: true
|
||||
rag_exclude: [business_plan, charter]
|
||||
system: agent_prompt
|
||||
|
||||
agent_prompt:
|
||||
|
||||
@@ -3,6 +3,7 @@ description: Update a character's static profile when permanent arc changes occu
|
||||
Triggered when PASS 3 flags Permanent=YES for a character.
|
||||
Reads current character deliverable, appends arc log entry, updates changed fields,
|
||||
and updates relevant RAG files if voice or magic changed.
|
||||
rag_exclude: [business_plan, charter]
|
||||
|
||||
context:
|
||||
- character_name: "" # Full character name
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
name: drafting
|
||||
description: "Write one chapter in draft-only mode — continuity check, draft prompt, draft, character state extraction, then stop. No editorial pipeline."
|
||||
debug: true
|
||||
rag_exclude: [business_plan, charter]
|
||||
system: agent_prompt
|
||||
|
||||
requires:
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
name: recipe_collection_plan
|
||||
description: "Plan a themed recipe collection and spawn individual recipe_develop tasks for Iris."
|
||||
debug: true
|
||||
rag_exclude: [business_plan, charter]
|
||||
system: agent_prompt
|
||||
|
||||
agent_prompt:
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
name: recipe_develop
|
||||
description: "Develop one recipe — concept, headnote, ingredients, method, and variations."
|
||||
debug: true
|
||||
rag_exclude: [business_plan, charter]
|
||||
system: agent_prompt
|
||||
|
||||
skills:
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
name: short_story
|
||||
description: "Write a complete short story — plan, draft, deepen, deliver."
|
||||
debug: true
|
||||
rag_exclude: [business_plan, charter]
|
||||
system: agent_prompt
|
||||
|
||||
skills:
|
||||
|
||||
Reference in New Issue
Block a user