gsd-validate-phase
Checks and documents Nyquist validation coverage for a finished phase.
Install
mkdir -p .claude/skills/gsd-validate-phase && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/11034" && unzip -o skill.zip -d .claude/skills/gsd-validate-phase && rm skill.zipInstalls to .claude/skills/gsd-validate-phase
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
Retroactively audit and fill Nyquist validation gaps for a completed phaseKey capabilities
- →Audit validation coverage
- →Reconstruct missing validation docs
- →Ensure Nyquist project compliance
How it works
It audits existing validation documentation or reconstructs it from project artifacts to ensure compliance for a completed phase.
Inputs & outputs
When to use gsd-validate-phase
- →Audit phase validation gaps
- →Reconstruct missing validation docs
- →Ensure Nyquist project compliance
About this skill
Output: updated VALIDATION.md + generated test files. </objective>
<execution_context> @$HOME/.claude/get-shit-done/workflows/validate-phase.md </execution_context>
<context> Phase: $ARGUMENTS — optional, defaults to last completed phase. </context> <process> Execute @$HOME/.claude/get-shit-done/workflows/validate-phase.md. Preserve all workflow gates. </process>When not to use it
- →When the phase has not been executed
- →When validation documentation is already complete
Prerequisites
Limitations
- →Requires existing phase artifacts for reconstruction
How it compares
It retroactively fills validation gaps rather than enforcing them during active development.
Compared to similar skills
gsd-validate-phase side by side with the closest alternatives in the catalog.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| gsd-validate-phase (this skill) | 0 | 4mo | No flags | Intermediate |
| code-review-checklist | 3 | 27d | No flags | Beginner |
| openspec-verify-change | 3 | 6mo | Review | Advanced |
| superpowers-finish | 1 | 6mo | No flags | Beginner |
Try saying
Example prompts that trigger this skill in your AI assistant.
You might also like
code-review-checklist
vudovn
Code review guidelines covering code quality, security, and best practices.
openspec-verify-change
studyzy
验证实现是否与变更产出物匹配。当用户想要在归档前验证实现是否完整、正确且一致时使用。
superpowers-finish
anthonylee991
Finalizes work: runs verification, summarizes changes, notes follow-ups, and ensures repo hygiene. Use at the end of an implementation or debugging session.
positron-qa-verify
posit-dev
Generates clear, actionable verification guides for QA testing of Positron bug fixes and features
categorize-revdep-issues
r-lib
Write revdep/issue.md to group packages by common error categories
pr-review
microsoft
Multi-dimensional review of a PR or feature branch in the microsoft/winappcli repo. Activate when a contributor asks to "review my PR", "review my changes", "vet my branch before pushing", "do a full review", "PR review", "review this feature", or similar. Fans out parallel sub-agents covering secur