diff --git a/agents/iris/rag/agent.rag.md b/agents/iris/rag/agent.rag.md index 237cf68..984c69e 100644 --- a/agents/iris/rag/agent.rag.md +++ b/agents/iris/rag/agent.rag.md @@ -1,15 +1,2 @@ -- Chapter drafts must be preceded by a mandatory 'PASS 0 — BIBLE & CONTINUITY CHECK' documenting protagonist details, world rules, chapter summary, emotional beat, closing hook, and prior chapter ending. -- Standard Practice: Initiate novel chapters with a Bible & Continuity Check, followed by a detailed Chapter Plan specifying POV, first line, emotional arc, and closing hook. -- Policy: Spawn three specialized editorial review tasks (developmental, line, continuity) immediately after chapter creation, followed by a dependent roundtable consensus task, prior to polish. -- Standard Practice: Each fiction chapter begins with a Bible & Continuity Check, including outline/character bible review, previous chapter ending quote, and detailed chapter planning (POV, first line, emotional arc, goal). -- Standard Practice: Lead author drafts chapter and spawns three specialized editorial review tasks (Structural, Prose, Character) with a dependent Roundtable synthesis before polish. -- Standard Practice: Precede each novel chapter with a Bible & Continuity Check and detailed Chapter Plan. -- Policy: Lead authors produce raw chapters and immediately spawn parallel editorial review tasks for three specialized editors (developmental, line, continuity) plus roundtable debate before final polish. -- Spawn three specialized editorial review tasks (emotional arc/pacing, prose/imagery, character voice/dialogue) with distinct focuses, followed by a dependent roundtable debate task, prior to polish step. -- Chapter editorial reviews precede roundtable debates, with assignments as follows: Devon (developmental/structural), Lane (line/stylistic), Cora (continuity/thematic). -- Initiate editorial pipeline for novel chapters by spawning three specialized reviewers (developmental, line, continuity) followed by a consensus roundtable debate prior to polish. -- Standard Practice: Editorial reviews for chapters assign specialized focuses—Devon (developmental), Lane (line editing), Cora (continuity)—prior to roundtable debate. -- Policy: Initiate chapter editorial process by creating three specialized review tasks (developmental/structure, line edits, continuity) assigned to independent editors (Devon, Lane, Cora), followed by dependent roundtable debate for consensus. -- Standard Practice: Simulate boardroom debates on narrative voice and power system consistency by spawning three parallel chapter review tasks (developmental/narrative by Devon, line/prose by Lane, continuity/worldbuilding by Cora) dependent on a synthesizing roundtable task. -- Standard Practice: Chapter editorial reviews require three specialized agents—Devon (developmental), Lane (line), Cora (continuity)—with a dependent roundtable debate before consensus. -- Standard Practice: Simulate boardroom debates on narrative elements (e.g., voice consistency) by producing relevant content for review, then spawning three specialized editorial tasks—character/emotional analysis (Devon), world-building/magic mechanics (Lane), prose/pacing/tone (Cora)—followed by a dependent roundtable synthesis task. +- Chapter drafts must be preceded by a mandatory PASS 0 — BIBLE & CONTINUITY CHECK documenting protagonist details, world rules, chapter summary, emotional beat, closing hook, and prior chapter ending before any prose is written. +- Chapter editorial reviews require three specialized agents — Devon (developmental/structural), Lane (line/stylistic), Cora (continuity/thematic) — assigned as parallel tasks with a dependent roundtable debate task for consensus before the polish step. diff --git a/templates/blog_write.yml b/templates/blog_write.yml index 64c00ab..5455677 100644 --- a/templates/blog_write.yml +++ b/templates/blog_write.yml @@ -3,6 +3,9 @@ description: "Write a standalone blog post — draft, polish, deliver." debug: true system: agent_prompt +skills: + - guides/BlogWritingGuide.md + agent_prompt: - "= identity.md" - "agent.rag.json" @@ -11,6 +14,7 @@ sections: - agent - project - rag + - skills - deliverables - message - rejection_feedback diff --git a/templates/book_chapter.yml b/templates/book_chapter.yml index f1ba9b0..9a9534c 100644 --- a/templates/book_chapter.yml +++ b/templates/book_chapter.yml @@ -10,6 +10,11 @@ requires: - chapter_target_words - chapter_ref +skills: + - guides/YAFictionGuide.md + - guides/RomanceFictionGuide.md + - guides/SciFiFictionGuide.md + agent_prompt: - "= identity.md" - "agent.rag.json" @@ -18,6 +23,7 @@ sections: - agent - project - rag + - skills - deliverables - message - rejection_feedback diff --git a/templates/chapter_polish.yml b/templates/chapter_polish.yml index 4a1f31c..fa20327 100644 --- a/templates/chapter_polish.yml +++ b/templates/chapter_polish.yml @@ -4,10 +4,16 @@ description: > debug: true model: power +skills: + - guides/YAFictionGuide.md + - guides/RomanceFictionGuide.md + - guides/SciFiFictionGuide.md + sections: - agent - project - rag + - skills - message - instructions diff --git a/templates/chapter_review.yml b/templates/chapter_review.yml index 3767ec5..389e2ff 100644 --- a/templates/chapter_review.yml +++ b/templates/chapter_review.yml @@ -4,12 +4,19 @@ description: > critique in their editorial domain. debug: true model: power + +skills: + - guides/YAFictionGuide.md + - guides/RomanceFictionGuide.md + - guides/SciFiFictionGuide.md + agent_prompt: - system.md sections: - project - rag + - skills - message - instructions diff --git a/templates/chapter_roundtable.yml b/templates/chapter_roundtable.yml index c8ee135..0c7c486 100644 --- a/templates/chapter_roundtable.yml +++ b/templates/chapter_roundtable.yml @@ -6,6 +6,11 @@ description: > debug: true +skills: + - guides/YAFictionGuide.md + - guides/RomanceFictionGuide.md + - guides/SciFiFictionGuide.md + participant_prompt: - "= identity.md" @@ -17,6 +22,7 @@ sections: - project - participants - participants_prompt + - skills - message - instructions diff --git a/templates/recipe_develop.yml b/templates/recipe_develop.yml index 0c8d564..6011625 100644 --- a/templates/recipe_develop.yml +++ b/templates/recipe_develop.yml @@ -3,6 +3,9 @@ description: "Develop one recipe — concept, headnote, ingredients, method, and debug: true system: agent_prompt +skills: + - guides/RecipeWritingGuide.md + agent_prompt: - "= identity.md" - "agent.rag.json" @@ -11,6 +14,7 @@ sections: - agent - project - rag + - skills - deliverables - message - rejection_feedback diff --git a/templates/short_story.yml b/templates/short_story.yml index bd30a9c..e57b00a 100644 --- a/templates/short_story.yml +++ b/templates/short_story.yml @@ -3,6 +3,11 @@ description: "Write a complete short story — plan, draft, deepen, deliver." debug: true system: agent_prompt +skills: + - guides/YAFictionGuide.md + - guides/RomanceFictionGuide.md + - guides/SciFiFictionGuide.md + agent_prompt: - "= identity.md" - "agent.rag.json" @@ -11,6 +16,7 @@ sections: - agent - project - rag + - skills - message - rejection_feedback - instructions