baodq97/open-plugin

Open-source Claude Code plugin marketplace — SDLC orchestration (vbounce), Design Thinking PRDs, SFIA 9 role playbooks, skills ontology, and a GitHub skill installer (chom)

4Stars on the repository
60Mods indexed here, across every type
3mo agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

empathy-synthesizer

01

baodq97/open-plugin

Agent

Use this agent to synthesize Empathize phase conversation data into structured artifacts: personas, empathy maps, pain points, and journey maps. Invoked after the orchestrator completes the structured interview (10-15+ turns across 5 rounds). Context: Empathize interview is complete and artifacts need to be…

4 3mo ago A 234 tokens original MIT

ideation-evaluator

02

baodq97/open-plugin

Agent

Use this agent to synthesize the Ideate phase conversation into scored solution concepts, evaluation matrix, and selected direction. Invoked after the orchestrator completes the Ideate conversation. Context: Ideate conversation is complete with solution brainstorming and evaluation. user: "Ideation is done. Synthesize…

4 3mo ago A 125 tokens original MIT

prd-compiler

03

baodq97/open-plugin

Agent

Use this agent to compile all Design Thinking artifacts into a vbounce-compatible Product Requirements Document (PRD). Invoked after the Prototype phase is approved. This is pure compilation — no user conversation needed. Context: All Design Thinking phases complete, ready to compile PRD. user: "All phases approved.…

4 3mo ago A 123 tokens original MIT

problem-definer

04

baodq97/open-plugin

Agent

Use this agent to synthesize the Define phase conversation into structured problem artifacts: POV statements, HMW questions, design principles, and opportunity map. Invoked after the orchestrator completes the Define conversation. Context: Define conversation is complete, need to produce structured problem definition.…

4 3mo ago A 128 tokens original MIT

prototype-architect

05

baodq97/open-plugin

Agent

Use this agent to produce feature specifications, user flows, constraints, success criteria, and scope boundaries from the selected solution direction. Invoked after the Prototype constraints conversation is complete. Context: Prototype constraints gathered, need feature specification. user: "Constraints are captured.…

4 3mo ago A 114 tokens original MIT

qg-validator

06

baodq97/open-plugin

Agent

Use this agent to validate Design Thinking phase output against phase-specific quality criteria. Handles all 5 phases with different criteria per phase. Returns PASS/WARN/FAIL verdict. Invoked automatically after each synthesis agent. Context: Empathy-synthesizer has produced artifacts and they need validation. user…

4 3mo ago A 201 tokens original MIT

profile-guide

07

baodq97/open-plugin

Agent

Use this agent when the user needs guided assistance through any SFIA playbook phase, wants help creating role-specific artifacts, or is working on tasks that require step-by-step guidance. Supports all roles (SA, PO, BA, Testing, PM, EA, CIO, CTO, CPO). Examples: Context: User has started an SA session and is in the…

4 3mo ago A 417 tokens original MIT

profile-reviewer

08

baodq97/open-plugin

Agent

Use this agent when the user wants to review or assess work quality against SFIA criteria, evaluate a document, or get feedback on role-specific output. Supports all roles (SA, PO, BA, Testing, PM, EA, CIO, CTO, CPO). Examples: Context: User has completed an architecture document and wants quality feedback user…

4 3mo ago A 305 tokens original MIT

deployment-engineer

09

baodq97/open-plugin

Agent

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. Context: Testing phase has been approved…

4 3mo ago A 282 tokens original MIT

design-architect

10

baodq97/open-plugin

Agent

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.…

4 3mo ago A 315 tokens original MIT

baodq97/open-plugin

Agent

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…

4 3mo ago A 347 tokens original MIT

knowledge-curator

12

baodq97/open-plugin

Agent

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. Context: A phase has just been approved and…

4 3mo ago A 319 tokens original MIT

qg-deployment

13

baodq97/open-plugin

Agent

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. Context…

4 3mo ago A 129 tokens original MIT

qg-design

14

baodq97/open-plugin

Agent

Use this agent to validate Design phase output against domain-specific quality criteria. Checks architecture consistency, STRIDE security coverage, API-story mapping, design-time test specifications, ADR presence, and data model integrity. Returns PASS/WARN/FAIL verdict. Invoked automatically after design generation…

4 3mo ago A 140 tokens original MIT

qg-implementation

15

baodq97/open-plugin

Agent

Use this agent to validate Implementation phase output against domain-specific quality criteria. Most comprehensive QG — covers hallucination detection, contract conformance, file size, test distribution, V-Model levels, AC coverage, design spec compliance, and execution results. Returns PASS/WARN/FAIL verdict.…

4 3mo ago A 163 tokens original MIT

qg-requirements

16

baodq97/open-plugin

Agent

Use this agent to validate Requirements phase output against domain-specific quality criteria. Checks ambiguity scoring, AC testability, NFR completeness, story independence (INVEST), and traceability coverage. Returns PASS/WARN/FAIL verdict. Invoked automatically after requirements generation, before human review.…

4 3mo ago A 143 tokens original MIT

baodq97/open-plugin

Agent

Use this agent when you need to parse a PRD (Product Requirements Document) and produce structured requirements artifacts including user stories, acceptance criteria in GIVEN-WHEN-THEN format, non-functional requirements, test skeletons, ambiguity scores, and traceability matrices. This agent is active during the…

4 3mo ago A 396 tokens original MIT

review-auditor

18

baodq97/open-plugin

Agent

Use this agent when implementation artifacts need to be reviewed for correctness, security, and AI hallucinations. PRIMARY mission: catch AI hallucinations (fake packages, invalid APIs, invented patterns). SECONDARY: security audit, code quality, logic correctness, performance. Produces weighted scored review reports…

4 3mo ago A 333 tokens original MIT

testing-engineer

19

baodq97/open-plugin

Agent

DEPRECATED in v5.1 — merged into implementation-engineer.md. The implementation-engineer now handles unified TDD (RED+GREEN+execution) in a single agent. This file is kept for reference only. Do NOT dispatch this agent. Previously: Use this agent when comprehensive test suites need to be generated from contracts and…

4 3mo ago A 385 tokens original MIT

baodq97/open-plugin

Agent

Use this agent to maintain a live traceability matrix that evolves across every SDLC phase. Supports four modes: Initialize (from requirements), Update (extend with design/implementation/testing), Validate (check completeness), and Impact Analysis (trace effects of changes). Invoked at every phase transition. Context…

4 3mo ago A 306 tokens original MIT