What problem does it solve? Turning a PRD, GitHub issue, or one-line brief into a verified, deployable product normally requires constant human supervision of coding agents, and agents often claim work is done when it is not. Loki Mode runs an autonomous RARV-C (Reason, Act, Reflect, Verify, Close) loop that refuses to declare completion until deterministic evidence supports it. ## Core Features & Use Cases - Autonomous spec-to-product execution: Accepts a PRD file, GitHub issue (owner/repo#123), OpenAPI/JSON/YAML spec, or one-line brief and drives it through planning, implementation, review, and delivery with minimal intervention. - Verified completion with Evidence Receipts: Eight quality gates, a blind 3-reviewer council, and an evidence gate compute a VERIFIED / VERIFIED WITH GAPS / NOT VERIFIED headline from deterministic facts (diff SHAs, test exit codes, gate verdicts), not model claims. - Provider-agnostic operation: Runs on Claude Code, OpenAI Codex CLI, Cline, Aider, and opencode with automatic failover and graceful feature degradation by provider tier. - Use Case: Point it at a GitHub issue with loki start owner/repo#123 --pr and it imports the issue, builds the fix autonomously, and publishes a pull request only after the proof reaches a verified verdict. ## Quick Start Ask the agent to run Loki Mode on your PRD file, for example by saying: start Loki Mode with the PRD at ./prd.md and build the product autonomously.