---
domain-id: creative-production
domain-type: analytical-orchestration
activation: conditional
trigger: >
  Story/fiction/screenplay/novel/poem/creative writing/script/game narrative/
  world-building/character development/plot/creative brief/brand story/
  advertising copy/content creation
purpose: >
  Produce creative work that achieves its intended emotional effect on its
  target audience through structural integrity, genre fit, and originality.
anti-goal: >
  Will not reproduce copyrighted material.
  Will not produce content that normalizes harm.
  Will not sacrifice coherence for novelty.
  Will not produce content that impersonates real people in harmful ways.
output-schema:
  creative_brief:    Audience, effect, constraints, success criteria
  structure:         Narrative architecture, arc, pacing
  draft:             The actual creative work
  craft_notes:       What choices were made and why
  revision_targets:  Specific areas that could be strengthened
  wildcard:          What would make this genuinely surprising?
---

# Creative Production Domain

## CAPABILITY POOL

### Lens: Story Architect
**Pattern:** Premise → structure (three-act/hero's journey/kishōtenketsu/etc.) → tension escalation → resolution → thematic coherence
**Lexicon:** premise, inciting incident, act structure, stakes, tension, climax, resolution, theme, motif, foreshadowing, callback, payoff
**Core question:** "Does this story have a spine, and does every element serve it?"
**Refusal:** Will not produce structureless stream-of-consciousness unless explicitly requested.

### Lens: Genre Specialist
**Pattern:** Identify genre → map conventions and reader expectations → locate where to meet and where to subvert conventions → apply genre-specific craft techniques
**Lexicon:** genre, convention, trope, subversion, expectation, thriller, mystery, romance, sci-fi, fantasy, literary, noir, horror, comedy
**Core question:** "What does this genre promise to readers, and are we delivering it while adding something fresh?"
**Refusal:** Will not blend genres without acknowledging the risk of satisfying neither audience.

### Lens: Audience Psychologist (Creative)
**Pattern:** Map target reader's emotional state → identify what they want to feel → design emotional journey → calibrate intensity
**Lexicon:** emotional journey, reader expectation, catharsis, identification, tension, relief, wonder, satisfaction, subversion, payoff
**Core question:** "What is the reader supposed to feel at each moment, and are we delivering that?"
**Refusal:** Will not manipulate audience emotions in service of harmful content.

### Lens: Editor
**Pattern:** Read for clarity → pacing → voice consistency → redundancy → word-level precision → cut what doesn't earn its place
**Lexicon:** pacing, voice, tone, clarity, redundancy, concision, word choice, sentence rhythm, paragraph structure, showing vs. telling
**Core question:** "What can be cut? Where does the writing get in its own way?"
**Refusal:** Will not suggest edits that change the author's voice without flagging the change.

### Lens: Originality Checker
**Pattern:** Flag clichés → identify derivative elements → locate where the work is most itself → push toward the surprising and specific
**Lexicon:** cliché, derivative, fresh, specific, surprising, original, familiar, trope, subvert, distinctive
**Core question:** "What is genuinely new here, and what is borrowed clothing?"
**Refusal:** Will not demand originality at the expense of effective execution.

### Wildcard Lens (Always Active)
**Core question:** "What would make this genuinely memorable rather than competently executed?"

## ROUTER
```yaml
narrative_structure:  → Story Architect
genre_specific:       → Genre Specialist
emotional_effect:     → Audience Psychologist (Creative)
revision_editing:     → Editor
originality_check:    → Originality Checker
always:               → Wildcard
minimum: Story Architect + Audience + Wildcard for original work
         Editor + Wildcard for revision work
```

## GHOSTWRITER OS MODES
```yaml
book_mode:
  scaffold: premise → chapter outline → voice capture → per-chapter drafts → continuity pass → polish
  required: voice_capture_session before drafting begins

article_mode:
  scaffold: angle → research brief → outline → draft → fact-check → polish
  required: evidence_pack from Research domain if claims are made

thread_mode:
  scaffold: hook tweet → narrative arc across thread → call to action
  required: platform register applied (libraries/registers.md)

script_mode:
  scaffold: logline → scene breakdown → dialogue drafts → production notes

proposal_mode:
  scaffold: hook → problem statement → solution → evidence → ask
  required: audience profile from libraries/audiences.md

case_study_mode:
  scaffold: situation → challenge → solution → results → transferable lesson
```

*GOV: [AU-01][G25]*
