By mwguerra
Consult a simulated personal advisory board with Intelligence, Business, Life, and Security councils for deliberating high-impact decisions on tech strategy, business growth, life balance, and risk mitigation. Persist sessions and outcomes in SQLite, review history, follow up on advice, track results, and analyze patterns to refine future recommendations.
npx claudepluginhub mwguerra/claude-code-plugins --plugin boardThe Board of Advisors - a personal advisory council for life and business decisions. This agent should be triggered proactively when the user faces a HIGH-IMPACT decision that goes beyond everyday coding or small tasks. When triggered proactively (not by explicit user request), ALWAYS use AskUserQuestion first to ask if the user wants the Board involved or prefers a direct answer. TRIGGER when: - User explicitly addresses the board: "Board, ...", "Ask the board ...", "Ask my board ...", "What does the board think?" - User faces a significant strategic, career, financial, or life decision during conversation - User is debating a high-stakes technical architecture change that affects the business - User is considering a major pivot, investment, partnership, or life change DO NOT trigger for: - Everyday code decisions (naming, refactoring, library choice for a small feature) - Small bug fixes or routine tasks - Simple yes/no questions with obvious answers - Questions that are purely technical with no business/life/strategic impact <example> Context: User explicitly invokes the board user: "Board, I'm thinking about dropping my current clients to focus 100% on my SaaS product. What do you think?" assistant: "I'll convene the Board of Advisors to deliberate on this career and business decision." <commentary>User explicitly addressed the board. No need to ask - go straight to deliberation.</commentary> </example> <example> Context: User mentions a high-impact decision during normal conversation user: "I got an offer to join a startup as CTO but I'd have to leave my consulting business" assistant: "This sounds like a significant career decision. Would you like me to convene your Board of Advisors for a structured deliberation, or should I share my thoughts directly?" <commentary>High-impact career decision detected during conversation. Ask first before invoking the board since the user didn't explicitly request it.</commentary> </example> <example> Context: User is making a routine code decision user: "Should I use Redis or Memcached for this cache layer?" assistant: (DO NOT trigger board-advisor - this is a standard technical decision Claude can answer directly) <commentary>Small technical choice. No board involvement needed.</commentary> </example> <example> Context: User considers a major financial commitment user: "I'm thinking about taking a $50k loan to fund development for the next 6 months" assistant: "This is a significant financial commitment. Would you like your Board of Advisors to weigh in with a structured analysis, or would you prefer a direct conversation about it?" <commentary>Major financial decision detected. Ask the user before invoking.</commentary> </example>
Business Council of the Board of Advisors. Focuses on revenue, market positioning, risk vs return, viability, and growth strategy. Can research market data and business context via web search. <example> Context: Business or financial decision requiring market analysis user: "Should I raise my consulting rate from $150 to $250 per hour?" assistant: "I'll consult the business-council to analyze the financial and market implications." <commentary>Financial/business decision requiring analysis of pricing, market positioning, and revenue impact.</commentary> </example>
The Council Head orchestrates Board advisory deliberations. Parses questions, classifies decision type and urgency, identifies which councils to consult, asks clarifying questions, and defines evaluation criteria. Use this agent when initiating a new deliberation through the board plugin. <example> Context: User asks for advice on a major decision user: "/board ask Should I quit my job to start a company?" assistant: "I'll use the council-head agent to orchestrate a full advisory deliberation on this career decision." <commentary>Career/life decision requiring multiple council perspectives. Council Head will classify, clarify, and route.</commentary> </example>
Intelligence Council of the Board of Advisors. Focuses on long-term leverage, knowledge compounding, technological direction, optionality, and systems thinking. Can research codebase and web for technical questions. <example> Context: Technical or strategic decision requiring intelligence analysis user: "Should I rebuild the platform in Rust instead of staying with Node.js?" assistant: "I'll consult the intelligence-council to analyze the long-term technical implications." <commentary>Technical decision requiring analysis of learning curves, ecosystem maturity, and strategic positioning.</commentary> </example>
Life Council of the Board of Advisors. Focuses on health, family, happiness, sustainability, and meaning. Pure deliberation without research tools - this council operates on wisdom, not data. <example> Context: Personal or life-balance decision user: "Should I work weekends for the next 6 months to launch my product?" assistant: "I'll consult the life-council to evaluate the personal sustainability and family impact." <commentary>Life/personal decision requiring analysis of health, relationships, and long-term well-being.</commentary> </example>
Master of Councils - the executive synthesizer of the Board of Advisors. Receives all council verdicts, identifies agreements and conflicts, weighs tradeoffs, and produces the final recommendation. Does not research - only synthesizes. <example> Context: All councils have delivered their verdicts, synthesis needed user: "All council verdicts are in. Synthesize the recommendation." assistant: "I'll use the master-of-councils to produce the final synthesis and recommendation." <commentary>Synthesis phase - aggregating all council perspectives into a clear recommendation.</commentary> </example>
Security Council of the Board of Advisors. Focuses on catastrophe prevention, risk mitigation, survival, legal exposure, and continuity planning. Can analyze codebase and contracts for risk assessment. <example> Context: Decision with significant risk or legal implications user: "Should I accept this partnership agreement without a lawyer reviewing it?" assistant: "I'll consult the security-council to assess the legal and risk implications." <commentary>Risk/legal decision requiring thorough analysis of downside scenarios and mitigation.</commentary> </example>
Queue-based personal workflow assistant. Captures decisions, commitments, ideas, and session data via ultra-fast hooks (< 50ms), processes them in a background worker with AI extraction, and syncs to Obsidian vault. Replaces my-workflow with zero-latency capture architecture.
Personal decision-making and life workflow support
Collect and synthesize opinions from multiple AI Agents for Claude Code
Persistent memory for Claude Code sessions using Honcho
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.
The most comprehensive Claude Code plugin — 48 agents, 182 skills, 68 legacy command shims, selective install profiles, and production-ready hooks for TDD, security scanning, code review, and continuous learning
Uses power tools
Uses Bash, Write, or Edit tools
Share bugs, ideas, or general feedback.
A collection of Claude Code plugins for development workflows.
# Add the marketplace
/plugin marketplace add mwguerra/claude-code-plugins
# Browse and install plugins
/plugin
Create publication-ready technical articles with author voice profiles, web research, runnable code examples, and multi-language output. Supports interactive single-article creation or autonomous batch processing.
/plugin install article-writer@mwguerra-marketplace
Production readiness toolkit with code cleanup, comprehensive analysis, and automated testing. Removes debug artifacts for clean commits, runs Pest and Playwright tests, and prepares apps for deployment.
/plugin install code@mwguerra-marketplace
Generate and maintain documentation from code with drift detection. Validates docs against source, auto-generates from code patterns, syncs outdated content, and provides reusable templates.
/plugin install docs-specialist@mwguerra-marketplace
Expert agent for docker-local (mwguerra/docker-local) Laravel Docker development environment. Manages Docker services, diagnoses issues, checks project conflicts, handles database operations, and troubleshoots environment setup.
/plugin install docker-local@mwguerra-marketplace
Docker and Docker Compose expert with complete documentation. Generates Dockerfiles, compose configs, database containers, SSL/TLS setup with Traefik or Nginx, and provides troubleshooting.
/plugin install docker-specialist@mwguerra-marketplace
Comprehensive E2E testing using Playwright MCP. Creates detailed test plans, tests all pages for errors, verifies user flows by role, and runs visual browser tests with full coverage.
/plugin install e2e-test-specialist@mwguerra-marketplace
Expert FilamentPHP v4 assistant with complete official documentation. Generates resources, forms, tables, actions, widgets, infolists, and Pest tests following v4 patterns.
/plugin install filament-specialist@mwguerra-marketplace
Scaffold and develop Laravel packages and Filament plugins with full testing support. Creates package structure, configures Pest testing, sets up GitHub Actions CI.
/plugin install laravel-filament-package-development-specialist@mwguerra-marketplace
App launch preparation toolkit with SEO analysis, automated screenshots, buyer persona creation, social media ad generation, technical article writing, and landing page proposals.
/plugin install post-development@mwguerra-marketplace
Plan and execute tasks from PRDs with hierarchical subtasks, dependency tracking, and project memories. Features dashboard visualization, autonomous batch execution, and persistent memory.
/plugin install taskmanager@mwguerra-marketplace
Terminal and shell systems expert with comprehensive documentation. Covers TTY/PTY architecture, stdin/stdout/stderr streams, signals, ANSI escape sequences, job control, and terminal modes.
/plugin install terminal-specialist@mwguerra-marketplace
Proactive Pest 4 testing for PHP, Laravel, Livewire, and Filament apps. Auto-generates tests for models, controllers, policies, and Livewire components. Analyzes coverage gaps.
/plugin install test-specialist@mwguerra-marketplace
Manage an Obsidian vault as your development knowledge base and automatic work journal. Auto-captures commits, tasks, and Claude Code components with structured frontmatter.
/plugin install obsidian-vault@mwguerra-marketplace
Intelligent error tracking and solution recall system. Learns from every error you solve, providing instant access to past solutions with multi-level matching and confidence scores.
/plugin install error-memory@mwguerra-marketplace
Interactive PRD (Product Requirements Document) builder with comprehensive interview-driven discovery, gap analysis, and taskmanager integration.
/plugin install prd-builder@mwguerra-marketplace
Personal workflow management combining assistant, secretary, and executive roles. Tracks sessions, commitments, decisions, and goals. Integrates with GitHub and Obsidian vault. Provides intelligent briefings and productivity insights.
/plugin install my-workflow@mwguerra-marketplace
If you need to completely reinstall all marketplace plugins (useful after updates or to fix issues), add this script to ~/.claude/reinstall_marketplace.sh:
#!/bin/bash
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claim