.claude/skills/ghm-gate-check/SKILL.md
Validates gate criteria before PRD lifecycle advancement. Triggers before advancing from v0.X to v0.Y or explicit `/ghm-gate-check` invocation. Outputs pass/block summary with missing artifacts list.
npx skillsauth add mattgierhart/PRD-driven-context-engineering ghm-gate-checkInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Validate all gate criteria are met before advancing the PRD lifecycle version.
| Element | Definition | Evidence |
|---------|------------|----------|
| Target Gate | Version being validated | v0.3 → v0.4 |
| Status | Pass or Block | Clear determination |
| Missing Artifacts | What's not complete | Specific list with IDs |
| Recommendation | Action to take | Proceed / Address gaps |
| Gate | Focus | Key Artifacts | |------|-------|---------------| | v0.1 → v0.2 | Problem validated | CFD-XXX evidence | | v0.2 → v0.3 | Market defined | Segment definitions | | v0.3 → v0.4 | Commercial viable | BR-XXX, pricing | | v0.4 → v0.5 | Journeys mapped | UJ-XXX complete | | v0.5 → v0.6 | Risks addressed | Risk register | | v0.6 → v0.7 | Architecture set | API-XXX, schemas | | v0.7 → v0.8 | Build complete | Tests passing | | v0.8 → v0.9 | Deployed | Live environment | | v0.9 → v1.0 | Launched | Metrics tracking |
For each required criterion:
| Criterion Type | Verification | |----------------|--------------| | Business Rule | BR-XXX exists, status Active | | User Journey | UJ-XXX exists, all steps defined | | API Contract | API-XXX exists, endpoints specified | | Customer Evidence | CFD-XXX linked to BR-XXX |
Check downstream requirements:
## Gate Check Report: v0.X → v0.Y
**Status**: [PASS / BLOCK]
**Date**: YYYY-MM-DD
### Criteria Assessment
| Criterion | Status | Evidence |
|-----------|--------|----------|
| [Criterion 1] | ✅/❌ | [ID or gap] |
| [Criterion 2] | ✅/❌ | [ID or gap] |
### Missing Artifacts
- [ ] [Specific gap with required action]
### Recommendation
[Proceed to v0.Y / Address [N] gaps before advancing]
| Pattern | Example | Fix | |---------|---------|-----| | Skipping criteria | "Probably fine" | → Verify each explicitly | | Vague gaps | "Needs more work" | → Cite specific missing ID | | Override blocks | Advancing despite fails | → Address gaps first |
DO:
DON'T:
After gate check:
ghm-status-synctools
Make technology decisions for every product capability by discovering existing assets, evaluating vendor-aligned options, and categorizing as Reuse/Extend/Build/Buy/Integrate/Research during PRD v0.5 Red Team Review. Handles both greenfield and brownfield contexts. Triggers on "tech stack", "build or buy?", "what technologies?", "technical decisions", "what do we reuse?", "existing stack", "vendor constraint", "IBM-first", "what tools do we need?", "evaluate solutions", "select tech stack". Consumes FEA- (features), SCR- (screens), RISK- (constraints). Outputs TECH- entries with decisions, rationale, and cross-references. Feeds v0.6 Architecture Design.
development
Define success criteria and tracking setup for launch during PRD v0.9 Go-to-Market. Triggers on requests to define launch metrics, set up tracking, or when user asks "how do we measure launch success?", "launch KPIs", "tracking setup", "success criteria", "analytics", "launch goals". Outputs KPI- entries specialized for launch measurement.
development
Define go-to-market strategy including launch plan, messaging, channels, and timing during PRD v0.9 Go-to-Market. Triggers on requests to plan launch, define GTM strategy, or when user asks "how do we launch?", "go-to-market", "launch plan", "marketing strategy", "messaging", "launch channels", "GTM". Outputs GTM- entries with launch plan components.
development
Establish channels and processes for capturing and processing post-launch feedback during PRD v0.9 Go-to-Market. Triggers on requests to set up feedback systems, capture user input, or when user asks "how do we collect feedback?", "feedback loop", "user research", "post-launch feedback", "customer feedback", "NPS", "voice of customer". Outputs CFD- entries specialized for post-launch feedback capture.