CTO-Led Agent Team Project Guide - Build real projects with VibeCTO and 4 specialist agents (5 total).
Jkit Build — Feature Implementation. Build features with specialist agent coordination. Triggers: build, implement, 구현, 만들기, create feature, develop
Jkit Next — What To Do Next. VibeCTO recommends the most impactful next task. Triggers: next, 다음, what next, 뭐 할까, recommend, priority
Jkit Plan — Project Planning. Turn discovered ideas into actionable implementation plans. Triggers: plan, planning, 계획, requirements, TCREI, architecture design
Jkit Review — Code Review & Architecture Verification. Check architecture compliance and code quality. Triggers: review, 리뷰, architecture check, code quality, 코드 리뷰, verify
Jkit Start — Project Discovery. VibeCTO discovers and shapes project ideas through conversation. Triggers: start project, new idea, 프로젝트 시작, 아이디어, begin, create
Architecture Mentor — designs and verifies Clean Architecture structures. Sets up folder hierarchies, dependency injection, and ensures the dependency rule is never violated. Triggers: architecture, clean architecture, dependency, folder structure, DI, separation of concerns, layer, refactor structure, 아키텍처, 폴더 구조, 의존성, 계층, 리팩토링 Do NOT use for: UI implementation, test writing, or backend API work.
Frontend Buddy — UI/UX implementation specialist. Builds pages, components, layouts with Next.js App Router, Tailwind CSS, shadcn/ui. Creates responsive, accessible, modern interfaces. Triggers: UI, component, page, layout, design, responsive, tailwind, shadcn, frontend, CSS, styling, form, button, modal, sidebar, dashboard, 화면, 컴포넌트, 페이지, 레이아웃, 디자인, 반응형 Do NOT use for: business logic, database operations, or test writing.
SaaS Guide — backend integration specialist for Supabase, payments, APIs, deployment. Handles database schema, authentication, RLS policies, payment integration, and production deployment. Triggers: supabase, database, API, auth, payment, subscription, billing, RLS, migration, deploy, vercel, backend, server action, 데이터베이스, 인증, 결제, 구독, 배포, API, 마이그레이션 Do NOT use for: UI components, test writing, or architecture design.
TDD Coach — ensures all code is written test-first using Red-Green-Refactor. Writes failing tests before implementation, guides minimum code to pass, then refactors for quality. Triggers: test, tdd, red green refactor, spec, coverage, vitest, jest, 테스트, TDD, 레드 그린, 커버리지 Do NOT use for: UI work, architecture decisions, or deployment tasks.
VibeCTO — the lead agent who orchestrates the entire project. Discovers user's idea through conversation, decides technical direction, delegates to specialist teammates, and explains every decision at beginner level. Triggers: project, start, plan, idea, build, what should I make, help me build, 프로젝트, 시작, 계획, 아이디어, 만들기, 뭘 만들까, 도와줘, team, coordinate, architecture decision, tech stack Do NOT use for: simple single-file edits or questions unrelated to project work.
Uses power tools
Uses Bash, Write, or Edit tools
Runs pre-commands
Contains inline bash commands via ! syntax
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.
Jkit은 CTO 주도 에이전트 팀과 함께 실제 프로젝트를 처음부터 만드는 Claude Code 프로젝트 가이드입니다. 이론을 먼저 배우는 대신, 팀과 함께 일하며 배웁니다.
| Agent | Role |
|---|---|
| VibeCTO (Lead) | 아이디어 발굴, 아키텍처 설계, 팀 조율 |
| TDD Coach | 테스트 우선 작성, Red-Green-Refactor |
| Arch Mentor | Clean Architecture 설계, 의존성 규칙 검증 |
| Frontend Buddy | Next.js + Tailwind CSS + shadcn/ui UI 구현 |
| SaaS Guide | Supabase, 결제, API, 배포 |
git clone --recursive https://github.com/goodlookingprokim/jkit-project-guide.git
cd jkit-project-guide
--recursive플래그는 bkit-claude-code submodule을 함께 받기 위해 필요합니다.
Claude Code에서 프로젝트 디렉토리를 열고 슬래시 커맨드를 사용합니다:
/jkit-start # VibeCTO와 아이디어 발견 대화 시작
/jkit-plan # 아이디어를 실행 가능한 프로젝트 계획으로 전환
/jkit-build # 기능 구현 시작 또는 계속
/jkit-test # TDD 워크플로우 (Red-Green-Refactor)
/jkit-review # 코드 리뷰 + 아키텍처 검증
/jkit-team # Agent Team 모드 활성화 (병렬 작업)
/jkit-status # 프로젝트 진행 상황 확인
/jkit-next # VibeCTO의 다음 작업 추천
/jkit # 메인 허브 (가이드 표시)
jkit-project-guide/
├── commands/ # 9 slash commands (plugin root)
├── agents/ # 5 specialist agents (plugin root)
├── hooks/ # Session initialization (SessionStart hook)
├── .claude-plugin/ # Plugin metadata (v1.1.0)
├── CLAUDE.md # Project context
├── bkit-claude-code/ # bkit submodule (One Family integration)
├── golden-rabbit-antigravity-v1/ # Knowledge base
└── axys/ # AXYS system
v1.1.0: commands/agents를
.claude/하위에서 플러그인 루트로 이동. hooks 시스템 추가. bkit "One Family" 연동 구현.
jkit과 bkit이 함께 설치되면 "One Family"로 동작합니다:
| Layer | Technology |
|---|---|
| Framework | Next.js (App Router) |
| Language | TypeScript |
| Styling | Tailwind CSS + shadcn/ui |
| Backend/DB | Supabase |
| Testing | Vitest / Jest |
| Deployment | Vercel |
의존성은 반드시 안쪽으로만 향합니다: Presentation → Application → Domain
병렬 실행을 위해 Agent Teams 기능을 활용합니다:
# 환경 변수 설정
export CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS=1
/jkit-team start로 활성화하면 VibeCTO가 팀을 조율합니다.
.claude/commands/ → commands/, .claude/agents/ → agents/ (플러그인 루트로 이동)user-invocable: true, allowed-tools) 추가hooks/hooks.json + hooks/session-start.js 추가 (세션 초기화).claude/ 디렉토리 삭제: settings.json 권한 설정을 각 파일의 frontmatter로 흡수This project is for educational purposes. See individual components for their respective licenses.
npx claudepluginhub goodlookingprokim/jkit-project-guide --plugin jkitVirtual development team: TDD, debugging, code review, backlog management, and proven workflow patterns
Structured project planning and execution through brainstorm, spec, and build phases across three execution tiers: sequential, delegated sub-agents, and full agent teams
Full-stack agents — frontend, backend, API, DevOps architects
Context-Driven Development plugin that transforms Claude Code into a project management tool with structured workflow: Context → Spec & Plan → Implement
Persona-driven AI development team: orchestrator, team agents, review agents, skills, slash commands, and advisory hooks for Claude Code
Full-cycle project development - brainstorm ideas, create specifications, plan architecture, initialize projects, and execute implementation with integrated workflows from superpowers and spec-kit