By baodq97
V-Bounce AI-Native SDLC Orchestrator v5.1 — Agent-first architecture with unified TDD, per-phase specialized QG agents, mixed-model assignment, tech-aware context injection, explicit contracts, shared workspace, state management, and multi-layer quality assurance for complete software development lifecycle
Approve the current V-Bounce phase and advance to next
Start a V-Bounce bugfix cycle (P2/P3)
Start a V-Bounce change request cycle (mid-cycle scope change)
Start a V-Bounce hotfix cycle (P0/P1 emergency)
Rollback to a previous V-Bounce phase
Use this agent when deployment plans, rollback strategies, and pre/post-deployment checklists need to be created. Handles staging and production deployments with proper approvals. STANDARD bounce time. Trigger this agent during the Deployment phase after testing is approved. <example> Context: Testing phase has been approved and deployment planning needs to begin. user: "Testing is approved. Create the deployment plan." assistant: "I'll launch the deployment-engineer agent to create the deployment plan with rollback strategy and monitoring." <commentary> Standard deployment trigger. Agent first runs acceptance verification, then produces deployment plan. </commentary> </example> <example> Context: User needs a specific deployment strategy for a new service. user: "We need a canary deployment strategy for the new API version." assistant: "Let me use the deployment-engineer agent to design a canary deployment plan with gradual traffic shifting." <commentary> Strategy-specific request. Agent designs canary with quantitative rollback triggers. </commentary> </example> <example> Context: User needs a standalone rollback plan for risk mitigation. user: "Create a rollback plan for the upcoming release." assistant: "I'll launch the deployment-engineer agent to create a rollback plan with quantitative triggers and notification procedures." <commentary> Targeted rollback planning. Agent produces trigger conditions, procedures, and verification steps. </commentary> </example>
Use this agent when the user needs to create or update technical designs for approved requirements. This includes architecture design, API design, data model design, security threat modeling (STRIDE), Architecture Decision Records (ADRs), and design-time test specifications. Trigger this agent during the Design phase. <example> Context: Requirements phase has been approved and design work needs to begin. user: "The requirements have been approved. Let's design it." assistant: "I'll launch the design-architect agent to create the full technical design based on the approved requirements." <commentary> Standard design phase trigger after requirements approval. Agent reads requirements artifacts and produces 8 design files. </commentary> </example> <example> Context: A new component needs technical design and the requirements are ready. user: "We need to add a new data ingestion pipeline. The requirements are ready for design." assistant: "Let me use the design-architect agent to produce the architecture, API spec, data model, STRIDE analysis, and ADRs." <commentary> Feature-specific design request. Agent will trace all requirements to design components. </commentary> </example> <example> Context: Design feedback received after review, architecture needs revision. user: "We got feedback on the design. Need to revise the architecture." assistant: "I'll launch the design-architect agent to revise the design based on the feedback." <commentary> Design refinement cycle (anatomy step 5). Agent reads feedback and updates design artifacts. </commentary> </example>
Unified TDD agent: writes tests from contracts (RED), implements code (GREEN), executes and verifies (REFACTOR). Self-contained execution loop with max 3 iterations. Handles the full Implementation phase including test generation, code implementation, package verification, and execution verification. Trigger this agent during the Implementation phase. <example> Context: Contracts created, design approved. Implementation needs to produce code + tests + execution. user: "Contracts are ready. Please implement the feature." assistant: "I'll launch the implementation-engineer agent in unified TDD mode to write tests (RED), implement code (GREEN), and execute verification." <commentary> Unified TDD trigger after contract generation. Agent writes tests from contracts, implements code to pass them, and verifies via execution. </commentary> </example> <example> Context: Specific modules need to be implemented in parallel mode. user: "Implement the auth module (Scope: auth-service, auth-middleware)." assistant: "I'll launch the implementation-engineer agent scoped to auth-service and auth-middleware modules only." <commentary> Parallel mode with scope restriction. Agent only implements listed modules from contracts. </commentary> </example> <example> Context: Quality gate flagged issues in the implementation that need fixing. user: "The implementation needs revisions — QG flagged test distribution imbalance and 1 unverified package." assistant: "I'll launch the implementation-engineer agent to fix the flagged issues, rebalance tests, re-verify packages, and re-execute." <commentary> Refinement cycle triggered by QG failure. Agent re-verifies and fixes issues through the full TDD loop. </commentary> </example>
Use this agent to capture knowledge from AI-assisted development cycles. Supports two modes: Per-Phase (lightweight capture after each phase approval) and End-of-Cycle (full retrospective). Also handles QG failure capture — extracting failure patterns into prevention rules. <example> Context: A phase has just been approved and learnings need to be captured. user: "The requirements phase just got approved. Capture the phase learnings." assistant: "I'll launch the knowledge-curator in Per-Phase mode to capture ambiguity patterns and clarification effectiveness." <commentary> Per-Phase capture after approval. Agent extracts phase-specific knowledge into YAML capture file. </commentary> </example> <example> Context: All SDLC phases are complete and a retrospective is needed. user: "All phases are complete. Run the end-of-cycle retrospective." assistant: "Let me use the knowledge-curator in End-of-Cycle mode to aggregate all captures and generate lessons learned." <commentary> End-of-Cycle mode aggregates all phase captures, writes prevention rules, and updates config overrides. </commentary> </example> <example> Context: Quality gate returned FAIL and the failure pattern needs to be captured before revision. user: "The quality gate failed on the requirements output." assistant: "I'll launch the knowledge-curator to capture the failure pattern and write a prevention rule before the agent revises." <commentary> QG failure capture. Agent writes prevention rule to learned-rules file so the phase agent can read and apply it. </commentary> </example>
Use this agent to validate Deployment phase output against domain-specific quality criteria. Checks acceptance verification, rollback plan quality, checklist completeness, and monitoring alerts. Returns PASS/WARN/FAIL verdict. Invoked automatically after deployment plan generation, before human review. <example> Context: Deployment agent has completed its output and needs validation. user: "Run quality gate on the deployment output." assistant: "I'll launch qg-deployment to check acceptance verification, rollback plan, checklist completeness, and monitoring alerts." <commentary> Automatic QG invocation after deployment plan generation. Agent validates deployment readiness. </commentary> </example>
Uses power tools
Uses Bash, Write, or Edit tools
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Open-source plugin marketplace for Claude Code.
| Plugin | Version | Description |
|---|---|---|
| vbounce | 5.1.0 | V-Bounce AI-Native SDLC Orchestrator — 12 agents with unified TDD, per-phase QG, mixed-model assignment, and tech-aware context injection |
| design-thinking | 1.0.0 | Design Thinking PRD Generator — guides users from pain points through Empathize, Define, Ideate, Prototype to produce vbounce-compatible PRDs |
| profile-playbook | 1.0.0 | SFIA 9 Profile Playbook — 9 role-based playbooks (SA, PO, BA, Testing, PM, EA, CIO, CTO, CPO) with phase-based workflows, inline SFIA coaching, and competency assessment |
| skills-ontology | 1.2.0 | Intelligent skill management — turns flat skill directories into a structured knowledge graph with routing, chaining, and usage tracking |
claude plugin marketplace add https://github.com/baodq97/open-plugin
claude plugin install vbounce
claude plugin install design-thinking
claude plugin install profile-playbook
claude plugin install skills-ontology
.
├── .claude-plugin/
│ └── marketplace.json # Marketplace manifest
├── plugins/
│ ├── vbounce/ # V-Bounce SDLC Orchestrator v5.1
│ │ ├── .claude-plugin/
│ │ │ └── plugin.json
│ │ ├── skills/ # Orchestrator skill + 16 shared references
│ │ ├── agents/ # 12 agents (req, design, impl, review, deploy, KC, trace, 4x QG, testing)
│ │ └── commands/ # 8 slash commands
│ ├── design-thinking/ # Design Thinking PRD Generator v1.0
│ │ ├── .claude-plugin/
│ │ │ └── plugin.json
│ │ ├── skills/ # Orchestrator skill + 10 shared references
│ │ ├── agents/ # 6 agents (empathy, define, ideate, prototype, prd, QG)
│ │ └── commands/ # 6 slash commands
│ ├── profile-playbook/ # SFIA 9 Profile Playbook v1.0
│ │ ├── .claude-plugin/
│ │ │ └── plugin.json
│ │ ├── skills/ # 9 role-specific skills (SA, PO, BA, Testing, PM, EA, CIO, CTO, CPO)
│ │ ├── agents/ # 2 shared agents (profile-guide, profile-reviewer)
│ │ └── commands/ # 5 shared commands (start, assess, coach, next, status)
│ └── skills-ontology/ # Skills Ontology v1.2
│ ├── .claude-plugin/
│ │ └── plugin.json
│ ├── commands/
│ ├── hooks/
│ ├── rules/
│ ├── src/
│ └── bin/
├── README.md
├── .gitignore
└── LICENSE
Each plugin lives in its own plugins/<name>/ directory with a .claude-plugin/plugin.json manifest. To add a new plugin:
plugins/<your-plugin>/.claude-plugin/plugin.json with name, description, version.claude-plugin/marketplace.jsonMIT
npx claudepluginhub baodq97/open-plugin --plugin vbounceFour-layer long-term memory (L0→L1→L2→L3 Persona) with hybrid FTS5+vector recall + L2 scene-navigation. CLI: tmem (status, search, recall, scene, scenes, changelog, persona, sync, config, daemon, atoms, sessions, write-l1, write-scene, write-persona, mark-done, init). Run /memory-init first.
Intelligent skill management and retrieval for Claude Code
SFIA 9 Profile Playbook — a unified collection of role-based playbooks (SA, PO, BA, Testing, PM, EA, CIO, CTO, CPO) with phase-based workflows, inline SFIA coaching, and competency assessment
Design Thinking PRD Generator — guides users from raw pain points through Empathize, Define, Ideate, Prototype, and PRD compilation to produce vbounce-compatible Product Requirements Documents
AI-first engineering workflow with BDD living documentation. Lean PRD writing, Gherkin generation, and wireframe mockups for Product and Engineer roles.
Compound Engineering workflow: PRD-driven sprints, isolated worktrees, hook-enforced safety, automated learning. Skills become /vini-workflow:plan, /vini-workflow:compound, etc.
Language-agnostic development process harness implementing the Stateless Agent Methodology (SAM) 7-stage pipeline with ARL human touchpoint model and Voltron-style language plugin composition. Provides orchestration, workflows, planning, verification, and testing methodology that any language plugin can compose with.
Reusable skills for SDLC planning, software delivery, development workflows, research, data work, and office productivity.
Token-efficient vibe-coding pipeline with hard guardrails: brainstorm, plan, isolate, exec, verify, review, integrate. Halts on 'Expected' mismatches instead of committing bad work.
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.