Claude Tools / Plugins / virtual-team
Plugins · ovargas/virtual-team
virtual-team
Virtual development team: TDD, debugging, code review, backlog management, and proven workflow patterns
CLEARED_STATICagent-agnosticv1.5.1
Pipeline results
Coverage
CLEARED_STATIC
Tests run
7 / 8
Portability
Agent-agnostic (works beyond Claude)
Type
Plugins
Tests & results
What the pipeline checked
What's inside
Components found
agents/codebase-analyzer.md
componentmedium
agents/codebase-locator.md
componentmedium
agents/docs-locator.md
componentmedium
agents/pattern-finder.md
componentmedium
agents/product-owner.md
componentmedium
agents/security-reviewer.md
componentmedium
agents/software-architect.md
componentmedium
agents/web-researcher.md
componentmedium
commands/bug.md
componentmedium
commands/check.md
componentmedium
commands/commit.md
componentmedium
commands/contracts.md
componentmedium
commands/debug.md
componentmedium
commands/decisions.md
componentmedium
commands/docs.md
componentmedium
commands/doctor.md
componentmedium
commands/epic.md
componentmedium
commands/feature.md
componentmedium
commands/flow-fix-pipeline.md
componentmedium
commands/flow.md
componentmedium
Coverage
Not assessed
- behavioural execution not run
- egress patterns logged (FLAG-INFO): 2 lexical match(es)
README
From the repository
# Virtual Team A development-agent plugin that turns Claude Code or Codex into a virtual development team. It provides a deliberate pipeline from idea to shipped code — with agents, commands, and skills that enforce TDD, contract-first development, and quality gates at every step. ## Supported hosts | Host | Integration | Status | |---|---|---| | Claude Code | Slash commands, skills, agents, and hooks | Native | | Codex | Plugin manifest, workflow skills, shared skills, and subagent adaptation | Native | ## Getting Started with Claude Code ### 1. Install the plugin In a Claude Code session, run: ``` /plugin marketplace add ovargas/virtual-team /plugin install virtual-team@virtual-team-marketplace ``` ### 2. Initialize your project Start a Claude Code session and run: ``` /virtual-team:start ``` This walks you through an interactive interview to define your tech stack, project structure, and conventions. It creates `stack.md` (the source of truth for your project) and sets up the `docs/` directory structure. Anything you haven't decided yet gets marked as TBD — the architect agent will catch it later when a feature actually needs it. > **Working on multiple repositories…