TDD + Clean Architecture 4-agent planning - domain analysis, architecture, test strategy, implementation checklist
Clean Architecture 설계 전문가 - 4레이어 구조, SOLID 원칙, 포트-어댑터 패턴 기반 아키텍처 설계
구현 체크리스트 전문가 - Inside-Out 구현 순서, 레이어별 Red-Green-Refactor 체크박스, Definition of Done 기반 체크리스트 생성
DDD 도메인 분석 전문가 - Aggregate, Value Object, Bounded Context, Domain Event 기반 도메인 모델 설계
MJ-plan 팀 리더 - TDD + Clean Architecture 플랜 오케스트레이션 및 PLAN.md 합성
TDD 테스트 전략 전문가 - Red-Green-Refactor 사이클, Given/When/Then, 테스트 피라미드, Mock 전략 기반 테스트 케이스 설계
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.
🇺🇸 English · 🇰🇷 한국어
TL;DR — One marketplace, eleven AI teammates. Install it once, and you can call a CEO, PM, Architect, Designer, QA Engineer, Code Reviewer, and DevOps engineer from inside Claude Code with simple slash commands like /mj-ceo or /MJ-test.
⚡ Optional: Install uv for 70%+ token savings on code analysis —
brew install uvorcurl -LsSf https://astral.sh/uv/install.sh | sh. Works without it too (automatic fallback).
Claude Code is Anthropic's official AI coding CLI. It supports plugins — bundles of slash commands, agents, and skills you install on top of it.
MJnCompany_2-0 is a marketplace that bundles 11 plugins, each one a specialist on a virtual AI team:
You ──▶ /mj-ceo "build a dashboard"
│
▼
🧭 CEO decides which teammates to call
│
┌──────────┼──────────┬──────────┐
▼ ▼ ▼ ▼
🏗️ Plan 🎨 Design 🧪 Test 🚢 Ship
You don't need to remember which command does what — type /mj-ceo "your goal" and it dispatches the right teammates. Or call them directly when you know what you need.
| Member | Plugin | Slash Command | What it does |
|---|---|---|---|
| 🧭 CEO | mj-ceo | /mj-ceo "goal" | Estimates effort, picks teammates, dispatches them. Start here if unsure. |
| 💬 PM | mj-clarify | /mj-clarify | Asks Socratic questions, surfaces hidden assumptions, prevents over-engineering |
| 🏗️ Architect | MJ-plan | /MJ-plan "feature" | TDD + Clean Architecture plan: domain analysis, architecture, test strategy, checklist |
| 🎨 Designer | mj-design | /mj-design <url> | 5-agent design review: hierarchy, interaction, design system, a11y, anti-patterns |
| 🎨 Design Reference | mj-design-sample1 | /mj-design-sample1 | Crextio-style design guide for Tailwind/Next.js dashboards |
| 🧪 QA Engineer | MJ-test | /MJ-test <url> | 14-agent web test: security, SEO, perf, a11y, DB, PWA, touch, image |
| 🔍 Code Reviewer | MJ-codebase-review | /MJ-codebase-review ./src | 5-agent review: architecture, quality, security, perf, maintainability |
| 🚢 DevOps | mj-ship | /mj-ship | Pre-PR validation: spec compliance, coverage, commit messages |
| ⚡ Team Lead | mj-smart-run | /mj-smart-run "task" | Plan with Opus → execute with Sonnet agents in parallel |
| 📚 Knowledge Keeper | mj-experiencing | /mj-experiencing | Versioned learnings + /mj-end session-wrap (author-only push) |
| 🗣️ Language Coach | convo-maker | /convo-maker | Turns session Q&A into natural American English conversations |
Install Claude Code:
npm install -g @anthropic-ai/claude-code
Then launch it:
claude
Inside Claude Code, paste:
/plugin marketplace add nh-investment-squad1/MJnCompany_2-0
Pick à la carte, or install everything:
/plugin install mj-ceo@MJnCompany_2-0
/plugin install mj-clarify@MJnCompany_2-0
/plugin install MJ-plan@MJnCompany_2-0
/plugin install mj-design@MJnCompany_2-0
/plugin install mj-design-sample1@MJnCompany_2-0
/plugin install MJ-test@MJnCompany_2-0
/plugin install MJ-codebase-review@MJnCompany_2-0
/plugin install mj-ship@MJnCompany_2-0
/plugin install mj-smart-run@MJnCompany_2-0
/plugin install mj-experiencing@MJnCompany_2-0
/plugin install convo-maker@MJnCompany_2-0
That's it. Type / in Claude Code and you'll see the new commands.
Ask the CEO:
/mj-ceo "I want to build a user dashboard with auth"
The CEO estimates effort, decides which teammates to call (PM, Architect, Designer, etc.), and runs them in the right order. You just sit back and answer when they ask clarifying questions.
/mj-clarify "add Stripe payments" # PM: surface assumptions
↓
/MJ-plan "Stripe checkout + webhook" # Architect: TDD plan
↓
… you implement code …
↓
/MJ-test https://staging.example.com # QA: 14-agent web test
↓
/MJ-codebase-review ./src # Reviewer: 5-agent code review
↓
/mj-ship # DevOps: pre-PR gate
/mj-design https://example.com # Visual + UX review
/MJ-test https://example.com # Security/SEO/perf/a11y
/mj-ceo "audit my landing page and tell me what to fix first"
npx claudepluginhub nh-investment-squad1/mjncompany_2-0 --plugin MJ-planRequirements clarification before planning — 4-agent Socratic elicitation team. Surfaces hidden assumptions, validates scope, prevents over-engineering before MJ-plan runs.
Crextio-inspired design guide: warm cream palette, amber/slate accents, dark table headers, KPI cards — for Tailwind/Next.js dashboard UIs
5-perspective codebase review - architecture, quality, security, performance, maintainability
14-agent AI Teams web testing - security, SEO, performance, DB, touch, image optimization
CS Session Closing — Session Digest (Attention) → 4-Agent parallel analysis → Learning Gate (Input Gate) → Selective version-up (GRU Update Gate) → Knowledge Decay (Forget Gate) → Structured compact handoff (Hidden State)
Complete collection of battle-tested Claude Code configs from an Anthropic hackathon winner - agents, skills, hooks, and rules evolved over 10+ months of intensive daily use
Modern R development skills for Claude Code - tidyverse patterns, rlang metaprogramming, Bayesian inference, performance optimization, and more
Unity Development Toolkit - Expert agents for scripting/refactoring/optimization, script templates, and Agent Skills for Unity C# development
Complete creative writing suite with 10 specialized agents covering the full writing process: research gathering, character development, story architecture, world-building, dialogue coaching, editing/review, outlining, content strategy, believability auditing, and prose style/voice analysis. Includes genre-specific guides, templates, and quality checklists.
Comprehensive .NET development skills for modern C#, ASP.NET, MAUI, Blazor, Aspire, EF Core, Native AOT, testing, security, performance optimization, CI/CD, and cloud-native applications
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.