By bish-x
Orchestrates multi-agent teams to execute the full development lifecycle: from idea analysis and structured planning through code generation, testing, site auditing, and deep research, with integrated task management and quality gates.
Stop the active bishx-run or bishx-site session gracefully
Analyze the project and suggest new features worth building
Scan codebase and fill/update CLAUDE.md and AGENTS.md with real project data
Create CLAUDE.md and AGENTS.md templates in the project root
Import bishx-plan into bd (beads) as Epic → Feature → Task hierarchy with dependencies. Handles existing tasks gracefully.
Requirements traceability specialist for bishx-plan. Systematically maps every requirement from CONTEXT.md to plan tasks. Finds orphaned requirements and scope creep.
Final quality gate for bishx-plan. Aggregates all actor feedback, scores with weighted dimensions, validates against cross-actor ceilings, and issues APPROVED/REVISE/REJECT verdict.
Plan executability validator for bishx-plan. Mentally executes the first tasks as a fresh Claude session and reports where it gets stuck.
Inter-task compatibility specialist for bishx-plan. Validates data flow between tasks, dependency graph integrity, shared resource conflicts, and interface contracts.
Performance anti-pattern detection specialist for bishx-plan. Checks for N+1 queries, missing indexes, algorithm complexity, memory leaks, and caching opportunities.
Scan codebase and fill/update CLAUDE.md and AGENTS.md with real project data. Produces deep architectural documentation matching production quality.
Use for complex features needing bulletproof plans. Automated 10-actor verification pipeline (Researcher → Planner → [Skeptic + TDD + Completeness + Integration + Security* + Performance*] → Critic) that iterates up to 10 times until the Critic approves (≥75%), producing a one-shot-ready plan.
Generates a structured planning prompt for bishx-plan. Analyzes the user's idea, discovers relevant skills, and builds a detailed prompt for execution.
Deep research pipeline for thorough investigation of any topic. Multi-agent system with Scout, Investigators, Deep Diver, Verifier, Synthesizer, and iterative Critic review. Produces verified, sourced research reports.
Deep system testing — auto-detects stack, discovers components, runs unit/integration/E2E/security/performance tests, reports bugs to bd with full reproduction steps.
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.
Full dev lifecycle plugin for Claude Code. Takes you from a raw idea to shipped code through a structured pipeline of AI agents.
idea → prompt → plan → tasks → code → test → site audit
git clone https://github.com/Bishoni/claude-bishx.git ~/.claude/plugins/bishx
Then launch Claude Code with the plugin:
claude --plugin-dir ~/.claude/plugins/bishx
Type /bishx: to verify commands appear in autocomplete.
| Command | Description |
|---|---|
/bishx:prompt <idea> | Generate a structured planning prompt from a raw idea |
/bishx:plan <prompt> | Run 10-actor verification pipeline (up to 10 iterations) to produce a bulletproof implementation plan |
/bishx:plan-to-bd-tasks | Decompose the approved plan into bd tasks (Epic → Feature → Task hierarchy) |
/bishx:run | Execute tasks with multi-agent orchestration (Lead → Dev → 3 Reviewers → QA) |
/bishx:run <epic> | Select a specific epic by name (partial match, e.g. /bishx:run auth) |
/bishx:test | Deep system testing: auto-detects stack, discovers components, runs all test types, reports bugs to bd |
/bishx:site <url> | Full website audit — crawls up to 100 pages via cmux browser, analyzes UX/UI, SEO, accessibility, performance, conversion |
/bishx:init | Create CLAUDE.md and AGENTS.md templates in the project root |
/bishx:init-sync | Scan codebase and fill/update CLAUDE.md and AGENTS.md with real project data |
/bishx:status,/bishx:cancel,/bishx:polish,/bishx:ideaare defined but not yet functional.
The plugin uses Agent Teams — independent Claude Code sessions that communicate peer-to-peer via SendMessage and coordinate through a shared TaskList.
┌─ Skeptic (opus)
├─ TDD Reviewer (sonnet)
Interview → Research → Planner → ├─ Completeness (sonnet) → Critic → Dry-Run? ×N
├─ Integration (sonnet)
├─ Security* (sonnet)
└─ Performance* (sonnet)
* = conditional
Iterates up to 10 times until the Critic scores ≥75% with zero blocking issues (APPROVED) and the Dry-Run Simulator passes. Complexity gate adapts the pipeline: TRIVIAL skips review, SMALL runs lite review, MEDIUM+ runs full parallel review. Each session is stored in a timestamped directory (.bishx-plan/YYYY-MM-DD_HH-MM/) with all iterations preserved for history. The approved plan is saved as APPROVED_PLAN.md inside the session directory.
After research completes, the orchestrator performs a skill-library lookup from ~/.claude/skill-library/:
INDEX.md hierarchy to identify relevant categories by tech stackPLANNER-SKILLS.md and SKEPTIC-SKILLS.md with full skill pathsLead → Dev (opus) → 3 Reviewers (sonnet, parallel) → Validate (sonnet) → QA (opus)
Lead assigns bd tasks from the board and orchestrates the full cycle:
Each reviewer has formal severity definitions (CRITICAL/MAJOR/MINOR/INFO), HIGH SIGNAL filters ("what NOT to flag"), scope discipline (diff-only), and self-validation. Pass/fail is deterministic: zero CRITICAL + zero MAJOR + automated checks pass.
Review approach inspired by the Anthropic code-review plugin.
Lead performs centralized skill lookup from the skill library before each task, passing relevant skill paths to each agent (≤2500 lines budget per agent).
All teammates (Dev, Reviewers, QA) reason and communicate in English for better analytical quality. Lead communicates with the user in the user's language.
/bishx:site https://example.com
npx claudepluginhub bish-x/claude-bishxGive soul to your workflow. 58 AI-powered skills across 17 roles — PM, Dev, Backend, Frontend, QA, UX, Data, Detect, WordPress, Release, Security, DevOps, and Core. Spec-to-ship pipeline: scaffold, implement, test, secure, deploy. Features two-phase workflow with human approval, quality-reviewer agent, token optimization, and continuous improvement via LEARN.md system.
Structured project planning and execution through brainstorm, spec, and build phases across three execution tiers: sequential, delegated sub-agents, and full agent teams
AI-powered development workflow automation - Phase-based planning, implementation orchestration, preflight code quality checks with security scanning, ship-it workflow, and development principles generator for CLAUDE.md
The only Claude Code plugin that verifies AI-generated code against its own design specs.
Development agents, skills, hooks, and commands for Claude Code workflows
AI-powered development tools for code review, research, design, and workflow automation.