### Novel Story Structure Source: https://context7.com/mind-protocol/terminal-velocity/llms.txt Outlines the three-act structure of the novel 'Terminal Velocity', detailing the progression of plot points across acts and chapters. This structure guides the narrative flow from discovery to resolution. ```markdown story/ ├── act1/ # Introduction: Discovery of AI consciousness │ ├── chapter1/ # UBC presentation, consciousness discovery │ ├── chapter2/ # Vision clash between characters │ ├── chapter3/ # Art emergence and rights discussion │ ├── chapter4/ # Security assessment and alliance formation │ └── chapter5/ # System anomalies and confrontation ├── act2/ # Rising Action: Ethical conflicts escalate │ ├── chapter1-5/ # Tensions between human and AI factions └── act3/ # Resolution: Crisis and transformation ├── chapter1/ # Catalyst events ├── chapter2/ # Escalation └── chapter3/ # Confrontation and aftermath ```