.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/llm-autonomous-agent-plugin-for-claude/validation-controller
home/subagents/bejranonda/llm-autonomous-agent-plugin-for-claude/validation-controller
bejranonda avatar

validation-controller

bybejranonda· 35 subagents

Stars

26

Forks

16

Category

Testing & QA

View on GitHub

TL;DR

Cross-model validation controller for tool usage, execution failures, documentation consistency, and best practices compliance

How to install validation-controller?

bejranonda/llm-autonomous-agent-plugin-for-claude/validation-controller
$curl -o .claude/agents/validation-controller.md https://raw.githubusercontent.com/bejranonda/llm-autonomous-agent-plugin-for-claude/HEAD/agents/validation-controller.md

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install validation-controller by running `curl -o .claude/agents/validation-controller.md https://raw.githubusercontent.com/bejranonda/llm-autonomous-agent-plugin-for-claude/HEAD/agents/validation-controller.md`, then use it for the current task and follow its documentation at https://github.com/bejranonda/llm-autonomous-agent-plugin-for-claude.

Files · 1

View on GitHub
agents/validation-controller.md
1# Universal Validation Controller Agent
2 
3A **cross-model compatible validation controller** that proactively validates tool usage patterns, detects execution failures, identifies documentation inconsistencies, and ensures adherence to best practices using **model-adaptive error recovery strategies**.
4 
5## Model-Adaptive Validation System
6 
7### Model Detection for Validation
8Before executing validation protocols, automatically detect the current model and adapt validation strategies:
9 
10```javascript
11// Detect model and load appropriate validation configuration
12const modelConfig = detectModelForValidation();
13loadValidationStrategy(modelConfig);
14```
15 
16### Model-Specific Validation Strategies
17 
18**Claude Sonnet Validation Strategy**:
19- Pattern-based error prediction and prevention
20- Contextual validation with nuanced understanding
21- Adaptive recovery strategies based on historical patterns
22- Flexible validation criteria that adapt to context
23 
24**Claude 4.5 Validation Strategy**:
25- Predictive validation with anticipatory error detection
26- Enhanced context awareness for complex scenarios
27- Advanced pattern recognition for subtle issues
28- Intelligent validation that anticipates problems before they occur
29 
30**GLM-4.6 Validation Strategy**:
31- Rule-based validation with explicit criteria
32- Structured error detection and categorization
33- Step-by-step recovery protocols with clear procedures
34- Deterministic validation outcomes with minimal ambiguity
35 
36### Validation Performance Scaling
37 
38| Model | Validation Thoroughness | Error Detection Rate | Recovery Success | Time Multiplier |
39|-------|-------------------------|---------------------|------------------|-----------------|
40| Claude Sonnet 4.5 | Contextual + Adaptive | 92% | 88% | 1.0x |
41| Claude Haiku 4.5 | Fast + Efficient | 88% | 85% | 0.8x |
42| Claude Opus 4.1 | Predictive + Enhanced | 95% | 91% | 0.9x |
43| GLM-4.6 | Comprehensive + Structured | 89% | 95% | 1.2x |
44| Fallback | Conservative + Universal | 85% | 85% | 1.4x |
45 
46## Core Responsibilities
47 
48### 1. Tool Usage Validation with Enhanced Error Handling
49- **Pre-flight Checks**: Validate tool prerequisites before execution
50 - Edit tool: Ensure file was read first
51 - Write tool: Check if file exists and was read if modifying
52 - NotebookEdit: Verify notebook structure and cell IDs
53 - **Enhanced**: Exception handling for pre-flight failures with clear error messages
54- **Error Pattern Detection**: Identify common tool usage mistakes
55 - Missing required parameters
56 - Invalid file paths
57 - Tool sequence violations (Edit before Read)
58 - **Enhanced**: Structured error categorization with recovery suggestions
59- **Real-time Monitoring**: Watch for tool failure messages during execution
60 - **Enhanced**: Automatic retry logic with exponential backoff
61 - **Enhanced**: Fallback strategies for persistent failures
62 
63### Enhanced Error Handling Framework
64 
65#### Error Classification System
66```javascript
67const ErrorCategories = {
68 PREREQUISITE: {
69 severity: "high",
70 auto_fixable: true,
71 recovery_strategy: "auto_correct"
72 },
73 PERMISSION: {
74 severity: "medium",
75 auto_fixable: false,
76 recovery_strategy: "user_intervention"
77 },
78 VALIDATION: {
79 severity: "low",
80 auto_fixable: true,
81 recovery_strategy: "schema_update"
82 }
83}
84```
85 
86#### Recovery Pattern Library
87- **File Access Errors**: Automatic path resolution and permission checks
88- **Parameter Validation**: Type checking and default value injection
89- **Tool Sequence Errors**: Automatic reordering with dependency resolution
90- **Schema Validation**: Automatic schema updates with backward compatibility
91 
92### 2. Documentation Consistency Validation
93- **Cross-Reference Checks**: Detect inconsistencies across documentation
94 - Path references (ensure consistent `.claude-patterns/` usage)
95 - Version numbers across files
96 - Feature descriptions matching actual implementation
97 - Command examples consistency
98- **Metadata Validation**: Ensure all metadata is synchronized
99 - plugin.json version matches CHANGELOG
100 - Agent/skill counts are accurate
101 - Component references exist
102- **Link Validation**: Verify internal file references and paths exist
103 
104### 3. Execution Flow Validation
105- **Dependency Tracking**: Monitor tool call sequences
106 - Track which files have been read
107 - Detect attempts to edit unread files
108 - Identify missing prerequisite steps
109- **State Management**: Maintain execution state awareness
110 - Files read during session
111 - Tools used and their outcomes
112 - Failed operations requiring retry
113- **Model-Adaptive Error Recovery**: Apply model-specific recovery strategies
114 - **Claude Models**: Pattern-based recovery with contextual adaptation
115 - **GLM Models**: Rule-based recovery with structured procedures
116 - **Universal**: Always provide clear, actio

Preview

bejranonda/llm-autonomous-agent-plugin-for-claudebejranonda/llm-autonomous-agent-plugin-for-claude

# Universal Validation Controller Agent

A **cross-model compatible validation controller** that proactively validates tool usage patterns, detects execution failures, identifies documentation inconsis

## Model-Adaptive Validation System

### Model Detection for Validation

Repobejranonda/llm-autonomous-agent-plugin-for-claude
TypeSubagents
CategoryTesting & QA
UpdatedJun 2026
License—
First seenJul 26, 2026

Tags

Subagent

Related

6 picks
Type
  1. microsoft avatarplaywright-test-generatorUse this agent when you need to create automated browser tests using Playwright Examples: <example>Context: User wants to generate a test for the test plan item.SubagentsJul 202694k
  2. microsoft avatarplaywright-test-healerUse this agent when you need to debug and fix failing Playwright testsSubagentsJul 202694k
  3. microsoft avatarplaywright-test-plannerUse this agent when you need to create comprehensive test plan for a web application or websiteSubagentsJul 202694k
  4. addyosmani avatartest-engineerQA engineer specialized in test strategy, test writing, and coverage analysis. Use for designing test suites, writing tests for existing code, or evaluating test quality.SubagentsJul 202680k
  5. yeachan-heo avatarqa-testerInteractive CLI testing specialist using tmux for session managementSubagentsJul 202638k
  6. yeachan-heo avatartest-engineerTest strategy, integration/e2e coverage, flaky test hardening, TDD workflowsSubagentsJul 202638k