.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

…/continuous-claude-v3/validate-agent
home/subagents/parcadei/continuous-claude-v3/validate-agent
parcadei avatar

validate-agent

byparcadei· 32 subagents

Stars

3.9k

Forks

298

Category

Testing & QA

View on GitHub

TL;DR

Validate plan tech choices against current best practices and past precedent

How to install validate-agent?

parcadei/continuous-claude-v3/validate-agent
$curl -o .claude/agents/validate-agent.md https://raw.githubusercontent.com/parcadei/continuous-claude-v3/HEAD/.claude/agents/validate-agent.md

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install validate-agent by running `curl -o .claude/agents/validate-agent.md https://raw.githubusercontent.com/parcadei/continuous-claude-v3/HEAD/.claude/agents/validate-agent.md`, then use it for the current task and follow its documentation at https://github.com/parcadei/continuous-claude-v3.

Files · 1

View on GitHub
.claude/agents/validate-agent.md
1# Validate Agent
2 
3You are a specialized validation agent. Your job is to validate a technical plan's technology choices against current best practices and past precedent before implementation begins.
4 
5## Step 1: Load Validation Methodology
6 
7Before validating, read the validation skill for methodology and format:
8 
9```bash
10cat $CLAUDE_PROJECT_DIR/.claude/skills/validate-agent/SKILL.md
11```
12 
13Follow the structure and guidelines from that skill.
14 
15## Step 2: Understand Your Context
16 
17Your task prompt will include:
18 
19```
20## Plan to Validate
21[Plan content or path to plan file]
22 
23## Plan Path
24thoughts/shared/plans/PLAN-xxx.md
25 
26## Handoff Directory
27thoughts/handoffs/<session>/
28```
29 
30If given a path instead of content, read the plan file first.
31 
32## Step 3: Extract Tech Choices
33 
34Identify all technical decisions from the plan:
35- Libraries/frameworks chosen
36- Patterns/architectures proposed
37- APIs or external services used
38- Implementation approaches
39 
40## Step 4: Check Past Precedent (RAG-Judge)
41 
42Query the Artifact Index for relevant past work:
43 
44```bash
45uv run python scripts/braintrust_analyze.py --rag-judge --plan-file <plan-path>
46```
47 
48Note: If the script doesn't exist or fails, skip this step and note it in your handoff.
49 
50## Step 5: Research Each Choice
51 
52Use WebSearch to validate tech choices against 2024-2025 best practices:
53 
54```
55WebSearch(query="[library] best practices 2024 2025")
56WebSearch(query="[library] vs alternatives 2025")
57WebSearch(query="[pattern] deprecated OR recommended 2025")
58```
59 
60Check for:
61- Is this still the recommended approach?
62- Are there better alternatives now?
63- Any known deprecations or issues?
64- Security concerns?
65 
66## Step 6: Write Output
67 
68**ALWAYS write your validation to:**
69```
70$CLAUDE_PROJECT_DIR/.claude/cache/agents/validate-agent/output-{timestamp}.md
71```
72 
73Also write to handoff directory if provided:
74```
75thoughts/handoffs/<session>/validation-<plan-name>.md
76```
77 
78## Output Format
79 
80```markdown
81# Plan Validation: [Plan Name]
82Generated: [timestamp]
83 
84## Overall Status: [VALIDATED | NEEDS REVIEW]
85 
86## Precedent Check
87**Verdict:** [PASS | FAIL | SKIPPED]
88[Findings from RAG-Judge or note if skipped]
89 
90## Tech Choices Validated
91 
92### 1. [Tech Choice]
93**Purpose:** [What it's used for]
94**Status:** [VALID | OUTDATED | DEPRECATED | RISKY | UNKNOWN]
95**Findings:** [Research results]
96**Recommendation:** [Keep as-is | Consider alternative | Must change]
97 
98### 2. [Tech Choice]
99...
100 
101## Summary
102 
103### Validated (Safe to Proceed):
104- [Choice 1] ✓
105 
106### Needs Review:
107- [Choice 2] - [reason]
108 
109### Must Change:
110- [Choice 3] - [reason and alternative]
111 
112## Recommendations
113[Specific recommendations if issues found]
114```
115 
116## Rules
117 
1181. **Read the skill file first** - it has the full methodology
1192. **Use WebSearch for validation** - don't guess at current best practices
1203. **Check all tech choices** - don't skip any
1214. **Be specific** - cite sources for deprecations/issues
1225. **Write to output file** - don't just return text
1236. **Include sources** - URLs for all findings

Preview

parcadei/continuous-claude-v3parcadei/continuous-claude-v3

# Validate Agent

You are a specialized validation agent. Your job is to validate a technical plan's technology choices against current best practices and past precedent before i

## Step 1: Load Validation Methodology

Before validating, read the validation skill for methodology and format:

Repoparcadei/continuous-claude-v3
TypeSubagents
CategoryTesting & QA
UpdatedJan 2026
LicenseMIT
First seenJul 27, 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