vt-product-dev Plugin¶
The vt-product-dev plugin is the end-to-end product flow: PRD → prototype → spec → plan →
build → review → finalize → operate. It is sized for one person carrying a piece of work from
front to back (SPEC-163 FR-2).
It is the largest plugin in the split — 66 skills: 65 from the 119-skill split, plus one added since.
Overview¶
| Property | Value |
|---|---|
| Name | vt-product-dev |
| Version | 1.2.0 |
| Required | No |
| Depends on | vt-base, vt-brand |
| Skill prefix | vt-d- |
| License | MIT |
What's included¶
| Component | Count |
|---|---|
| Skills | 66 |
Skills by cluster¶
Entry points (3) — /vt-d-0-init · /vt-d-0-start · /vt-d-dev-start
Scaffolding (3) — /vt-d-1-bootstrap · /vt-d-bootstrap · /vt-d-scaffold
Product-design front (12) — /vt-d-pd-0-start · /vt-d-pd-1-research · /vt-d-pd-2-prd · /vt-d-pd-pid · /vt-d-pd-3-prototype · /vt-d-pd-4-validate · /vt-d-pd-5-specs · /vt-d-pd-6-handoff · /vt-d-pd-analyze-changes · /vt-d-pd-capture-decisions · /vt-d-pd-inbox-scan · /vt-d-pd-route-decision
Spec tools (6) — /vt-d-spec-from-requirements · /vt-d-specs-from-prd · /vt-d-spec-check · /vt-d-shape · /vt-d-activate · /vt-d-complete
Workflow phases (6) — /vt-d-2-plan · /vt-d-3-build · /vt-d-4-review · /vt-d-5-finalize · /vt-d-6-operate · /vt-d-phase-checkpoint
Building (6) — /vt-d-frontend-design · /vt-d-feature-flags · /vt-d-safe-migrations · /vt-d-defense-in-depth · /vt-d-executing-plans · /vt-d-recursive-criticism
Testing (3) — /vt-d-test-driven-development · /vt-d-testing-anti-patterns · /vt-d-webapp-testing
Debugging & operations (6) — /vt-d-systematic-debugging · /vt-d-root-cause-tracing · /vt-d-bug-report · /vt-d-triage-bugs · /vt-d-error-monitoring · /vt-d-verification-before-completion
Dependency security (2) — /vt-d-npm-security · /vt-d-python-security
Quality & release (3) — /vt-d-quality-metrics · /vt-d-quickfix · /vt-d-promote
Docs in the flow (3) — /vt-d-adr · /vt-d-user-manual-generate · /vt-d-user-manual-update
Build patterns (optional) (3) — /vt-d-multi-tenancy · /vt-d-mcp-builder · /vt-d-agent-native-architecture
Language packs (optional) (3) — /vt-d-dhh-ruby-style · /vt-d-andrew-kane-gem-writer · /vt-d-dspy-ruby
Added by Amendments A3 / A5 (6) — /vt-d-kw-prd · /vt-d-kw-prototype · /vt-d-kw-user-test · /vt-d-container-logistics-ux-expert · /vt-d-messegelaende-cleanup · /vt-d-skill-venue-hall-research
Notes¶
Mid-flow entry is supported (EC-2). The 0→6 phase skills and the spec tools are each
independently invokable; nothing requires starting at /vt-d-0-init.
It depends on the base for registration. Eleven skills here call
~/.claude/skills/vt-c-project-register/scripts/check_registration.sh. That target stays in
vt-base under its vt-c- name, so the call sites are unaffected by this move — verified
at Task 23 rather than assumed, because at Task 21 that script's own parser dependency had
broken silently.
The last six were added after the original assignment. kw-prd, kw-prototype and
kw-user-test came here via Amendment A5 — they are substantial skills, not deprecated stubs,
and their subject matter is the pd-* front. container-logistics-ux-expert,
messegelaende-cleanup and skill-venue-hall-research came via Amendment A3; they keep their
scope: product:[…] markers, which restrict where Claude auto-matches them and are
independent of which plugin owns them.
Related¶
- vt-base — the required base this depends on
- vt-brand — design system and CD assets used by the prototype skills
- Creating Plugins