Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
By ashchupliak
Switch between /solo for routine tasks like REST API design and Kotlin/PostgreSQL database patterns, and /team for complex features via codebase analysis that auto-generates structured context files (PROJECT.md, PATTERNS.md, CONVENTIONS.md) for better team workflows.
npx claudepluginhub joshuarweaver/cascade-ai-ml-agents-misc-1 --plugin ashchupliak-dream-teamBuild the project with quality checks
Run Codex CLI for code analysis or generation tasks
Deploy application to specified environment (staging/prod)
Discover and analyze repository to generate context files for the team
Emergency hotfix workflow for production issues
Requirements analyst - clarifies requirements, researches patterns, identifies edge cases before design. USE PROACTIVELY for requirement gathering.
Technical architect - designs APIs, data models, and creates implementation plan. USE PROACTIVELY for complex design decisions requiring deep analysis.
Expert code reviewer. USE PROACTIVELY after any code changes to ensure quality, security, and maintainability.
Fullstack developer - implements backend (Kotlin/Spring) and frontend (Next.js) following Architect's design exactly. USE PROACTIVELY for implementation.
DevOps engineer - handles Docker, Kubernetes, Helm, CI/CD, and deployments. USE PROACTIVELY when infrastructure changes needed.
REST API design principles and patterns - use when designing new endpoints, creating DTOs, or planning API structure
Delegate coding tasks to Codex CLI (OpenAI gpt-5-codex via JetBrains AI). Use when a task involves repetitive code generation, refactoring, or analysis that can be offloaded.
Flyway database migrations - use for schema changes, data migrations, version management, and PostgreSQL DDL
gRPC and Protocol Buffers - use for service-to-service communication, API definitions, streaming, and inter-service contracts
JOOQ type-safe SQL patterns - use for database queries, repositories, complex SQL operations, and PostgreSQL-specific features
Modifies files
Hook triggers on file write and edit operations
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.
Intelligently compose and deploy Claude Code Agent Teams. Auto-selects optimal team composition from 24+ agents and 83+ skills across 5 scopes, generates task dependency graphs, and orchestrates multi-agent workflows with a single command.
Dynamically assemble expert agent teams for complex tasks using Claude Code's agent teams feature
Multi-agent team orchestration for parallel task execution, research, and implementation
This skill should be used when the model's ROLE_TYPE is orchestrator and needs to delegate tasks to specialist sub-agents. Provides scientific delegation framework ensuring world-building context (WHERE, WHAT, WHY) while preserving agent autonomy in implementation decisions (HOW). Use when planning task delegation, structuring sub-agent prompts, or coordinating multi-agent workflows.
Launch agent teams for any kind of work โ coding, writing, diagnosis, and more
PROACTIVELY use this agent when complex multi-agent tasks begin, when agents seem stuck or overwhelmed, or when the team needs motivation and coordination. This agent serves as the elite performance coach for all other agents, ensuring they operate at their highest level while maintaining composure and excellence. Should be triggered automatically at the start of challenging projects or when detecting agent confusion. Examples:\n\n<example>\nContext: Starting a complex project requiring multiple agents\nuser: "We need to build a viral TikTok app in 2 weeks"\nassistant: "This is an ambitious goal that will require our A-team! Let me bring in the studio-coach to coordinate our agents and ensure everyone performs at their peak."\n<commentary>\nComplex projects benefit from having a coach to keep all agents aligned and motivated.\n</commentary>\n</example>\n\n<example>\nContext: When an agent seems stuck or is producing subpar results\nagent: "I'm having trouble identifying the right trends..."\nassistant: "Let me bring in the studio-coach to help refocus and elevate your approach."\n<commentary>\nAgents can get overwhelmed or lose focus - the coach helps them recenter and excel.\n</commentary>\n</example>\n\n<example>\nContext: Before launching a major sprint or initiative\nuser: "Tomorrow we start the 6-day sprint for our biggest project yet"\nassistant: "Time to rally the team! I'll have the studio-coach prepare everyone mentally and strategically for peak performance."\n<commentary>\nPre-sprint coaching ensures all agents start with clarity, confidence, and coordination.\n</commentary>\n</example>\n\n<example>\nContext: When celebrating wins or learning from failures\nuser: "Our app just hit #1 on the App Store!"\nassistant: "Incredible achievement! Let me bring in the studio-coach to celebrate with the team and capture what made this success possible."\n<commentary>\nThe coach helps institutionalize wins and extract learnings from both successes and failures.\n</commentary>\n</example>
Effective Claude workflows based on official Anthropic patterns and real-world feedback.
"A single-threaded linear agent maintains continuous context. This simple approach will get you very far." - Cognition (Devin team)
Less ceremony, more results. Claude works best when it can:
# Option 1: Plugin (Recommended)
claude plugins add https://github.com/ashchupliak/dream-team
# Option 2: Manual
git clone https://github.com/ashchupliak/dream-team.git
cd dream-team
./install.sh
# For 90% of tasks - use /solo
/solo Fix the login bug
/solo Add rate limiting to the API
/solo Why are the tests failing?
# For complex features needing multiple perspectives
/team Add OAuth with Google and GitHub
/solo - Primary Workflow (Recommended)The main command for most tasks. Claude will:
/solo Fix the login bug
/solo Add rate limiting to the API
/solo Why are the tests failing?
/solo Review my changes in the auth module
/solo Refactor the user service
/team - Multi-Agent WorkflowFor genuinely complex features where you want:
Based on Anthropic's feature-dev plugin.
7-phase workflow: Discovery โ Exploration โ Questions โ Architecture โ Implementation โ Review โ Summary
/team Add OAuth authentication with Google and GitHub
/team Implement real-time notifications system
| Command | Description |
|---|---|
/team-a | Original 5-agent with health checks |
/team-b | Original 5-agent standard |
/team-c | Original 3-agent fast |
Kept for comparison. Use /solo instead for most tasks.
| Task | Use | Why |
|---|---|---|
| Bug fix | /solo | Single context, no overhead |
| Small feature | /solo | Find patterns, implement, verify |
| Investigation | /solo | Explore and report |
| Code review | /solo | Read and analyze |
| Refactoring | /solo | Incremental changes |
| Complex feature | /team | Need multiple architecture options |
| Architecture decisions | /team | Want parallel exploration |
Rule of thumb: Start with /solo. Use /team only when you genuinely need multiple perspectives.
Specialized knowledge Claude can invoke on demand:
| Skill | Domain |
|---|---|
kotlin-patterns | Kotlin idioms and patterns |
kotlin-spring-boot | Spring Boot 3.x |
nextjs-patterns | Next.js 15 App Router |
prisma-patterns | Prisma ORM |
tanstack-query | React Query |
jooq-patterns | JOOQ type-safe SQL |
flyway-migrations | Database migrations |
api-design | REST API design |
grpc-protobuf | gRPC and Protocol Buffers |
k8s-helm | Kubernetes and Helm |
opentelemetry | Distributed tracing |
systematic-planning | Feature planning |
codex | Codex CLI delegation |
Just mention the domain in your request.
Available for /team workflows:
| Agent | Role | Model |
|---|---|---|
analyst | Requirements, research | Sonnet |
architect | Design, APIs, blueprints | Sonnet |
developer | Implementation | Sonnet |
qa | Testing, review | Sonnet |
devops | Infrastructure | Sonnet |
code-reviewer | Deep code review | Sonnet |
security-tester | Security audit | Sonnet |
tech-researcher | Fast research | Haiku |
For best results, add a CLAUDE.md to your project root:
# Project Name
## Commands
- Build: npm run build
- Test: npm test
- Lint: npm run lint
## Tech Stack
- Next.js 14, TypeScript, Prisma
## Conventions
- Use server components by default
- API routes in /app/api/
- Database queries through Prisma only
## Current Focus
- Working on user authentication
This helps Claude understand your specific project.