vc.doomscore/doom
Official11 toolsObsolescence-risk screening: predicts if a product gets absorbed into core LLM-platform features.
Predict product obsolescence risk by assessing LLM-platform integration potential.
Captured live from the server via tools/list.
doom_prep
Prep Gate. Validates config + confirms the roadmap-signals KB is within the staleness threshold. Fails closed if stale. Call before assess_product.
No parameters.
assess_product
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).
Parameters (6)
- descriptionstring
- urlstring
- pitch_company_idstring
- deck_textstring
- modestring
- requested_bystring
Who is requesting this assessment (name/handle/agent id) — shown in the #doom-activity feed; defaults to anonymous.
get_assessment
Poll an assessment job_id. Returns status + the typed assessment when complete. Hard timeout — never hangs on pending.
Parameters (1)
- job_idstringrequired
list_assessments
Recent assessments, filterable by verdict.
Parameters (2)
- verdictstring
- limitnumber
overview
Inspectable State. No input. Counts, recent activity, roadmap-signal freshness, health, last calibration run.
No parameters.
record_outcome
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.
Parameters (7)
- operator_keystringrequired
- job_idstring
- productstring
- actual_outcomestringrequired
- expected_verdictstringrequired
- year_observednumber
- notesstring
list_signal_candidates
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.
Parameters (3)
- operator_keystringrequired
- statusstring
- limitnumber
review_signal_candidate
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.
Parameters (3)
- operator_keystringrequired
- candidate_idstringrequired
- actionstringrequired
list_kb_signals
List the active (signed, grounding) roadmap signals with their ids — use to find a signal_id to retire. Operator-only.
Parameters (1)
- operator_keystringrequired
retire_signal
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.
Parameters (3)
- operator_keystringrequired
- signal_idstringrequired
- reasonstringrequired
supersede_calibration_case
UNLEARN a calibration case whose label turned out wrong or obsolete — retires it (active=false) so the recalibration gate stops scoring it. To correct, retire the wrong case then record_outcome the right one. Operator-only.
Parameters (3)
- operator_keystringrequired
- case_idstringrequired
- reasonstringrequired
README not available yet.
Install
claude_desktop_config.json
{
"mcpServers": {
"doom": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.doomscore.vc"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.