Auto-discovered marketplace from vladdu/vv-ai-tools
npx claudepluginhub vladdu/vv-ai-toolsDev workflow skills: analyze, architect, develop, review. Use the 'vv' command to access these skills.
A Claude Code plugin marketplace providing the vv plugin - a structured development workflow toolkit that guides projects through analysis, architecture, development, and review phases.
The vv plugin implements a role-based development methodology where each phase of software development is handled by a specialized AI persona with focused responsibilities. This ensures thorough requirements gathering, thoughtful design, disciplined implementation, and rigorous code review.
This plugin is designed for use with Claude Code.
To install locally:
.claude/settings.local.json)The plugin provides four skills that implement a complete development lifecycle:
/vv:analyze)Role: Business Analyst
Creates a system prompt for gathering requirements, constraints, and goals. The analyst researches the problem space, asks clarifying questions, and ensures stakeholders understand what they're building.
Output: REQUIREMENTS.md - A comprehensive requirements document
/vv:architect)Role: Solutions Architect
Reads the requirements and designs the solution. Engages with stakeholders to refine the architecture and create a detailed implementation plan.
Input: REQUIREMENTS.md
Output: SPEC.md - Technical specification and implementation plan
/vv:develop)Role: Developer
Implements the solution following the specification using disciplined engineering practices:
Input: SPEC.md
Workflow: Feature branches, TDD, documented code
/vv:review)Role: Code Reviewer
Reviews changes before merging to main, evaluating:
Input: Branch changes + SPEC.md
Output: COMMENTS.md - Actionable review feedback
Each skill generates a system prompt for its role. Invoke them using the /vv: prefix:
/vv:analyze # Start with requirements gathering
/vv:architect # Design the solution
/vv:develop # Implement the feature
/vv:review # Review the code
The workflow produces structured documentation at each phase:
REQUIREMENTS.md - What needs to be built and whySPEC.md - How it will be builtCOMMENTS.md - What needs to be improvedThese artifacts create a paper trail for decisions and ensure continuity across development phases.
To add new skills:
plugins/vv/skills/{skill-name}/SKILL.md file with:
---
description: Brief description of the skill
disable-model-invocation: true
---
[Prompt generation instructions here]
.claude-plugin/
marketplace.json # Marketplace configuration
plugins/
vv/
.claude-plugin/
plugin.json # Plugin metadata
skills/
analyze/SKILL.md # BA prompt generator
architect/SKILL.md # Architect prompt generator
develop/SKILL.md # Developer prompt generator
review/SKILL.md # Reviewer prompt generator
This plugin embodies the principle that software development benefits from distinct phases and specialized perspectives. By separating analysis, design, implementation, and review into explicit roles, it encourages:
MIT
Vlad Dumitrescu
Open Design — local-first design app exposed to coding agents over MCP. Install once with your agent's plugin command and projects/files/skills are reachable through stdio.
Claude Code plugins for the Slidev presentation framework
Bundled plugins for actuating and debugging the Chrome browser.