waa-independent-evaluation
v0.2.1Evidence-based independent evaluation with versioned output contracts and strict artifact-read-only boundaries.
By clearlove78180 GitHub starsUpdated 1 hour ago
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 1 skill or MCP entry
- Source updated
- Aug 30, 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 waa-independent-evaluation for Codex and Claude Code
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add waa-independent-evaluation@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/clearlove7818/waa-independent-evaluationClone 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/waa-independent-evaluation/SKILL.md
Included Skills1
Independently evaluate an identified artifact, agent outcome, or stable behavior against authoritative criteria; trace evidence and counterevidence, expose gates, defects, risks, and unknowns, and return or, when authorized, write a non-overwriting advisory record. Use for a single evaluation, an explicitly authorized evaluator-optimizer round, or an evidence-backed record revision with a complete object, standard, scope, evidence, independence, and output contract. Do not use for self-checks, ordinary code review, fixes, standard creation, personality judgment, final acceptance, undefined scoring, named-agent activation, or an unauthorized loop.
Plugin manifests2
{
"name": "waa-independent-evaluation",
"version": "0.2.1",
"description": "Evidence-based independent evaluation with versioned output contracts and strict artifact-read-only boundaries.",
"author": {
"name": "clearlove7818",
"url": "https://github.com/clearlove7818"
},
"homepage": "https://github.com/clearlove7818/waa-independent-evaluation",
"repository": "https://github.com/clearlove7818/waa-independent-evaluation",
"keywords": [
"evaluation",
"evidence",
"agent-quality",
"independent-review"
],
"skills": "./skills/",
"interface": {
"displayName": "Waa Independent Evaluation",
"shortDescription": "Independent, evidence-based evaluation",
"longDescription": "Evaluate an identified artifact or agent outcome against authoritative criteria, expose evidence gaps and risks, and return or explicitly write a versioned advisory evaluation record without taking ownership of the artifact or decision.",
"developerName": "clearlove7818",
"category": "Productivity",
"capabilities": [
"Interactive",
"Read",
"Write"
],
"defaultPrompt": [
"Independently evaluate this artifact against its authoritative criteria."
]
}
}{
"name": "waa-independent-evaluation",
"version": "0.2.1",
"description": "Evidence-based independent evaluation with versioned output contracts and strict artifact-read-only boundaries.",
"author": {
"name": "clearlove7818",
"url": "https://github.com/clearlove7818"
},
"homepage": "https://github.com/clearlove7818/waa-independent-evaluation",
"repository": "https://github.com/clearlove7818/waa-independent-evaluation",
"keywords": [
"evaluation",
"evidence",
"agent-quality",
"independent-review"
]
}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.
[waa-independent-evaluation on Agent Plugins Marketplace](https://pluginsmp.com/plugins/waa-independent-evaluation)