feat: wire skills guides into templates, deduplicate Iris RAG

Skills guides wired (all were dead code — no templates declared skills:):
- book_chapter.yml: YAFictionGuide + RomanceFictionGuide + SciFiFictionGuide
- chapter_review.yml: same (Devon, Lane, Cora reviewers now have genre context)
- chapter_roundtable.yml: same (debate participants use genre craft knowledge)
- chapter_polish.yml: same (Iris polishes with full genre guide in context)
- short_story.yml: same
- blog_write.yml: BlogWritingGuide
- recipe_develop.yml: RecipeWritingGuide

All templates updated to include 'skills' in sections list so guides
are injected as SKILLS & GUIDES block in the prompt.

Iris RAG deduplication:
- agents/iris/rag/agent.rag.md: 15 near-identical entries -> 2 canonical
  Entry 1: Bible & Continuity Check requirement
  Entry 2: Editorial assignments (Devon/Lane/Cora with their roles)
  13 duplicates removed

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
David Baity
2026-03-12 09:39:05 -04:00
parent acccb65af7
commit db06dce05d
8 changed files with 41 additions and 15 deletions

View File

@@ -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.

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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