vt-base Plugin¶
The vt-base plugin is the required base plugin that provides the complete VisiTrans development toolkit.
Overview¶
| Property | Value |
|---|---|
| Name | vt-base |
| Version | 5.0.0 |
| Required | Yes |
| License | MIT |
What's included¶
| Component | Count |
|---|---|
| Agents | 43 |
| Orchestrators | 7 |
| Skills | 15 |
| Commands | 7 |
| Hooks | 9 |
Workflows¶
The core plugin provides both workflows:
- Unified Product Development (
/vt-d-pd-0-startthrough/vt-d-6-operate) — 14 phases spanning design and development - Knowledge Work (
/vt-d-activatethrough/vt-d-5-finalize) — 5 phases, legacy (redirects to unified workflow)
Orchestrators¶
conceptual-orchestrator— research, architecture, specs (/plan)implementation-orchestrator— code review (/review)finalization-orchestrator— final quality checks (/vt-d-finalize-check)bugfix-orchestrator— bug investigation (/vt-d-investigate-bug)incident-orchestrator— production incidents (/incident-response)product-design-orchestrator— product design coordinationknowledge-work-orchestrator— knowledge work coordination
Security¶
Always-on security hooks:
- Secret scanner — blocks hardcoded credentials on every file write
- Security lint — warns about dangerous patterns (
eval(),innerHTML, raw SQL)
Global rules¶
The plugin installs ~/.claude/CLAUDE.md which enforces:
- Scope discipline — only change what's requested
- No assumptions — ask when uncertain
- No placeholders — use real values or environment variables
- Branch-based git — never commit to main directly
- Security-first — validate input, sanitize output, escape templates