conduct experiment

Multi-screenplay, multi-model analysis - batch process screenplays through multiple models with configurable protocols.

Command Hierarchy

experiment — Multi-screenplay, multi-model analysis ├── Core Commands ├── create Create new experiment --tui Interactive wizard --name Experiment name --screenplays Screenplays to analyze --models Models to use --protocol Analysis protocol └── run Execute experiment <exp-id> Experiment ID ├── Management ├── list List all experiments ├── status Detailed status ├── results View results └── delete Delete experiment ├── Configuration └── protocols Available analysis protocols └── tree This command hierarchy
root categories commands flags

Quick Start

conduct experiment create --tui              # Interactive experiment wizard
conduct experiment run exp-001               # Execute an experiment
conduct experiment list                      # View all experiments
conduct experiment tree                      # Show command hierarchy

Subcommands

Core Commands Core

CommandDescription
createCreate a new experiment [--tui interactive]
runExecute an experiment <exp-id>

Management Manage

CommandDescription
listList all experiments with status
statusShow detailed experiment status <exp-id>
resultsView experiment results <exp-id>
deleteDelete an experiment <exp-id>

Configuration Config

CommandDescription
protocolsList available analysis protocols
treeDisplay command hierarchy

Analysis Protocols

ProtocolDescription
full-coverageComplete analysis (scenes, characters, themes)
quick-scanFast overview (scene count, main chars)
comparativeSame screenplay through multiple models
character-focusDeep character arc analysis
structure-focusNarrative structure & pacing