Connection check
verified live · 26h ago
doom
Obsolescence-risk screening: predicts if a product gets absorbed into core LLM-platform features.
Tools
11
GitHub stars
—
Installs / wk
—
Licence
—
Transport
streamable-http
Last checked
26h ago
Tools & capabilities
11 toolsRead from the running server on 26h ago.
assess_product
urlmodedeck_textdescriptionrequested_bypitch_company_id
Assess one product's obsolescence risk. Provide exactly ONE of description/url/pitch_company_id/deck_text. Async — returns job_id; poll get_assessment. Defaults to deep mode. Optio… Assess one product's obsolescence risk. Provide exactly ONE of description/url/pitch_company_id/deck_text. Async — returns job_id; poll get_assessment. Defaults to deep mode. Optionally pass requested_by to identify the caller (shown in the activity feed).
doom_prep
Prep Gate. Validates config + confirms the roadmap-signals KB is within the staleness threshold. Fails closed if stale. Call before assess_product. Prep Gate. Validates config + confirms the roadmap-signals KB is within the staleness threshold. Fails closed if stale. Call before assess_product.
get_assessment
job_id*
Poll an assessment job_id. Returns status + the typed assessment when complete. Hard timeout — never hangs on pending. Poll an assessment job_id. Returns status + the typed assessment when complete. Hard timeout — never hangs on pending.
list_assessments
limitverdict
Recent assessments, filterable by verdict. Recent assessments, filterable by verdict.
list_kb_signals
operator_key*
List the active (signed, grounding) roadmap signals with their ids — use to find a signal_id to retire. Operator-only. List the active (signed, grounding) roadmap signals with their ids — use to find a signal_id to retire. Operator-only.
list_signal_candidates
limitstatusoperator_key*
KB-refresh review queue. List auto-scraped candidate roadmap signals (default: pending). Operator-only. Approve/reject with review_signal_candidate; the weekly cron signs approved… KB-refresh review queue. List auto-scraped candidate roadmap signals (default: pending). Operator-only. Approve/reject with review_signal_candidate; the weekly cron signs approved ones into the live KB.
overview
Inspectable State. No input. Counts, recent activity, roadmap-signal freshness, health, last calibration run. Inspectable State. No input. Counts, recent activity, roadmap-signal freshness, health, last calibration run.
record_outcome
notesjob_idproductoperator_key*year_observedactual_outcome*
+1
Outcome-feedback (learning loop). Record what ACTUALLY happened to a previously-assessed product as a labeled calibration case; the weekly recalibration folds it into the gate. Ope… Outcome-feedback (learning loop). Record what ACTUALLY happened to a previously-assessed product as a labeled calibration case; the weekly recalibration folds it into the gate. Operator-only (requires operator_key). Provide either job_id (links the case to that assessment + reuses its product) or product text.
retire_signal
reason*signal_id*operator_key*
UNLEARN a KB signal that became false/obsolete (e.g. a rumored feature cancelled, or a signal no longer predictive). Soft-deletes it (active=false) so it stops grounding assessment… UNLEARN a KB signal that became false/obsolete (e.g. a rumored feature cancelled, or a signal no longer predictive). Soft-deletes it (active=false) so it stops grounding assessments immediately — recoverable. Operator-only. Find the id via list_kb_signals.
review_signal_candidate
action*candidate_id*operator_key*
Approve or reject a KB-refresh candidate signal. Operator-only. Approved candidates are signed (Ed25519) into the live roadmap_signals KB by the next refresh run; rejected ones are… Approve or reject a KB-refresh candidate signal. Operator-only. Approved candidates are signed (Ed25519) into the live roadmap_signals KB by the next refresh run; rejected ones are dropped. Controls what becomes grounding truth.
supersede_calibration_case
reason*case_id*operator_key*