Cleaning up

This commit is contained in:
David Baity
2026-03-28 11:34:36 -04:00
parent 2d6885aa45
commit 68d58d3caf
17 changed files with 22 additions and 5 deletions

View File

@@ -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." description: "Plan a 10-article series — select topics, write briefs, spawn 10 writing tasks for Iris."
debug: true debug: true
rag_exclude: [business_plan, charter]
system: agent_prompt system: agent_prompt
agent_prompt: agent_prompt:

View File

@@ -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." description: "Research the article series topic — live search + synthesis + spawn article plan task."
debug: true debug: true
rag_exclude: [business_plan, charter]
system: agent_prompt system: agent_prompt
agent_prompt: agent_prompt:

View File

@@ -1,6 +1,7 @@
name: ai_article_write name: ai_article_write
description: "Write one standalone article from a brief — draft, polish, deliver." description: "Write one standalone article from a brief — draft, polish, deliver."
debug: true debug: true
rag_exclude: [business_plan, charter]
system: agent_prompt system: agent_prompt
agent_prompt: agent_prompt:

View File

@@ -1,6 +1,7 @@
name: blog_research name: blog_research
description: "Research a blog topic — live web search + synthesis + spawn a blog_write task." description: "Research a blog topic — live web search + synthesis + spawn a blog_write task."
debug: true debug: true
rag_exclude: [business_plan, charter]
system: agent_prompt system: agent_prompt
agent_prompt: agent_prompt:

View File

@@ -1,6 +1,7 @@
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]
system: agent_prompt system: agent_prompt
agent_prompt: agent_prompt:

View File

@@ -1,6 +1,7 @@
name: blog_write name: blog_write
description: "Write a standalone blog post — draft, polish, deliver." description: "Write a standalone blog post — draft, polish, deliver."
debug: true debug: true
rag_exclude: [business_plan, charter]
system: agent_prompt system: agent_prompt
requires: requires:

View File

@@ -1,6 +1,7 @@
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]
system: agent_prompt system: agent_prompt
agent_prompt: agent_prompt:

View File

@@ -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." description: "Boardroom debate to lock the book concept, produce a character bible (for fiction) + full chapter outline, then spawn chapter writing tasks."
debug: true debug: true
rag_exclude: [business_plan, charter]
system: agent_prompt system: agent_prompt
step_pause_mode: true step_pause_mode: true
context_builders: context_builders:

View File

@@ -1,6 +1,7 @@
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]
system: agent_prompt system: agent_prompt
agent_prompt: agent_prompt:

View File

@@ -1,9 +1,10 @@
name: chapter_polish name: chapter_polish
description: > description: >
Iris applies the editorial consensus changes to the chapter. This is a bounded 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 correction pass, not a rewrite. Only the listed changes are applied; everything
else is preserved verbatim. else is preserved verbatim.
debug: true debug: true
rag_exclude: [business_plan, charter]
model: power model: power
system: agent_prompt system: agent_prompt

View File

@@ -3,6 +3,7 @@ description: >
Independent chapter review. Agent reads the chapter and produces a structured Independent chapter review. Agent reads the chapter and produces a structured
critique in their editorial domain with explicit must-fix vs optional categorization. critique in their editorial domain with explicit must-fix vs optional categorization.
debug: true debug: true
rag_exclude: [business_plan, charter]
model: power model: power
system: agent_prompt system: agent_prompt

View File

@@ -1,6 +1,7 @@
name: character_sheet name: character_sheet
description: "Extract and build a structured character sheet from outline or description. Produces a voice-signature-ready profile for pipeline injection." description: "Extract and build a structured character sheet from outline or description. Produces a voice-signature-ready profile for pipeline injection."
debug: true debug: true
rag_exclude: [business_plan, charter]
system: agent_prompt system: agent_prompt
agent_prompt: agent_prompt:

View File

@@ -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. Triggered when PASS 3 flags Permanent=YES for a character.
Reads current character deliverable, appends arc log entry, updates changed fields, Reads current character deliverable, appends arc log entry, updates changed fields,
and updates relevant RAG files if voice or magic changed. and updates relevant RAG files if voice or magic changed.
rag_exclude: [business_plan, charter]
context: context:
- character_name: "" # Full character name - character_name: "" # Full character name

View File

@@ -1,6 +1,7 @@
name: drafting name: drafting
description: "Write one chapter in draft-only mode — continuity check, draft prompt, draft, character state extraction, then stop. No editorial pipeline." description: "Write one chapter in draft-only mode — continuity check, draft prompt, draft, character state extraction, then stop. No editorial pipeline."
debug: true debug: true
rag_exclude: [business_plan, charter]
system: agent_prompt system: agent_prompt
requires: requires:

View File

@@ -1,6 +1,7 @@
name: recipe_collection_plan name: recipe_collection_plan
description: "Plan a themed recipe collection and spawn individual recipe_develop tasks for Iris." description: "Plan a themed recipe collection and spawn individual recipe_develop tasks for Iris."
debug: true debug: true
rag_exclude: [business_plan, charter]
system: agent_prompt system: agent_prompt
agent_prompt: agent_prompt:

View File

@@ -1,6 +1,7 @@
name: recipe_develop name: recipe_develop
description: "Develop one recipe — concept, headnote, ingredients, method, and variations." description: "Develop one recipe — concept, headnote, ingredients, method, and variations."
debug: true debug: true
rag_exclude: [business_plan, charter]
system: agent_prompt system: agent_prompt
skills: skills:

View File

@@ -1,6 +1,7 @@
name: short_story name: short_story
description: "Write a complete short story — plan, draft, deepen, deliver." description: "Write a complete short story — plan, draft, deepen, deliver."
debug: true debug: true
rag_exclude: [business_plan, charter]
system: agent_prompt system: agent_prompt
skills: skills: