agenda-intelligence
v1.11.1Deterministic evidence-packet linter for claim-backed AI output, with compatibility skills and MCP tools.
By Vassiliy LakhoninLicense: MIT6 GitHub starsUpdated 4 days ago
Directory evidence
- Runtimes
- Codex, Claude Code, and Agent Plugins
- Parsed components
- 3 skill or MCP entries
- Source updated
- Sep 20, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install agenda-intelligence for Codex and Claude Code
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add agenda-intelligence@agent-plugin-marketplacePaste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/vassiliylakhonin/agenda-intelligence-mdClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json├── plugin.json├── skills/agenda-intelligence/SKILL.md├── skills/source-ingest/SKILL.md└── .mcp.json
Included Skills2
Turn public agenda, news, policy moves, geopolitical developments, sanctions, trade disputes, regulation, elections, diplomatic signals, and strategic-risk events into decision-ready briefs. Use when the user asks an agent to analyze what changed, why it matters, who is affected, what is uncertain, scenarios, watch-next indicators, or risk implications instead of producing a simple news summary.
Normalize a raw source — PDF, DOCX, XLSX, URL, article text, or transcript — into a structured source record compatible with SOURCE_POLICY.md evidence modes and per-claim provenance tags. Use before analysis when the user provides a document and you need to extract metadata, classify source type, pull key excerpts, and surface limitations before handing off to the agenda-intelligence or global-think-tank-analyst workflow.
MCP servers1
- command
- uvx
- args
- --from agenda-intelligence-md agenda-intelligence-mcp
Plugin manifests3
{
"name": "agenda-intelligence",
"version": "1.11.1",
"description": "Deterministic evidence-packet linter for claim-backed AI output, with compatibility skills and MCP tools.",
"author": {
"name": "Vassiliy Lakhonin",
"url": "https://github.com/vassiliylakhonin"
},
"homepage": "https://github.com/vassiliylakhonin/agenda-intelligence-md",
"repository": "https://github.com/vassiliylakhonin/agenda-intelligence-md",
"license": "MIT",
"keywords": [
"evidence-readiness",
"strategic-risk",
"policy-analysis",
"memo-validation",
"mcp"
],
"skills": "./skills/",
"mcpServers": "./.mcp.json",
"interface": {
"displayName": "Agenda Intelligence",
"shortDescription": "Lint claim-to-source evidence packets before review",
"longDescription": "Agenda Intelligence checks claim-to-source references, declared quotes, lexical support, and unmatched numbers in caller-supplied evidence packets. It reports packet completeness, not factual truth. No live source retrieval. Human review is required.",
"developerName": "Vassiliy Lakhonin",
"category": "Engineering",
"capabilities": [
"Read",
"Write"
],
"websiteURL": "https://github.com/vassiliylakhonin/agenda-intelligence-md",
"brandColor": "#0F766E",
"defaultPrompt": [
"Use agenda-intelligence to analyze this strategic-risk question with explicit evidence boundaries.",
"Use source-ingest to normalize this document into a structured source record.",
"Use the Agenda Intelligence MCP tools to validate, audit, or score this memo."
],
"screenshots": []
}
}{
"name": "agenda-intelligence",
"description": "Deterministic evidence-packet linter for claim-backed AI output, with compatibility agenda-analysis skills and MCP tools. Reports packet completeness, not factual truth.",
"version": "1.11.1",
"author": {
"name": "Vassiliy Lakhonin",
"url": "https://github.com/vassiliylakhonin"
},
"homepage": "https://github.com/vassiliylakhonin/agenda-intelligence-md",
"repository": "https://github.com/vassiliylakhonin/agenda-intelligence-md",
"license": "MIT",
"keywords": [
"evidence-readiness",
"strategic-risk",
"policy-analysis",
"memo-validation",
"mcp"
]
}{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "agenda-intelligence",
"version": "1.4.0",
"description": "Deterministic evidence-packet linter for claim-backed AI output, with compatibility agenda-analysis skills and MCP tools. Reports packet completeness, not factual truth.",
"author": {
"name": "Vassiliy Lakhonin",
"url": "https://github.com/vassiliylakhonin"
},
"homepage": "https://github.com/vassiliylakhonin/agenda-intelligence-md",
"repository": "https://github.com/vassiliylakhonin/agenda-intelligence-md",
"license": "MIT",
"keywords": [
"evidence-readiness",
"strategic-risk",
"policy-analysis",
"memo-validation",
"mcp"
]
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[agenda-intelligence on Agent Plugins Marketplace](https://pluginsmp.com/plugins/agenda-intelligence)