You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
gstack의 28개 엔지니어링 스킬(브라우저 QA, 코드 리뷰, 보안 감사, 배포 자동화)과
PDCA 방법론(설계 기반 개발, 갭 분석, 자동 반복 개선, 14개 AI 에이전트)을 융합한 통합 개발 시스템.
원본 gstack by Garry Tan (YC President)의 포크.
bkit vibecoding framework의 PDCA 방법론, 에이전트 시스템, 개발 파이프라인을 통합.
핵심 차별점: gstack vs gstack-me
gstack (원본)
gstack-me (통합)
스킬 수
28개
31개 (+3 신규)
에이전트
없음
14개 AI 에이전트
개발 방법론
스프린트 기반
PDCA 사이클 (설계 → 구현 → 검증 → 개선)
품질 지표
헬스 스코어
헬스 + Match Rate + Quality Score
설계 문서
수동
자동 생성 + 구현 대비 검증
QA 방식
브라우저 QA
브라우저 + 로그 QA + Gap Analysis
자동화 레벨
스킬별 독립
/dev-all 원커맨드 전체 사이클
프로젝트 적응
일률적
Starter/Dynamic/Enterprise 자동 조정
Quick Start
방법 1: /dev-all — 원커맨드 전체 사이클
/dev-all 사용자 인증 시스템
레벨 감지 → 기획 → 설계 → 구현 → QA + Gap Analysis → 디자인 QA → 코드 리뷰 → 보고서 + 배포까지 자동 진행.
방법 2: 스킬 개별 사용
/office-hours — 제품 아이디어 브레인스토밍
/pdca plan my-feature — 구조화된 기획 문서 생성
/pdca design my-feature — API 계약, 데이터 모델, 컴포넌트 설계
(구현)
/pdca analyze my-feature— 설계 vs 구현 갭 분석 (Match Rate 산출)
/pdca iterate my-feature— 갭 자동 수정 (90% 이상까지 반복)
/review — 코드 리뷰 + 품질 스코어링
/qa — 브라우저 QA + 로그 QA
/ship — PR 생성 + 배포
/pdca report my-feature — 완료 보고서 생성
Install gstack-me: run git clone https://github.com/evelynn/gstack-me.git ~/.claude/skills/gstack && cd ~/.claude/skills/gstack && ./setup then add a "gstack" section to CLAUDE.md listing available skills.
bun install # 의존성 설치
bun test# 테스트 (무료, <5초)
bun run build # 문서 생성 + 바이너리 컴파일
bun run gen:skill-docs # SKILL.md 템플릿에서 재생성
bun run skill:check # 전체 스킬 헬스 대시보드
트러블슈팅
스킬 안 보임?cd ~/.claude/skills/gstack && ./setup
/browse 실패?cd ~/.claude/skills/gstack && bun install && bun run build
업그레이드:/gstack-upgrade 또는 ~/.gstack/config.yaml에서 auto_upgrade: true
Windows: Git Bash/WSL 필요. Bun + Node.js 모두 PATH에 있어야 함
CLAUDE.md에 추가:
## gstack
Use /browse from gstack for all web browsing. Never use mcp__claude-in-chrome__* tools.
Available skills: /office-hours, /plan-ceo-review, /plan-eng-review, /plan-design-review,
/design-consultation, /review, /ship, /land-and-deploy, /canary, /benchmark, /browse,
/qa, /qa-only, /design-review, /setup-browser-cookies, /setup-deploy, /retro,
/investigate, /document-release, /codex, /cso, /autoplan, /careful, /freeze, /guard,
/unfreeze, /gstack-upgrade, /pdca, /pipeline, /pm-discovery, /dev-all.