-
Notifications
You must be signed in to change notification settings - Fork 0
Quick Start Guide
Harery edited this page Jun 15, 2026
·
4 revisions
Get Praetor running on your codebase in under 2 minutes.
- Access to a long-context LLM (Claude, GPT-5, Gemini, or similar)
- Your source code — as a public GitHub URL, uploaded files, or attached context
npx praetor-audit-kit --installThis auto-detects and installs Praetor into all supported agentic tools on your machine (Claude Code, OpenCode, Cursor, and more). Then simply tell your LLM:
audit my codebase for production readiness
To install into a specific tool only:
npx praetor-audit-kit --install "OpenCode"npx praetor-audit-kitLaunches the interactive scope selector. Pick a scope, review the agents and areas covered, then point it at your codebase.
Other CLI commands:
npx praetor-audit-kit --scope biz # show Business scope details
npx praetor-audit-kit --scope 2-4 # show range of scopes
npx praetor-audit-kit --check # pre-flight checks
npx praetor-audit-kit --update # update to latest from npm
npx praetor-audit-kit --uninstall # remove from all tools- Go to Releases
- Download
praetor-prompt-kit-v2.9.2.zip - Extract and run
npx praetor-audit-kit --installfrom the extracted directory
Once Phases 0–2 complete (~30 seconds), Praetor stops with a MUST CONFIRM block. Reply:
continue with:
Q1 = "<your tech stack>"
Q2 = "<compliance requirements>"
override:
RUN_PRIORITIES = [P0, P1]
then continueFor your first run, narrow scope with RUN_MODULES = [single-module] and RUN_PRIORITIES = [P0] to see how Praetor works before running the full audit.
- Why Praetor? — Understand the architecture
- The 18 Expert Agents — Meet the specialists
- Priority Rubrics & Overrides — Customize your run
- The 7 Execution Phases — Full pipeline walkthrough
-
Introduction & Overview
-
Core Architecture
-
Audience Streams
-
Guides & Protocols