-
Notifications
You must be signed in to change notification settings - Fork 0
Quick Start Guide
Harery edited this page Jun 14, 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 pasted code
npx praetor-audit-kitThis downloads the prompt kit and displays the quick start guide. Then:
- Open the printed path to
MASTER_PROMPT.md - Copy everything from the
═══separator line onward - Paste into your LLM and append:
Source: https://github.com/yourname/yourrepo - Send and reply
continuewhen prompted
- Go to Releases
- Download
praetor-prompt-kit-v2.9.0.zip - Extract and open
prompt/00-orchestrator/MASTER_PROMPT.md - Copy from the
═══line, paste into your LLM with your source URL - Reply
continuewhen prompted
npx praetor-audit-kit --install # auto-detect & install to all
npx praetor-audit-kit --install "OpenCode" # specific toolThen simply say: audit my codebase for production readiness
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- Clone or download the repo
- Open
prompt/00-orchestrator/MASTER_PROMPT.md - Copy from the
═══line, paste into your LLM with your source URL - Reply
continuewhen prompted
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