miadi-orchestration-kit

Miadi Storyweaver Orchestration Kit

RISE specifications for a Copilot-first storytelling orchestration kit that coordinates story creation through specialized agents, repeatable skills, review gates, and exportable story artefacts.

The future kit should live at copilot/miadi-storyweaver-orchestration-kit/. These rispecs are the source of truth for the implementation agent that will create that kit.

Mission issue: jgwill/miadi-orchestration-kit#9.

Structural Tension

Read Order

File Purpose
01-reverse-engineer.md Extracts the reusable patterns from RISE, llms-txt, the storytelling rispecs, and existing orchestration kits.
02-intent.md Defines the kit vision, boundaries, non-goals, success criteria, and structural tension.
03-pipeline-spec.md Specifies the end-to-end storytelling workflow from brief intake to final export.
04-agent-roster.md Defines the agents needed to write, review, revise, and steward a story.
05-skill-surface.md Defines the Copilot skills the implementation agent should create.
06-state-and-handoff.md Specifies session state, artefact paths, handoff contracts, and resume semantics.
07-copilot-plugin-export.md Defines the plugin folder, manifest, launch commands, and smoke tests.
08-quality-gates-and-review.md Defines review gates, critique formats, consent gates, and final acceptance.
09-source-ledger.md Records source provenance and the path mismatch discovered during this mission.
10-session-episode-storyforms.md Extends Storyweaver to extract episodes, StoryForms, StoryBeats, and Story Settings from meaningful sessions.

Implementation Target

The implementation agent should create a Copilot plugin with this expected shape:

copilot/miadi-storyweaver-orchestration-kit/
  .github/plugin/plugin.json
  README.md
  agents/
    storyweaver-orchestration-architect.md
    creative-brief-archaeologist.md
    world-and-character-architect.md
    narrative-research-weaver.md
    outline-architect.md
    scene-writer.md
    continuity-keeper.md
    developmental-editor.md
    critique-reviewer.md
    revision-weaver.md
    line-editor.md
    cultural-protocol-steward.md
    export-steward.md
  skills/
    storyweaver-session-bootstrap/SKILL.md
    storyweaver-brief-intake/SKILL.md
    storyweaver-story-bible/SKILL.md
    storyweaver-outline-and-beats/SKILL.md
    storyweaver-chapter-wave/SKILL.md
    storyweaver-review-loop/SKILL.md
    storyweaver-continuity-ledger/SKILL.md
    storyweaver-cultural-protocol-check/SKILL.md
    storyweaver-export-packet/SKILL.md

Operating Boundary

The implementation must not import, shell into, or require the existing jgwill/storytelling package. That package is source archaeology only. The Copilot kit should be prompt, agent, and artefact orchestration that can operate in any writing workspace.

Creative Advancement Scenarios

Scenario 1: Creative Brief To Story Bible

Scenario 2: Story Bible To Reviewed Outline

Scenario 3: Reviewed Outline To Drafted Chapters

Scenario 4: Drafted Chapters To Export Packet

Scenario 5: Session To Episode Memory