Files
get-shit-done/docs/ko-KR
Tom Boucher ff0b06b43a feat(review): add Cursor CLI self-detection and complete REVIEWS.md template (#1960)
Add CURSOR_SESSION_ID env var detection in review.md so Cursor skips
itself as a reviewer (matching the CLAUDE_CODE_ENTRYPOINT pattern).
Add Qwen Review and Cursor Review sections to the REVIEWS.md template.
Update ja-JP and ko-KR FEATURES.md to include --opencode, --qwen, and
--cursor flags in the /gsd-review command signature.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-11 09:18:49 -04:00
..

GSD 문서

Get Shit Done (GSD) 프레임워크의 종합 문서입니다. GSD는 AI 코딩 에이전트를 위한 메타 프롬프팅, 컨텍스트 엔지니어링, 스펙 기반 개발 시스템입니다.

언어 버전: English · Português (pt-BR) · 日本語 · 简体中文 · 한국어

문서 목차

문서 대상 독자 설명
Architecture 기여자, 고급 사용자 시스템 아키텍처, 에이전트 모델, 데이터 흐름, 내부 설계
Feature Reference 전체 사용자 요구사항이 포함된 전체 기능 및 함수 문서
Command Reference 전체 사용자 모든 명령어의 구문, 플래그, 옵션 및 예제
Configuration Reference 전체 사용자 전체 설정 스키마, 워크플로우 토글, 모델 프로필, git 브랜칭
CLI Tools Reference 기여자, 에이전트 작성자 워크플로우 및 에이전트를 위한 gsd-tools.cjs 프로그래매틱 API
Agent Reference 기여자, 고급 사용자 18개 전문 에이전트의 역할, 도구, 스폰 패턴
User Guide 전체 사용자 워크플로우 안내, 문제 해결, 복구 방법
Context Monitor 전체 사용자 컨텍스트 윈도우 모니터링 훅 아키텍처
Discuss Mode 전체 사용자 discuss 단계의 assumptions 모드와 interview 모드

빠른 링크

  • v1.32의 새로운 기능: STATE.md 일관성 게이트, --to N 자율 모드, 리서치 게이트, 검증자 마일스톤 범위 필터링, read-before-edit 가드, 컨텍스트 축소, 신규 런타임(Trae, Cline, Augment Code), 응답 언어 설정, --power/--diagnose 플래그, /gsd-analyze-dependencies
  • 시작하기: README → 설치 → /gsd-new-project
  • 전체 워크플로우 안내: User Guide
  • 모든 명령어 한눈에 보기: Command Reference
  • GSD 설정하기: Configuration Reference
  • 시스템 내부 동작 원리: Architecture
  • 기여 또는 확장: CLI Tools Reference + Agent Reference