Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
By bish-x
Orchestrate the full development lifecycle from idea to deployment: multi-agent planning with verified approval, codebase-aware task execution, automated research, site auditing, and project documentation generation — all within Claude.
npx claudepluginhub bish-x/claude-bishxStop 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
Share bugs, ideas, or general feedback.
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 claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Give 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.
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
39 specialist skills + 30 slash commands for coding agents — orchestrator, backend, frontend, QA, security, deploy, detective-spec, static-analysis, skill-author, program-router (auto-orchestration), parallel-dispatcher (skill 40) + spec-driven development (/constitution, /analyze, /checklist), anti-AI writing (/humanize), memory consolidation (/consolidate-memory), executable YAML pipelines (/run-program with 7 step types). v2.4.0: **/savings command** + automatic Stop summary showing tokens economizados, USD saved, bugs prevented, hot files, gate decisions — full audit trail in policies/savings-metrics.md. v2.3.0: pre-execution-gate emits binding ENRICH/GUIDED-ENRICH instructions. v2.2.1: Skills-vs-Agents disambiguation (PreToolUse hook prevents skill-as-subagent InputValidationError). v2.0.0: /swarm total autonomy mode. Two pipeline flows. 15 dispatchable subagents. Lifecycle hooks. Full .bot/ install via /devkit-install-fv.
The full arc from idea to shipped code. Scope-aware implementation, design, audit, and review workflows for Claude Code and Codex.
AI-powered development tools for code review, research, design, and workflow automation.
Production-ready Claude Code configuration with role-based workflows (PM→Lead→Designer→Dev→QA), safety hooks, 44 commands, 19 skills, 8 agents, 43 rules, 30 hook scripts across 19 events, auto-learning pipeline, hook profiles, and multi-language coding standards
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