adr
v0.1.0Explicit ADR workflow router for research, specs, decisions, review, and recaps.
By backnotpropLicense: UNLICENSED23 GitHub starsUpdated 3 months ago
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 1 skill or MCP entry
- Source updated
- Jun 24, 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 adr for Codex and Claude Code
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add adr@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/backnotprop/adrClone 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└── skills/adr/SKILL.md
Included Skills1
Explicit-only router for ADR workflow commands. A dead simple engineering skill framework that works reliably.
Plugin manifests2
{
"name": "adr",
"version": "0.1.0",
"description": "Explicit ADR workflow router for research, specs, decisions, review, and recaps.",
"author": {
"name": "backnotprop"
},
"homepage": "https://github.com/backnotprop/adr",
"repository": "https://github.com/backnotprop/adr",
"license": "UNLICENSED",
"keywords": [
"adr",
"architecture-decisions",
"workflow",
"skills"
],
"skills": "./skills/",
"interface": {
"displayName": "ADR",
"shortDescription": "Explicit ADR workflow router",
"longDescription": "A single explicit skill command for local ADR workflow artifacts: research spikes, synthesis, specs, formal ADRs, intent, implementation, self-review, and recaps.",
"developerName": "backnotprop",
"category": "Productivity",
"capabilities": [
"Write"
],
"defaultPrompt": [
"Use $adr to run an explicit ADR workflow command."
]
}
}{
"name": "adr",
"skills": [
"./skills/adr"
]
}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.
[adr on Agent Plugins Marketplace](https://pluginsmp.com/plugins/adr)