Project Explorer

Files

Story files

Browse the notes, research, decisions, and workshops used to develop the series.

Browse the files used to develop the story.

Search 577 documents about the world, characters, plot, research, decisions, workshops, and earlier ideas.

Current document 07 Coordination/Authoring System/README.md

Conversational Authoring System

Product promise

You tell the system the story in ordinary language. It helps you discover what is missing, records only what you approve, handles the craft and continuity work underneath, and carries the project toward finished prose without requiring you to become a professional novelist first.

The governing success measure is finished, faithful, author-approved story per minute of author attention.

System map

flowchart TD
    A["Natural conversation"] --> B["Understanding and author gate"]
    B --> C["Accepted decision event"]
    C --> D["Deterministic story runtime"]
    D --> E["Workshop Engine"]
    D --> F["Composition Engine"]
    E --> D
    F --> G["Author-reviewed manuscript"]
    F -->|"new structural gap"| E

Design documents

Established direction versus proposed design

Established:

  • initial user: story-rich, craft-light fiction creator;
  • conversational intake and one author-gate question at a time;
  • Workshop Engine and Composition Engine;
  • finished prose and manuscript export are in scope;
  • source, interpretation, proposal, and accepted story state remain distinct;
  • only author-accepted choices propagate;
  • Project Explorer demonstrates the system; Docs presents the story;
  • open, durable project data and no controls that pretend to save.
  • Markdown is the durable and directly browsable system; Project Explorer is its primary visual interface.

Proposed:

  • event-sourced Markdown records with deterministic Markdown indexing;
  • stable entity and decision IDs;
  • the question-priority model;
  • the engine boundaries and pass sequence;
  • the initial vertical slice and staged implementation plan.

Design principles

  1. Conversation is the interface; story state is the product.
  2. The author supplies intention and judgment, not clerical maintenance.
  3. Deterministic code reads and validates Markdown bookkeeping; generative models own interpretation and creative candidates.
  4. No accepted decision disappears into chat history.
  5. No generated prose silently becomes canon.
  6. The system may recommend strongly, but consequential invention remains visible and reversible.
  7. Every session can stop safely and resume exactly.
  8. Complexity is internalized. The author sees the next meaningful choice, not a wall of workflow states.
  9. Seeds is the proving ground before the system is generalized.

Product surfaces

SurfacePrimary audiencePurpose
Author conversationcreatortell, decide, correct, approve, and resume
Workshopcreator with optional detailresolve the highest-leverage missing story information
Composition reviewcreatorcompare, revise, accept, or reject scene and prose candidates
Project Explorerauthors and collaboratorsdemonstrate provenance, decisions, dependencies, progress, and system operation
Story site / Docsreadersexperience the story without development machinery
Markdown exportcreatordurable ownership, portability, and recovery

Product boundary

The system is not an autonomous novelist, a replacement for author consent, or a machine for turning every brainstorm into canon. It is an authorship environment that performs time-consuming craft and state work while keeping the author in control of meaning and final acceptance.