Agent Skillsmohitagw15856/pm-claude-skills › evt-dvt-pvt-gate-review

evt-dvt-pvt-gate-review

GitHub

用于执行EVT/DVT/PVT新產品導入階段門審查。根據退出標準評分,對開放問題進行阻塞/特許/延後分類,分析良率並生成包含建議的審查文檔。

skills/evt-dvt-pvt-gate-review/SKILL.md mohitagw15856/pm-claude-skills

Trigger Scenarios

執行EVT、DVT或PVT階段門審查 評估是否進入下一階段或決定項目狀態 在階段門之前處理開放問題 審查構建結果以確定下一步行動

Install

npx skills add mohitagw15856/pm-claude-skills --skill evt-dvt-pvt-gate-review -g -y
More Options

Use without installing

npx skills use mohitagw15856/pm-claude-skills@evt-dvt-pvt-gate-review

指定 Agent (Claude Code)

npx skills add mohitagw15856/pm-claude-skills --skill evt-dvt-pvt-gate-review -a claude-code -g -y

安装 repo 全部 skill

npx skills add mohitagw15856/pm-claude-skills --all -g -y

预览 repo 内 skill

npx skills add mohitagw15856/pm-claude-skills --list

SKILL.md

Frontmatter
{
    "name": "evt-dvt-pvt-gate-review",
    "description": "Run an NPI phase-gate review for EVT, DVT, or PVT — exit criteria per phase, open-issue triage, yield readout, waiver discipline, and a go\/no-go call. Use when asked to run a gate review, decide EVT exit or DVT entry, review build results, assess whether to proceed to the next build, or triage open issues before a phase gate. Produces a gate review document with criteria scoring, waiver register, yield analysis, and a defensible go\/conditional-go\/no-go recommendation."
}

EVT/DVT/PVT Gate Review Skill

Phase gates exist because hardware mistakes compound: an issue waved through EVT costs 10× at DVT and 100× in the field. This skill runs the gate the way a strong NPI lead does — score against written exit criteria, triage every open issue as blocker or waiver, read yield with its denominator, and make a recommendation someone can be held to.

What This Skill Produces

  • A scored exit-criteria checklist for the phase under review
  • An open-issue triage table (blocker / waiver / defer) with rationale
  • A yield readout by test station with failure Pareto
  • A waiver register with class, owner, expiry, and containment
  • A go / conditional-go / no-go recommendation with the conditions written down

Required Inputs

Ask for these if not provided; run the review on partial data but mark unverifiable criteria [no data — cannot score], never assumed-pass:

  • Which gate — EVT, DVT, or PVT exit (or entry to the next phase)
  • Build results — units built, units passing, failures by test station or symptom
  • Open issue list — bugs/defects with severity and status
  • Exit criteria if the program has them; otherwise use the reference set below and say so
  • Schedule pressure — the real next-build date, so the recommendation is honest about trade-offs

Gate Framework

Reference exit criteria (adapt to the program's own if provided):

Criterion EVT exit DVT exit PVT exit
Proves Design works (works-like) Design is reliable & certifiable (looks-like/works-like) Factory can build it at rate
Tooling Proto/soft tooling OK Off near-final tooling Production tooling, production line
Functional yield ≥ ~80% with failures understood ≥ ~90% ≥ ~95%, stable across line runs
Reliability Key risks tested (thermal, drop samples) Full reliability suite passed (drop, tumble, thermal cycle, HALT as applicable) ORT started; Cpk ≥ 1.33 on critical dimensions
Certs Pre-scan risks identified EMC/safety pre-scans passed Cert filings submitted/granted
Cost BOM within ~10% of target BOM within ~5%, cost-downs planned COGS at target with yield burdened in
Open issues No unresolved blockers No blockers; waivers classed & expiring Only Class C waivers, all with limit samples

Issue triage. Every open issue gets exactly one bucket: Blocker (fails a criterion, fix before gate), Waiver requested (pass the gate with the defect, under discipline below), Defer (not a gate criterion — but say why).

Waiver discipline. Class A — safety/regulatory/data-loss: never waivable. Class B — functional/reliability: waivable only with named owner, expiry date (a specific build or date at which it's fixed or the program stops), and containment for affected units. Class C — cosmetic: waivable against an approved limit sample.

Output Format

Gate review: [product] — [EVT/DVT/PVT] exit

  1. Recommendation — Go / Conditional go (conditions listed, each with owner + date) / No-go (earliest re-review)
  2. Exit criteria scorecard — criterion, target, actual, pass/fail/[no data]
  3. Yield readout — units in, units out, first-pass yield per test station, top-5 failure Pareto
  4. Open-issue triage — table: issue, severity, bucket, rationale
  5. Waiver register — waiver, class, owner, expiry, containment
  6. Risks carried forward — what the next phase inherits

Quality Checks

  • Every criterion is scored pass/fail/no-data — no blanks, no assumed passes
  • Yield is reported with denominator, build population, and per-station breakdown
  • Every waiver has a class, a named owner, an expiry, and containment
  • The recommendation names its conditions explicitly — "conditional go" without conditions is a go
  • Failure Pareto covers the top failure modes, not just an aggregate number

Anti-Patterns

  • Do not report yield without the denominator and test-station breakdown — "92% yield" on 12 hand-carried units is not data
  • Do not let a waiver pass a gate without an owner and expiry date — expiry-less waivers become the product
  • Do not waive Class A (safety/regulatory) issues under any schedule pressure
  • Do not average yield across builds with different configurations
  • Do not let "conditional go" be a euphemism for go — unconditioned conditionals are the oldest gate trick
  • Do not score a criterion pass because no data contradicts it — no data is a fail-to-verify

Version History

  • 54fad50 Current 2026-07-19 13:26

Same Skill Collection

exports/openclaw/360-feedback-template/SKILL.md
exports/openclaw/401k-plan-decoder/SKILL.md
exports/openclaw/ab-test-planner/SKILL.md
exports/openclaw/ab-test-readout/SKILL.md
exports/openclaw/accessibility-audit/SKILL.md
exports/openclaw/account-plan/SKILL.md
exports/openclaw/acquirer-red-team/SKILL.md
exports/openclaw/ad-copy/SKILL.md
exports/openclaw/aeo-optimizer/SKILL.md
exports/openclaw/agenda-or-cancel/SKILL.md
exports/openclaw/agent-design-review/SKILL.md
exports/openclaw/agent-observability-spec/SKILL.md
exports/openclaw/agent-spec/SKILL.md
exports/openclaw/ai-ethics-review/SKILL.md
exports/openclaw/ai-eval-plan/SKILL.md
exports/openclaw/ai-feature-prd/SKILL.md
exports/openclaw/ai-product-canvas/SKILL.md
exports/openclaw/air-quality/SKILL.md
exports/openclaw/altitude-shifter/SKILL.md
exports/openclaw/ambiguity-resolver/SKILL.md
exports/openclaw/analyst-relations-brief/SKILL.md
exports/openclaw/announcement-card/SKILL.md
exports/openclaw/api-docs-writer/SKILL.md
exports/openclaw/api-test-plan/SKILL.md
exports/openclaw/api-versioning-strategy/SKILL.md
exports/openclaw/apology-letter/SKILL.md
exports/openclaw/architecture-decision-record/SKILL.md
exports/openclaw/architecture-diagram/SKILL.md
exports/openclaw/archive-strategy/SKILL.md
exports/openclaw/assumption-bounty/SKILL.md
exports/openclaw/assumption-mapper/SKILL.md
exports/openclaw/async-update-format/SKILL.md
exports/openclaw/auto-repair-estimate-decoder/SKILL.md
exports/openclaw/autopilot-charter/SKILL.md
exports/openclaw/benefits-decoder/SKILL.md
exports/openclaw/bid-tender-review/SKILL.md
exports/openclaw/board-deck-narrative/SKILL.md
exports/openclaw/board-minutes/SKILL.md
exports/openclaw/board-pre-read/SKILL.md
exports/openclaw/bom-cost-review/SKILL.md
exports/openclaw/bookkeeping-categorization/SKILL.md
exports/openclaw/boolean-search-builder/SKILL.md
exports/openclaw/brag-doc/SKILL.md
exports/openclaw/brainstorming/SKILL.md
exports/openclaw/brief-builder/SKILL.md
exports/openclaw/briefing-note/SKILL.md
exports/openclaw/budget-builder/SKILL.md
exports/openclaw/budget-variance-analysis/SKILL.md
exports/openclaw/bug-diagnosis/SKILL.md
exports/openclaw/bug-report/SKILL.md

Metadata

Files
0
Version
471c606
Hash
c58e23bc
Indexed
2026-07-19 13:26

- 위키
Copyright © 2011-2026 iteam. Current version is 2.155.2. UTC+08:00, 2026-07-30 16:24
浙ICP备14020137号-1 $방문자$