decision-artifacts
v1.1.2Turn model findings, options, plans, and status into concise, evidence-backed, interactive artifacts that help people understand and decide.
By Guillaume LebedelLicense: MIT0 GitHub starsUpdated 1 hour ago
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 25, 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 decision-artifacts for Codex and Claude Code
codex plugin marketplace add glebedel/glstack-plugins
codex plugin marketplace upgrade glstack-plugins
codex plugin add decision-artifacts@glstack-pluginsPaste and run these commands in a terminal with Codex. They add and refresh the glstack-plugins catalog, then install this plugin.
Compatibility: the page URL and API slug “decision-artifacts” remain stable.
- Codex:
decision-artifacts@agent-plugin-marketplace→decision-artifacts@glstack-plugins
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/glebedel/glstack-pluginsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/design/decision-artifacts/.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json└── skills/decision-artifacts/SKILL.md
Included Skills1
Create decision-ready shareable artifacts or sites when findings, options, plans, status, evidence, or system explanations are easier to understand visually and interactively than as prose. Use for dashboards, decision pages, interactive reports, before-and-after explainers, audit summaries, or requests for tabs, side panels, charts, and progressive detail. Do not use for an ordinary concise answer or a decorative web page.
Plugin manifests2
{
"name": "decision-artifacts",
"version": "1.1.2",
"description": "Turn model findings, options, plans, and status into concise, evidence-backed, interactive artifacts that help people understand and decide.",
"author": {
"name": "Guillaume Lebedel",
"url": "https://github.com/glebedel"
},
"homepage": "https://github.com/glebedel/glstack-plugins",
"repository": "https://github.com/glebedel/glstack-plugins",
"interface": {
"displayName": "Decision Artifacts",
"shortDescription": "Turn model findings, options, plans, and status into concise, evidence-backed, interactive artifacts that help people…",
"longDescription": "Turn model findings, options, plans, and status into concise, evidence-backed, interactive artifacts that help people understand and decide.",
"developerName": "Guillaume Lebedel",
"category": "Design",
"capabilities": [
"Interactive"
],
"websiteURL": "https://github.com/glebedel/glstack-plugins",
"defaultPrompt": [
"Use Decision Artifacts to run this workflow."
]
},
"license": "MIT",
"keywords": [
"artifacts",
"decisions",
"visualization",
"interactive",
"reports",
"dashboards",
"evidence"
],
"skills": "./.codex/skills/"
}{
"name": "decision-artifacts",
"version": "1.1.2",
"description": "Turn model findings, options, plans, and status into concise, evidence-backed, interactive artifacts that help people understand and decide.",
"author": {
"name": "Guillaume Lebedel",
"url": "https://github.com/glebedel"
},
"homepage": "https://github.com/glebedel/glstack-plugins",
"repository": "https://github.com/glebedel/glstack-plugins",
"license": "MIT",
"keywords": [
"artifacts",
"decisions",
"visualization",
"interactive",
"reports",
"dashboards",
"evidence"
]
}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.
[decision-artifacts on Agent Plugins Marketplace](https://pluginsmp.com/plugins/decision-artifacts)