By bdarbaz
Unified development workflow: 29 skills, 12 agents, 6 hooks. Replaces GSD + Superpowers + Compound + gstack.
Dispatch for system design decisions, major refactoring, technology choices, and architecture evaluation
Dispatch for API design, service architecture, authentication, database integration, and backend infrastructure
Dispatch for multi-aspect code review before merge, after implementation, or for PR review
Dispatch for schema changes, new queries, migration files, and database performance concerns
Dispatch for complex bugs requiring systematic investigation: hypothesis-driven debugging with root cause analysis
Autonomous workflow loop - runs the full skill chain automatically with circuit breaker and stuck detection
Freeform router - accepts natural language and routes to the appropriate skill(s)
Show all available skills, agents, and workflow guides - quick reference card for claude-stack
Generate structured codebase documentation - file tree, dependency graph, module responsibilities, entry points
Quick mode for small tasks - compressed discuss+plan+build workflow without full ceremony
Modifies files
Hook triggers on file write and edit operations
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.
A unified Claude Code plugin that replaces 18 separate tools (GSD, Superpowers, Compound Engineering, gstack, ECC, wshobson, Uncodixfy, and more) with a single install. Ships with 27 skills, 12 agents, 6 hooks, and 8 rules for a complete development workflow -- from project initialization to shipping and knowledge capture.
claude plugin add /path/to/claude-stack
# or when published:
# claude plugin install claude-stack
/s:new myproject # Initialize project with .planning/ and docs/
/s:discuss # Gather requirements interactively
/s:brainstorm # Explore approaches, pick the best one
/s:plan # Create phased roadmap with tasks
/s:build # Implement with TDD (red/green/refactor)
/s:review # Multi-perspective code review
/s:verify # Evidence-based verification
/s:ship # Test, push, and create PR
/s:compound # Capture learnings for future sessions
| Skill | Phase | Description |
|---|---|---|
/s:new | Core | Initialize project with .planning/ structure, docs/, CLAUDE.md, and git repo |
/s:discuss | Core | Gather functional and non-functional requirements interactively |
/s:plan | Core | Create phased implementation roadmap from requirements |
/s:build | Core | Implement tasks using TDD (red/green/refactor cycle) |
/s:status | Core | Show active phase, completed tasks, blockers, recent commits |
/s:resume | Core | Reconstruct context from STATE.md and recent docs, suggest next action |
/s:pause | Core | Save current work state and create resume instructions |
/s:note | Core | Add timestamped note to STATE.md decisions table |
/s:brainstorm | Quality | Explore 2-3 approaches with trade-offs, save to docs/brainstorms/ |
/s:review | Quality | 5-aspect code review: plan alignment, quality, architecture, security, docs |
/s:verify | Quality | Build evidence table mapping requirements to test results |
/s:debug | Quality | Systematic debugging: reproduce, root-cause, hypothesize, test, fix |
/s:ceo-review | Quality | Product perspective review with scope analysis and prioritization |
/s:eng-review | Quality | Technical review: architecture, data flow, edge cases, scalability |
/s:ship | Ship | Sync, test, bump version, commit, push, and create PR |
/s:compound | Ship | Extract and persist learnings to docs/solutions/ (never skip) |
/s:retro | Ship | Retrospective: what went well, what didn't, action items |
/s:docs | Ship | Detect stale documentation and update only what changed |
/s:qa | Browser | Browser QA with 3 tiers: quick, standard, exhaustive |
/s:qa-only | Browser | Report-only QA -- same analysis as /s:qa but no auto-fixes |
/s:browse | Browser | Headless browser control: navigate, screenshot, fill forms, click |
/s:cookies | Browser | Import cookies from installed browsers for authenticated testing |
/s:auto | Auto | Run the full skill chain autonomously with circuit breaker |
/s:quick | Auto | Compressed workflow for small tasks (discuss+plan+build in one go) |
/s:do | Auto | Freeform natural language router to appropriate skill(s) |
/s:map | Auto | Generate structured codebase documentation and dependency graph |
/s:help | Auto | Show all skills, agents, and workflow reference card |
| Agent | Specialty | When to Use |
|---|---|---|
| architect | System design and trade-off analysis | Major architectural decisions |
| code-reviewer | 5-aspect review (plan, quality, arch, security, docs) | Pre-merge code review |
| security-reviewer | OWASP top 10, auth flows, injection, XSS | Security-sensitive changes |
| database-reviewer | Schema design, query performance, migration safety | Database changes |
| tdd-guide | RED/GREEN/REFACTOR coaching | Learning or enforcing TDD |
| qa-engineer | Test matrix, edge cases, coverage analysis | QA planning and execution |
| frontend-dev | React, Next.js, UI patterns | Frontend implementation |
| backend-dev | API design, service architecture | Backend implementation |
| mobile-dev | React Native, Swift patterns | Mobile implementation |
| debugger | Hypothesis-driven root cause analysis | Hard-to-find bugs |
| performance-eng | Profiling, bottleneck analysis | Performance optimization |
| deployment-eng | CI/CD, Docker, infrastructure | Deploy and release |
Additionally, 4 subagent templates are provided in agents/subagent-templates/ for implementer, spec-reviewer, code-quality-reviewer, and plan-reviewer roles.
6 hooks fire automatically at key lifecycle events:
npx claudepluginhub bdarbaz/claude-stack-pluginEssential development commands for coding, debugging, testing, optimization, and documentation
Disciplined agentic development — auto-routing orchestrator with XML specs, atomic commits, multi-stage review, and plugin system
Software engineering workflows with skills for planning, implementation, quality review, and structured thinking, plus a suite of specialist agents
Verification-first engineering toolkit for Claude Code. 15 skills across a 5-phase spine (Investigate → Design → Implement → Verify → Ship), 8 specialist agents, an interactive setup wizard. Every skill has rationalizations + evidence requirements. Built for senior ICs and tech leads.
Claude Essentials - Unified development plugin with 9 commands, 24 skills, and 4 specialized agents
Full dev lifecycle: idea → prompt → plan → run → site audit → deep research. Multi-agent task executor with bd integration.