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 κΈ°λ° λλ©μΈ λͺ¨λΈ μ€κ³
CS-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 /cs-ceo or /CS-test.
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.
CSnCompany_2-0 is a marketplace that bundles 11 plugins, each one a specialist on a virtual AI team:
You βββΆ /cs-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 /cs-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 | cs-ceo | /cs-ceo "goal" | Estimates effort, picks teammates, dispatches them. Start here if unsure. |
| π¬ PM | cs-clarify | /cs-clarify | Asks Socratic questions, surfaces hidden assumptions, prevents over-engineering |
| ποΈ Architect | CS-plan | /CS-plan "feature" | TDD + Clean Architecture plan: domain analysis, architecture, test strategy, checklist |
| π¨ Designer | cs-design | /cs-design <url> | 5-agent design review: hierarchy, interaction, design system, a11y, anti-patterns |
| π¨ Design Reference | cs-design-sample1 | /cs-design-sample1 | Crextio-style design guide for Tailwind/Next.js dashboards |
| π§ͺ QA Engineer | CS-test | /CS-test <url> | 14-agent web test: security, SEO, perf, a11y, DB, PWA, touch, image |
| π Code Reviewer | CS-codebase-review | /CS-codebase-review ./src | 5-agent review: architecture, quality, security, perf, maintainability |
| π’ DevOps | cs-ship | /cs-ship | Pre-PR validation: spec compliance, coverage, commit messages |
| β‘ Team Lead | cs-smart-run | /cs-smart-run "task" | Plan with Opus β execute with Sonnet agents in parallel |
| π Knowledge Keeper | cs-experiencing | /cs-experiencing | Versioned learnings + /cs-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 intenet1001-commits/CSnCompany_2-0
Pick Γ la carte, or install everything:
/plugin install cs-ceo@CSnCompany_2-0
/plugin install cs-clarify@CSnCompany_2-0
/plugin install CS-plan@CSnCompany_2-0
/plugin install cs-design@CSnCompany_2-0
/plugin install cs-design-sample1@CSnCompany_2-0
/plugin install CS-test@CSnCompany_2-0
/plugin install CS-codebase-review@CSnCompany_2-0
/plugin install cs-ship@CSnCompany_2-0
/plugin install cs-smart-run@CSnCompany_2-0
/plugin install cs-experiencing@CSnCompany_2-0
/plugin install convo-maker@CSnCompany_2-0
That's it. Type / in Claude Code and you'll see the new commands.
Ask the CEO:
/cs-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.
/cs-clarify "add Stripe payments" # PM: surface assumptions
β
/CS-plan "Stripe checkout + webhook" # Architect: TDD plan
β
β¦ you implement code β¦
β
/CS-test https://staging.example.com # QA: 14-agent web test
β
/CS-codebase-review ./src # Reviewer: 5-agent code review
β
/cs-ship # DevOps: pre-PR gate
/cs-design https://example.com # Visual + UX review
/CS-test https://example.com # Security/SEO/perf/a11y
/cs-ceo "audit my landing page and tell me what to fix first"
Every multi-agent plugin uses the lead-agent pattern: the main conversation spawns one lead agent, and the lead orchestrates N specialist workers internally. Worker output never pollutes your main context β only the final synthesized report comes back.
Pre-PR validation gate β 4-agent team runs final checks before merging. Validates spec compliance, coverage, commit messages. Based on kimoring verify-implementation + gstack ship patterns.
CS μλ¦¬μ¦ CEO μ€μΌμ€νΈλ μ΄ν° β 곡μ μΆμ ν CS-test/CS-plan/CS-codebase-review/cs-design/cs-smart-run μμ¨ λ°°λΆ. v5.4: Personal Knowledge Gate (Phase -3.5) β context7 νΈμΆ μ CS_V7 κ°μΈ μν€ μ°μ μ‘°ν. cs-end Phase 2.1κ³Ό μ§μ 루ν μμ±.
CS Session Closing β 4-Agent parallel analysis β TIL save β plugin version-up β GitHub push
Transforms session Q&A into natural American English conversations for real-world language learning
CS μλ¦¬μ¦ CEO μ€μΌμ€νΈλ μ΄ν° β 곡μ μΆμ ν CS-test/CS-plan/CS-codebase-review/cs-design/cs-smart-run μμ¨ λ°°λΆ. v5.5: Dynamic Resolve v2 β ννΈλ νμ (AGENT/SKILL/PROTOCOL) μλ κ°μ§, μΈλΆ νλ¬κ·ΈμΈ μμ΄μ νΈ μ§μ νΈμΆ μ§μ.
npx claudepluginhub intenet1001-commits/csncompany_2-0Complete 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
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.
Unity Development Toolkit - Expert agents for scripting/refactoring/optimization, script templates, and Agent Skills for Unity C# development
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.
Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.