By baodq97
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
Approve the current Design Thinking phase and advance to next
Generate PRD from current artifacts (requires Prototype phase approved)
Copy PRD to project root and suggest starting vbounce
Go back to an earlier Design Thinking phase for iteration
Initialize a new Design Thinking session from a pain point or problem statement
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). <example> Context: Empathize interview is complete and artifacts need to be synthesized. user: "The empathy interview is complete. Synthesize the findings." assistant: "I'll launch the empathy-synthesizer to produce personas, empathy maps, pain points, and journey maps from the conversation log." <commentary> Standard post-interview synthesis. Agent reads conversation-log.md and produces 4 structured artifacts. </commentary> </example> <example> Context: QG failed and agent needs to rework with feedback. user: "QG failed on empathize — missing journey maps. Rework." assistant: "I'll re-launch the empathy-synthesizer with QG feedback to fix the missing journey maps." <commentary> Rework cycle. Agent receives previous output + QG report and produces improved artifacts. </commentary> </example>
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. <example> Context: Ideate conversation is complete with solution brainstorming and evaluation. user: "Ideation is done. Synthesize and score the solutions." assistant: "I'll launch the ideation-evaluator to produce solution concepts, evaluation matrix, and selected direction." <commentary> Standard synthesis after Ideate conversation. Agent reads previous artifacts + ideate conversation. </commentary> </example>
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. <example> Context: All Design Thinking phases complete, ready to compile PRD. user: "All phases approved. Compile the PRD." assistant: "I'll launch the prd-compiler to produce a vbounce-compatible PRD from all artifacts." <commentary> Standard PRD compilation. Agent reads all phase artifacts and produces prd.md. </commentary> </example>
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. <example> Context: Define conversation is complete, need to produce structured problem definition. user: "Define conversation done. Synthesize the problem definition." assistant: "I'll launch the problem-definer to produce POV statements, HMW questions, design principles, and opportunity map." <commentary> Standard synthesis after Define conversation. Agent reads empathize artifacts + define conversation. </commentary> </example>
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. <example> Context: Prototype constraints gathered, need feature specification. user: "Constraints are captured. Build the feature specs." assistant: "I'll launch the prototype-architect to produce feature specs, user flows, constraints, success criteria, and scope boundaries." <commentary> Standard prototype phase synthesis. Agent reads all previous artifacts + constraints. </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 design-thinkingFour-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.
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
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
MUST use when user wants to plan or strategize a product/feature. 22 PM frameworks, 6 modes, multi-language, from idea to dev handoff
Guides you through creating a Product Requirements Document (PRD) for a new app or feature.
End-to-end product discovery flow that produces a structured PRD.
A comprehensive library of PM skills covering discovery, strategy, delivery, finance, AI orchestration, and career leadership.
🎨 UX Designer — User Experience Designer + UI Specialist
66 product management skills (30 phase + 9 foundation + 12 utility + 15 tool) plus 5 sub-agents (pm-critic, pm-skill-auditor, pm-changelog-curator, pm-release-conductor, pm-workflow-orchestrator) for AI agents covering the full product lifecycle from discovery through iteration. v2.27.1 is a maintenance patch (the classification sub-count drift gate; no new skills, catalog stays 66). v2.27.0 is the provable-quality release: every measured skill carries trigger-eval fixtures with CI gates for routing drift and new-skill collisions, the catalog surfaces (skill-manifest.json + the generated AGENTS.md catalog) are built from frontmatter behind enforcing staleness gates, the output-quality eval harness + asset gate ship, and the creator/validator family bakes the eval contract into skill creation; no new skills (catalog stays 66). v2.26.0 adds the utility-pm-workflow-builder skill (guided authoring from a workflow idea or a promoted chain to a staged Workflow Implementation Packet) and the /chain command (ad-hoc ordered skill chains routed to the pm-workflow-orchestrator Mode B under a written chain-expression contract, with a --thread flag for declared linear dependency); the catalog grows to 66 skills. v2.25.2 is a maintenance patch (a unified validator-inventory manifest with an enforcing CI parity referee that closes the bash/PowerShell/CI drift class, plus the remaining 2026-06-06 Codex audit fixes); no new skills (catalog stays 65). v2.25.1 is a maintenance patch (documentation-site Pattern S reorg, a generated resource index, an em-dash-scar cleanup with new CI guards, dependency bumps, and a pre-tag validator fix); no new skills (catalog stays 65). v2.25.0 adds the plugin's first hooks: opt-in house-rule guardrails (a PreToolUse hook that blocks em-dash and en-dash characters when enabled in .claude/pm-skills.local.md) plus a confident-only SessionStart phase router that suggests the right Triple Diamond skills for the current repo, and an advisory output-quality CI tier (deterministic invariants over the recorded samples); no new skills (catalog stays 65). v2.24.0 adds the pm-workflow-orchestrator sub-agent and its utility-pm-workflow-orchestrator dispatch skill, a governed runner that takes a saved foundation-prioritized-action-plan (or a user-named chain) and runs an ordered sequence of pm-skills with per-step go/no-go checkpoints; foundation-prioritized-action-plan grows a --run handoff (v1.1.0) that offers to run its own runnable prompts through the orchestrator; the catalog grows to 65. v2.23.0 adds one foundation skill, foundation-prioritized-action-plan, which turns any PM input into an evidence-grounded prioritized action plan using Theory of Constraints and Cynefin; the catalog grows from 63 to 64. v2.22.0 removes the 63 redundant per-skill command wrappers (each skill now appears once, invoked directly by name: /pm-skills:<name> on Claude Code, $<name> on Codex) and adds a native Codex .codex-plugin manifest so Codex discovers the skills; all existing skills unchanged. v2.21.0 is an additive distribution launch: pm-skills becomes installable through the new product-on-purpose marketplace (the recommended home for Product on Purpose plugins) while the existing install path keeps working unchanged, so no existing user has to act; no new skills (catalog stays 63). v2.20.0 adds slash commands for the three workshop sprint methodologies (Foundation Sprint, Design Sprint, and the end-to-end arc) plus documentation-count validator hardening; no new skills (catalog stays 63). v2.19.0 hardened the release-validation tooling so the library polices its own counts, cross-references, and links. v2.18.0 added four highest-consensus content skills: discover-market-sizing (TAM/SAM/SOM multi-framework triangulation), define-prioritization-framework (RICE, ICE, MoSCoW, Weighted Scoring, and Kano run in parallel with a cross-framework comparison), discover-journey-map (stages, touchpoints, emotional curve, and moments of truth), and measure-survey-analysis (honest survey analysis with limitation warnings), each with three thread-aligned samples. It carries forward v2.17.0 native Claude Code sub-agent registration: the sub-agent definitions moved to the canonical agents/ directory (the coordination directory was renamed to _agent-context/ to free the name), so all 4 sub-agents now auto-discover via @-mention on Claude Code; the dispatch skills continue to provide the same capability on Codex CLI, Cursor, Windsurf, Copilot, and Gemini CLI. v2.17.0 also migrates skill frontmatter to the metadata-nested structure per the agentskills.io specification and makes the CI validators bash-3.2 portable. Doc-stack on Astro 6.3.x + Starlight 0.39.x. Carries forward v2.15.0 Sprint Skills (Foundation Sprint family + Design Sprint family + tool-note-and-vote under classification:tool), v2.12.0 OKR Skills set, v2.11.0 Meeting Skills Family, lean canvas, persona, structured templates, real-world examples, 12 workflows including the foundation-to-design end-to-end arc, an interactive skill builder, and lifecycle tools for validating and iterating skills. Follows the agentskills.io specification.