From virtual-team
Maps conversation contexts to auto-activate behavioral skills for pipelines, code writing, reviews, verifications, and multi-task plans in virtual-team workflows.
npx claudepluginhub ovargas/virtual-team --plugin virtual-teamThis skill uses the workspace's default tool permissions.
Behavioral skills must be active when relevant, even in ad-hoc sessions without slash commands. This mapping tells you which skills to load based on what you're doing.
Discovers and invokes agent skills matching the current development task phase, from idea refinement to shipping. Use when starting sessions or identifying applicable skills.
Establishes protocol for invoking relevant skills before any response, even clarifying questions, at conversation start. Checks 1% relevance threshold.
Enforces skill invocation rules at conversation start, requiring activation before code-related responses like building features, debugging, or planning.
Share bugs, ideas, or general feedback.
Behavioral skills must be active when relevant, even in ad-hoc sessions without slash commands. This mapping tells you which skills to load based on what you're doing.
| Context | Skill to load | Trigger |
|---|---|---|
| Starting a pipeline | virtual-team:triage | Before /vt-flow executes any step, or when /vt-feature//vt-implement need to determine ceremony level |
| Writing production code | virtual-team:test-driven-development | Before any Edit/Write to non-test files (reads stack.md tdd: field for mode: strict, recommended, off) |
| Writing production code | virtual-team:design-principles | Before writing function signatures, constructors, or service boundaries (reads stack.md design: field for mode: strict, recommended, off) |
| Claiming completion | virtual-team:verification-before-completion | Before saying "done", "complete", "passes" |
| Receiving review feedback | virtual-team:receiving-code-review | When processing review comments |
Executing multi-task plan with --sdd | virtual-team:subagent-driven-development | When /virtual-team:vt-implement --sdd is active |
Project-provided domain and stack skills are NOT auto-triggered. They are discovered and loaded by /virtual-team:vt-implement Layer 1 based on domain and stack frontmatter fields matching the current work.
SessionStart hook in hooks/hooks.jsonPreToolUse hook on Edit|Write calls (TDD + verification check)/virtual-team:vt-implement (Layer 0, 1, 2)