Get started
openPrompting is a CLI. Node.js and a terminal are enough — no account, no API key, no editor plugin.
- 01InstallGlobal install via npm. Node.js 20 or newer is required. No post-install network calls.
npm install --global openprompting - 02ConfigureRecord the model and harness you are using, with optional profiles and task routes. Previews YAML before writing.
openprompting setup - 03Browse guidanceRead the guidance for the resolved model and harness, with evidence and sources.
openprompting guide - 04Create a task promptRender an editable, structured prompt skeleton for the task at hand.
openprompting new planning - 05Inspect configurationRun read-only diagnostics over config, routing, instruction files, and knowledge freshness.
openprompting doctor
What runs locally
- Guidance resolution reads from the local knowledge base.
- Configuration is stored in project-local .openprompting/config.yml.
- No model calls, no telemetry, no account.
What openPrompting is not
- Not a collection of one-thousand prompts.
- Not a model-powered prompt generator.
- Not a leaderboard, SaaS platform, or orchestration product.