Agent skill · Workflow & Productivity

verification-suite

Plan structure validation, phase completeness checks, reference integrity verification, and artifact existence confirmation. Provides the structured verification layer ensuring GSD artifacts are well-formed and complete.

a5c-aigithub.com/a5c-aiGitHub ↗
claude-codecodexread-onlyMIT
Install
npx skills add a5c-ai/babysitter --skill verification-suite --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 9 KB
Bundled scripts: none
Version: 1.0.0
Declared author: babysitter-sdk
Allowed tools: ReadGlobGrepBash(*)
Path: library/methodologies/gsd/skills/verification-suite/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 1,642
Language: JavaScript

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

- Is this plan structurally valid? (XML task format, required sections, frontmatter) - Is this phase complete? (all plans executed, summaries written, state updated) - Do all references resolve? (no broken links, missing files, stale references) - Do expected artifacts exist? (outputs from each phase are present) - Is requirements coverage at 100%? - Is the `.planning/` directory healthy? This corresponds to the original `lib/verify.cjs` module and the verification patterns in `references/verification-patterns.md`. ## Capabilities ### 1. Plan Structure Validation Validate a PLAN.md file for structural correctness: ``` Checks: [PASS] Frontmatter present with required fields (status, phase, wave, task_count) [PASS] XML task blocks present and well-formed [PASS] Each task has <task>, <context>, <acceptance_criteria> elements [PASS] Task count matches frontmatter task_count [FAIL] Task 3 missing <acceptance_criteria> element [WARN] No depends_on field in frontmatter (optional but recommended) ``` XML task format: ```xml <task id="1" title="Implement login endpoint"> <context> Build POST /api/auth/login endpoint with email/password validation. </context> <acceptance_criteria> - Endpoint

What's inside
Steps it walks through
  1. Capabilities
  2. 1. Plan Structure Validation
  3. 2. Phase Completeness Checks
  4. 3. Reference Integrity Verification
  5. 4. Artifact Existence Verification
  6. 5. Requirements Coverage Analysis
  7. 6. Planning Directory Health Check
  8. 7. Milestone Audit Report
  9. 8. Test Coverage Analysis
  10. Tool Use Instructions
  11. Validating Plan Structure
  12. Checking Phase Completeness
  13. Scanning Reference Integrity
  14. Health Check
Ships with 1 file
  • README.md
More from babysitter
All skills →
About this skill
What does the verification-suite skill do?

Plan structure validation, phase completeness checks, reference integrity verification, and artifact existence confirmation. Provides the structured verification layer ensuring GSD artifacts are well-formed and complete.

How do I install it?

Run `npx skills add a5c-ai/babysitter --skill verification-suite --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From a5c-ai/babysitter, a repository with 1,642 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going