redgate
v0.1.0Working harness for nontrivial work that needs explicit falsifiable criteria, verified ARM/TRACE/JUDGE rounds, or classified human gates. Compose around the most-specific specialist skill or recipe; Redgate reinforces execution and verification rather than replacing the domain procedure.
By Jordan RichlenLicense: MIT1 GitHub starsUpdated 2 hours ago
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 3 skill or MCP entries
- Source updated
- Sep 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 redgate for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install redgate@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. 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/JRichlen/agent-pluginsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/redgate/.
Plugin files
├── .claude-plugin/plugin.json├── skills/criteria-contract/SKILL.md├── skills/reconcile/SKILL.md└── skills/redgate/SKILL.md
Included Skills3
The ARM stage of Red Gate: turn an interviewed idea into CRITERIA.md and check.sh in .redgate/<slug>/, prove the gate red (every checkable criterion FAIL, harness preflight clean), get human ratification, and pin the sha256 of both files into the run manifest. Use at the start of every redgate round; never write code before this gate is red and ratified.
The JUDGE stage of Red Gate: verify a round from a context that did not do the work. Refuse an unratified run, re-hash both pinned artifacts and fail on drift, run the pinned verifier yourself, accept a PASS only with evidence written this run, then apply the mutation control. Use to close any redgate round, and never let the writer grade its own work.
Default protocol for nontrivial work needing explicit criteria or evidence. Compose it around the most-specific applicable specialist skills rather than replacing them. Auto-trigger for planning, research, design, implementation, debugging, refactoring, review, deployment, multi-agent coordination, and external/irreversible actions when the work needs verified rounds or a classified human gate. Handle trivial work directly; route larger work through ARM/TRACE/JUDGE. Use the harness-native structured question primitive when available and compact textual choices otherwise; never emit prose questionnaires.
Plugin manifests1
{
"name": "redgate",
"version": "0.1.0",
"description": "Working harness for nontrivial work that needs explicit falsifiable criteria, verified ARM/TRACE/JUDGE rounds, or classified human gates. Compose around the most-specific specialist skill or recipe; Redgate reinforces execution and verification rather than replacing the domain procedure.",
"author": {
"name": "Jordan Richlen"
},
"repository": "https://github.com/JRichlen/agent-plugins",
"homepage": "https://github.com/JRichlen/agent-plugins/tree/main/plugins/redgate",
"license": "MIT",
"keywords": [
"red-gate",
"verifier",
"rounds",
"begin-middle-end",
"falsifiable",
"sdlc",
"ai-dlc",
"apm",
"cross-harness"
],
"skills": "./skills/",
"commands": "./commands/"
}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.
[redgate on Agent Plugins Marketplace](https://pluginsmp.com/plugins/redgate)