conduct coverage
Professional screenplay analysis with the 16-point rubric - encounter screenplays, generate coverage reports, and make PASS/CONSIDER/RECOMMEND decisions.
Command Hierarchy
coverage — Professional screenplay analysis
│
├── encounter Full screenplay encounter
├── full Complete 16-point report
│ --output-format html, pdf, json, yaml, markdown
├── scene Single scene encounter
│
├── Analysis (16-Point Rubric)
│ ├── logline 1. Premise evaluation
│ ├── structure 3. Acts, pacing
│ ├── characters 4. Development & arcs
│ ├── themes 5. Theme & tone
│ ├── originality 6. Voice & differentiation
│ ├── market 7. Commercial potential
│ ├── craft 8. Writing quality
│ ├── recommend 12. PASS/CONSIDER/RECOMMEND
│ └── score 13. Numerical scoring
│
├── Monitoring
│ ├── dashboard Live monitoring
│ ├── watch Auto-process new files
│ └── history Past encounters
│
├── Setup
│ ├── init Initialize configuration
│ ├── doctor Check dependencies
│ └── cost Estimate API cost
│
└── tree This command hierarchy
root commands subcommands flags
Quick Start
conduct coverage encounter screenplay.pdf # Full analysis with 3 questions
conduct coverage full screenplay.pdf # Complete 16-point report
conduct coverage score screenplay.pdf # Quick numerical evaluation
conduct coverage tree # Show command hierarchy
Subcommands
Core Commands Core
| Command | Description |
|---|---|
encounter | Full screenplay encounter with three questions |
full | Complete 16-point professional coverage report |
scene | Encounter a single scene |
tree | Display command hierarchy |
Analysis (16-Point Rubric) Analysis
| Command | # | Description |
|---|---|---|
logline | 1 | One-sentence premise evaluation |
structure | 3 | Acts, pacing, cause-and-effect |
characters | 4 | Development, arcs, ensemble balance |
themes | 5 | Theme & tone consistency |
originality | 6 | Voice distinctiveness, market comps |
market | 7 | Commercial potential, audience |
craft | 8 | Writing quality, visual storytelling |
score | 13 | Numerical evaluation |
recommend | 12 | PASS / CONSIDER / RECOMMEND |
Monitoring Monitor
| Command | Description |
|---|---|
dashboard | Live monitoring dashboard |
watch | Watch for new screenplays, auto-process |
history | View past encounter summaries |
Setup Setup
| Command | Description |
|---|---|
init | Initialize configuration |
doctor | Check dependencies |
cost | Estimate API cost |
Last updated: December 16, 2025