thuong180702/IdeaGauntlet

Stress-test a product idea file with adversarial agents and produce a verdict report — for use in CI / on pull requests.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
idea-filePath to the idea file to critique (Markdown or text).noIDEA.md
modeAnalysis mode: 'court' (deep multi-role debate) or 'quick' (fast critique, fewer tokens).nocourt
api-keyLLM API key. Anthropic (sk-ant-...) or Groq (gsk_...). Pass a repo secret — never hardcode.yes
modelOptional model override (e.g. claude-haiku-4-5-20251001 to save tokens).no""
versionidea-gauntlet npm version or dist-tag to run.nolatest
output-fileWhere to write the generated Markdown report.noidea-gauntlet-report.md
namedescription
report-filePath to the generated Markdown report (empty if the idea file was missing).
skipped'true' when the idea file did not exist and nothing ran.