Alison Aquinas logoAlison's LLM Plugins

claude-agent-validation

Included in pluginshared-skillsView on GitHub ↗

Files

SKILL.mdagentsreferences

Install

Install the containing plugin
/plugin install shared-skills@llm-skills
Invoke this skill after installation
/shared-skills:claude-agent-validation
Download claude-agent-validation-skill.zip
This skill is bundled inside shared-skills. Install the plugin once, then Claude Code can use any of its included skills. Browse the full plugin repository at github.com/alisonaquinas/llm-shared-skills.

SKILL.md


name: claude-agent-validation description: > Validation phase for delegated agent workflow development. Use when planning, designing, building, testing, validating, or refining a delegated agent workflow as it moves through a full delivery lifecycle. Triggers include drafting the agent orchestration spec, locking contracts, wiring runtime placement, scoring quality, running live scenarios, or choosing the right re-entry point after a failure.

Agent Validation

Score quality, clarity, handoff safety, and portability before the workflow is considered release-ready.

Intent Router

Load reference files on demand only when the corresponding topic is active:

  • references/quality-rubric.md — Load when scoring clarity, handoff safety, and portability

Quick Start

[ ] Capture the current agent orchestration spec
[ ] Complete the required outputs for this phase
[ ] Record evidence for the gate
[ ] Hand off the evidence to the next phase

Phase Workflow

Start from the current agent orchestration spec and tighten only the decisions owned by this phase. Work forward until the gate is satisfied, then hand the evidence to the next phase in the family. Keep the workflow description portable even when the runtime wiring is specific to one environment.

Example Evidence

| Criterion | Score | Notes |
|---|---|---|
| Discoverability | PASS | |
| Safety | PASS | |
| Handoff clarity | PASS | |
| Portability | PASS | |

Gate

Require A04 Safety to PASS before approving the delegated agent workflow.

Safety Notes

A workflow that fails safety or portability validation must loop back before any live rollout.

Resource Index

Reference FileLoad When
references/quality-rubric.mdLoad when scoring clarity, handoff safety, and portability
← Back to marketplace