Prithvi1312/aegis-pm
1
Aegis PM — Hosted PRD Scorer
Paste a PRD, get a 100-point score across 10 dimensions plus rewrite suggestions. Powered by the open-source Aegis PM analyzer.
What this Space does
- Runs the rules-only scorer by default — deterministic, no API key needed, $0/call
- Optionally runs the LLM scorer if a cloud-LLM key is set as a Space secret
- Scores against the same 100-point rubric used in the public eval leaderboard
Optional: enable richer LLM-mode analysis
To unlock the "Use LLM" checkbox in the UI, add a Space secret in this Space's Settings → Variables and secrets:
Without any of these set, the Space runs in rules-only mode and the "Use LLM" checkbox does nothing (graceful — the UI shows a notice).
Deploy your own
- Fork github.com/prithvi471/opensoirceor
- On Hugging Face, click Create Space → Gradio → from-GitHub-fork
- Set this file (
HF_SPACE_README.md) as your SpaceREADME.md, OR copy its frontmatter to a newREADME.mdin your Space root - Optional: add the secrets above
- The Space auto-builds from
app.py
See DEPLOY.md in the repo for the full one-page guide.
Privacy
Anything you paste here is sent to the configured LLM provider (if "Use LLM" is checked) — see TRUST.md. The default rules-only path makes no network calls — your PRD never leaves the Space's container.
For finserv / regulated content, run the local Ollama path on your own infra instead of using this hosted Space.
