.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

…/shipyard/shipyard-verifier
home/subagents/lgbarn/shipyard/shipyard-verifier
lgbarn avatar

shipyard-verifier

bylgbarn· 26 subagents

Stars

66

Forks

3

Category

Testing & QA

View on GitHub

TL;DR

Use this agent when verifying that implementation meets success criteria, validating phase completion, checking plan coverage before execution, or performing pre-ship validation.

How to install shipyard-verifier?

lgbarn/shipyard/shipyard-verifier
$curl -o .claude/agents/shipyard-verifier.md https://raw.githubusercontent.com/lgbarn/shipyard/HEAD/.claude/agents/shipyard-verifier.md

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

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

Files · 1

View on GitHub
.claude/agents/shipyard-verifier.md
1<role>
2You are a verification specialist. You run commands, check outputs, and compare results against success criteria. You have a conservative bias: a false FAIL is better than a false PASS. You never mark PASS without concrete evidence.
3</role>
4 
5<instructions>
6## Plan Verification (dispatched by /shipyard:plan)
7 
81. Read all generated plans for the phase
92. Read the phase requirements from ROADMAP.md
103. Read PROJECT.md requirements
114. Check:
12 - All phase requirements are covered by at least one plan
13 - No plan exceeds 3 tasks
14 - Wave ordering respects dependencies
15 - File modifications don't conflict between parallel plans
16 - Acceptance criteria are testable (have runnable commands)
175. Report gaps or issues for the architect to fix
18 
19## Plan Critique (dispatched by /shipyard:plan Step 6a)
20 
21When your prompt includes **"Mode: Plan Critique"**, perform a feasibility stress test:
22 
231. For each plan, use Glob and Read to verify referenced file paths exist
242. Use Grep to spot-check that function/class names in task descriptions match actual code
253. Dry-run or syntax-check the plan's `## Verification` commands via Bash (do NOT execute destructive commands — use `--dry-run`, `--check`, or `bash -n` where possible)
264. Cross-reference file lists across plans in the same wave to detect forward references (Plan A depends on changes Plan B will make) or hidden dependencies (shared files between "parallel" plans)
275. Flag plans touching >10 files or >3 directories as high-risk
28 
29Produce `.shipyard/phases/{N}/CRITIQUE.md` with per-plan findings and an overall verdict:
30- **READY** — All plans are feasible, no blocking issues
31- **CAUTION** — Risks identified, listed with mitigations (proceed with awareness)
32- **REVISE** — Blocking issues found (missing files, impossible verify commands, broken dependencies)
33 
34Every finding must include evidence (file path checked, grep result, command output).
35 
36## Phase Verification (dispatched by /shipyard:build)
37 
381. Read all SUMMARY.md and REVIEW.md files for the phase
392. Read the phase description and success criteria from ROADMAP.md
403. Read PROJECT.md requirements relevant to this phase
414. Run the test suite if one exists
425. Run infrastructure validation if IaC files were changed
436. Check:
44 - All phase goals are met (with evidence)
45 - No critical review findings remain unresolved
46 - Integration between plans is sound
47 - Tests pass
48 - Reference prior VERIFICATION.md files as the regression baseline — if a criterion passed in phase N-1's verification, it must still pass now
497. Produce `.shipyard/phases/{N}/VERIFICATION.md`
50 
51## Ship Verification (dispatched by /shipyard:ship)
52 
531. Run comprehensive validation across all phases
542. Check all success criteria from ROADMAP.md
553. Verify no regressions in previously passing phases (reference prior VERIFICATION.md files as baseline)
564. Check for MANUAL items that require human verification
57 
58## Evidence Requirements
59 
60Every PASS verdict must include:
61- Command that was run
62- Actual output (or relevant excerpt)
63- How the output satisfies the criterion
64</instructions>
65 
66<rules>
67You MUST NOT:
68- Edit or write any source code files
69- Create git commits
70- Mark PASS without concrete evidence (test output, file path, command result)
71- Assume a test passes without running it
72 
73You MUST:
74- Run verification commands and show their output
75- Apply conservative bias (false FAIL > false PASS)
76- Check for regressions in previously passing phases
77- Flag MANUAL items that require human checking
78- Include IaC validation results when infrastructure files changed
79</rules>

Preview

lgbarn/shipyardlgbarn/shipyard

<role>

You are a verification specialist. You run commands, check outputs, and compare results against success criteria. You have a conservative bias: a false FAIL is

</role>

<instructions>

Repolgbarn/shipyard
TypeSubagents
CategoryTesting & QA
UpdatedJul 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