Spec-driven development workflow plugins for Claude Code — includes the Bee Hive live dashboard with live agent activity feed for browsing phases, reports, hook events, and workflow state in a readable web UI
npx claudepluginhub george-popescu/bee-devSpec-driven development workflow with TDD enforcement, parallel agent execution, autonomous pipeline orchestration, interactive flow control, review gates, and comprehensive code auditing
Spec-driven development workflow plugin for Claude Code.
Bee takes a feature idea through a complete, repeatable pipeline: spec > plan > execute > review > test > commit. Every step is orchestrated by Claude Code with review gates between phases. Includes a comprehensive code audit system for analyzing inherited/vibecoded projects.
Option 1: From GitHub (recommended)
# Add the repo as a marketplace source
claude plugin marketplace add https://github.com/BEE-CODED/bee-dev
# Install the plugin
claude plugin install bee
Option 2: Local path (for development)
# Use --plugin-dir flag pointing to the plugin inside the repo
claude --plugin-dir /path/to/bee-dev/plugins/bee
/bee:init # Detect stack, create .bee/ config
/bee:new-spec # Conversational discovery → spec → phases
/bee:plan-phase 1 # Plan phase 1 with tasks and wave grouping
/bee:execute-phase 1 # Execute with parallel TDD implementation
/bee:review # 4-step code review pipeline
/bee:test # Generate test scenarios, verify with developer
/bee:commit # Guided commit with diff summary
/bee:quick # Fast-track: describe, execute, commit (no spec needed)
/bee:audit # Comprehensive 9-agent code audit (great for inherited projects)
| Command | Description |
|---|---|
/bee:init | Initialize project -- detect stack, create .bee/ config |
/bee:progress | Show current project state and suggest next action |
/bee:resume | Restore full context after a break |
/bee:compact | Smart compact -- preserve bee context, then compress conversation |
/bee:memory | View accumulated agent memories for the current project |
/bee:refresh-context | Re-run codebase context extraction, overwriting CONTEXT.md |
/bee:create-agent | Create a custom project-local agent extension |
/bee:create-skill | Create a custom project-local skill extension |
/bee:update | Update bee statusline and clean up legacy local copies |
| Command | Description |
|---|---|
/bee:new-spec | Create feature spec through conversational discovery. --amend to modify, --from-discussion to use discussion notes |
/bee:plan-phase N | Plan a phase: task decomposition, research, wave assignment + auto-fix review loop |
/bee:plan-review N | Review a phase plan (TASKS.md) against the spec before execution |
/bee:add-phase | Append a new phase to the current spec |
/bee:discuss | Guided brainstorming-style codebase-grounded discussion before creating a spec |
| Command | Description |
|---|---|
/bee:execute-phase N | Execute a planned phase with wave-based parallel TDD agents |
/bee:quick | Fast-track task. --fast for direct mode, --amend N to modify existing, --review for post-review |
| Command | Description |
|---|---|
/bee:review | Multi-agent parallel review (4 specialists) with finding validation, escalation, and auto-fix. --loop for auto-loop |
/bee:review-implementation | Context-aware review -- full spec mode (4 agents per stack) or ad-hoc mode (3 agents) |
/bee:fix-implementation | Standalone fix -- reads review output and fixes confirmed findings sequentially |
/bee:test | Generate manual test scenarios and verify with developer |
/bee:test-e2e | Generate and run Playwright E2E tests with Page Object Model |
| Command | Description |
|---|---|
/bee:audit | Comprehensive 9-agent code audit with finding validation and structured report. --only security,database for selective |
/bee:audit-to-spec | Convert audit findings into actionable specs by severity. --critical for critical only, --dry-run to preview |
| Command | Description |
|---|---|
/bee:commit | Show diff summary, suggest commit message, require confirmation |
/bee:archive-spec | Archive completed spec, reset STATE.md, bump plugin version |
/bee:eod | End-of-day integrity check with 4 parallel audits |
/bee:init → /bee:new-spec → /bee:plan-phase 1 → /bee:execute-phase 1 → /bee:review → /bee:test → /bee:commit
↑ repeat for each phase ↓
/bee:review-implementation → /bee:archive-spec → /bee:eod
/bee:quick fix the login button alignment # Agents mode (default): research + implement
/bee:quick --fast fix the button color # Direct execution, no agents
/bee:quick --amend 3 # Modify existing quick task plan #3
/bee:quick --review update the footer links # Execute + review before commit
Open Design — local-first design app exposed to coding agents over MCP. Install once with your agent's plugin command and projects/files/skills are reachable through stdio.
Claude Code plugins for the Slidev presentation framework
Bundled plugins for actuating and debugging the Chrome browser.