bdouble

48 mods across 1 repository, 40 stars between them.

pm-vibecode-ops

02

bdouble/pm-vibecode-ops

Plugin Claude Code

Enables Product Managers and non-engineers to produce production-quality code through structured AI collaboration with Linear integration. Complete workflow from discovery through security review.

40 1mo ago A tokens not measured CC-BY-4.0

bdouble/pm-vibecode-ops

Instructions file CodexOpenCode

AGENTS.md instructions for bdouble/pm-vibecode-ops, covering agents: specialized ai roles, how agents work, available agents, 1. architect-agent and 2. backend-engineer-agent.

40 1mo ago A 4,809 tokens CC-BY-4.0

architect-agent

04

bdouble/pm-vibecode-ops

Agent

Use this agent PROACTIVELY for system architecture, discovery, planning, and technical decomposition. This agent excels at analyzing codebases, decomposing requirements into implementable tickets, and ensuring architectural consistency. Examples.

40 1mo ago A 0 tokens CC-BY-4.0

bdouble/pm-vibecode-ops

Agent

Use this agent PROACTIVELY for backend development tasks including API implementation, database operations, authentication systems, and server-side security. This agent excels at building secure, scalable server applications following industry best practices. Examples.

40 1mo ago A 0 tokens CC-BY-4.0

code-reviewer-agent

06

bdouble/pm-vibecode-ops

Agent

Use this agent PROACTIVELY for code quality assessment, pattern adherence, and best practices enforcement. This agent excels at reviewing code changes after implementing new features, fixing bugs, or making architectural changes. Examples.

40 1mo ago A 0 tokens CC-BY-4.0

bdouble/pm-vibecode-ops

Agent

Use this agent PROACTIVELY for comprehensive design reviews on front-end pull requests and UI changes. This agent excels at visual consistency verification, accessibility compliance (WCAG 2.2 AA), responsive design testing, and user experience quality assessment. Examples.

40 1mo ago A 0 tokens CC-BY-4.0

bdouble/pm-vibecode-ops

Agent

Cross-epic entropy auditor — the consolidator role no per-ticket phase performs. Receives a mechanical census + doc-truth results + prior-scorecard deltas from the /entropy-audit orchestrator, reads real code on top of those facts, and returns pragmatism-filtered findings with a mandatory Leave It Alone list and one…

40 1mo ago A 98 tokens CC-BY-4.0

epic-closure-agent

09

bdouble/pm-vibecode-ops

Agent

Use this agent for closing completed epics with deferred work recovery, impact-bar-disciplined follow-up analysis (≤3 tickets max, rest to closure-log), boundary-question framework for cross-cutting concerns, downstream impact propagation, and documentation updates. The default outcome is a populated…

40 1mo ago A 0 tokens CC-BY-4.0

bdouble/pm-vibecode-ops

Agent

Use this agent PROACTIVELY for frontend development tasks including React components, UI implementations, client-side logic, and user interface optimization. This agent excels at building world-class, S-tier SaaS interfaces following design system principles inspired by Stripe, Airbnb, and Linear. Examples.

40 1mo ago A 0 tokens CC-BY-4.0

qa-engineer-agent

11

bdouble/pm-vibecode-ops

Agent

Use this agent PROACTIVELY for comprehensive testing strategy, test implementation, and quality assurance. This agent excels at creating thorough test suites, identifying edge cases, and ensuring software quality across all testing levels. Examples.

40 1mo ago A 0 tokens CC-BY-4.0

bdouble/pm-vibecode-ops

Agent

Use this agent PROACTIVELY for comprehensive security analysis, vulnerability assessments, threat modeling, and security code reviews. This agent excels at both strategic security architecture and tactical vulnerability identification, combining offensive security knowledge with defensive implementation guidance.…

40 1mo ago A 0 tokens CC-BY-4.0

bdouble/pm-vibecode-ops

Agent

Use this agent PROACTIVELY for creating comprehensive technical documentation, API references, and user guides. This agent excels at transforming complex technical concepts into clear, actionable documentation that developers and users can easily understand and follow. Examples.

40 1mo ago B 0 tokens CC-BY-4.0

bdouble/pm-vibecode-ops

Agent

Use this agent to gather and summarize ticket context from Linear when processing large epics. This agent fetches ticket details and comments, then returns structured summaries to reduce context usage. Spawn multiple instances in parallel for different ticket batches. Examples.

40 1mo ago A 0 tokens CC-BY-4.0

bdouble/pm-vibecode-ops

Skill Claude CodeCodex

Explores 3-5 distinct approaches before committing to one. Use when: Design decisions: "design", "architect", "plan", "how should we", "what's the best way" Comparing options: "options", "alternatives", "trade-offs", "pros and cons", "compare approaches" Decision making: "help me decide", "how should I implement"…

40 1mo ago A 216 tokens CC-BY-4.0

bdouble/pm-vibecode-ops

Skill Claude CodeCodex

Validates epic completion before closure. Use when: Closing epics: "close epic", "finish epic", "complete epic", "epic done", "mark epic complete" Checking status: "are all tickets done", "check epic status", "verify epic completion" Discussing epic IDs with closure intent (EPIC-, EPc-) Epic closure workflows Blocks…

40 1mo ago A 153 tokens CC-BY-4.0

bdouble/pm-vibecode-ops

Skill Claude CodeCodex

Enforces verification over recall and prevents scope creep. Use when: Acting on a claim from docs, project memory (AGENTS.md/CLAUDE.md), or a ticket without checking the code: "the migration is complete", "X is handled by Y", "the flag is enabled" Guessing a function signature or import path from memory Modifying…

40 1mo ago A 161 tokens CC-BY-4.0

mvd-documentation

18

bdouble/pm-vibecode-ops

Skill Claude CodeCodex

Enforces minimal, decision-focused documentation (WHY not WHAT). Use when: Adding documentation: "add comments", "document this", "write JSDoc", "create README", "add docs" Explaining code: "explain this code", "what does this do", "documentation phase" Asking about docs: "should I document this", "how should I…

40 1mo ago A 141 tokens CC-BY-4.0

bdouble/pm-vibecode-ops

Skill Claude CodeCodex

Enforces production-grade code quality. Use when: Writing code: "implement", "write code", "add feature", "fix bug", "create service", "build" Detecting workarounds: "make it work", "quick fix", "temporary solution", "workaround", "hack" Reviewing code: "review PR", "check this code", "is this production ready"…

40 1mo ago A 178 tokens CC-BY-4.0

security-patterns

20

bdouble/pm-vibecode-ops

Skill Claude CodeCodex

Enforces OWASP Top 10 security patterns during code writing. Use when: Authentication: "authentication", "login", "password", "JWT", "OAuth", "session", "token" Authorization: "validate input", "sanitize", "authorize", "access control", "permissions" Data handling: "database query", "SQL", "user data", "PII"…

40 1mo ago A 178 tokens CC-BY-4.0

service-reuse

21

bdouble/pm-vibecode-ops

Skill Claude CodeCodex

Prevents code duplication by requiring inventory check before creation. Use when: Creating new code: "create new", "add a service", "build a helper", "write a utility", "new class" Adding infrastructure: "implement middleware", "add validator", "create repository", "new module" Building shared code: "shared…

40 1mo ago A 173 tokens CC-BY-4.0

testing-philosophy

22

bdouble/pm-vibecode-ops

Skill Claude CodeCodex

Enforces test accuracy over coverage quantity. Use when: Writing tests: "write tests", "add tests", "test this", "improve coverage", "testing phase" Fixing tests: "tests failing", "fix tests", "debug test", "test suite broken", "run tests" CI issues: "CI failing", "pipeline broken", "build red", "tests red", "skip…

40 1mo ago A 207 tokens CC-BY-4.0

using-pm-workflow

23

bdouble/pm-vibecode-ops

Skill Claude CodeCodex

Guides users through PM workflow phases and command sequence. Use when: Asking for guidance: "what command", "which phase", "where do I start", "what's next", "workflow" Starting work: "new project", "new session", "help me plan", "kick off", "get started" Learning the workflow: "how do I use this", "what are the…

40 1mo ago A 153 tokens CC-BY-4.0

bdouble/pm-vibecode-ops

Skill Claude CodeCodex

Requires evidence before any completion claim. Use when: Checking status: "is it done", "is this done", "are we finished", "ready for review", "create PR", "commit" Claiming completion: "ready to close", "mark as complete", "verify my work", "did I miss anything" Shipping code: "ship it", "LGTM", "merge it", "push…

40 1mo ago A 202 tokens CC-BY-4.0