BKAMPBKAMP
  • 홈
  • 뉴스
  • 쇼케이스
  • 커뮤니티
  • 바이브 로그my
BKAMPBKAMP

AI 바이버들의 놀이터
만들고 공유하고 세상에 퍼뜨리세요

서비스

  • 쇼케이스
  • 레시피
  • 커뮤니티

법적고지

  • 이용약관
  • 개인정보처리방침

© 2026 POPUP STUDIO PTE. LTD. All rights reserved.

BKAMPBKAMP
  • 홈
  • 뉴스
  • 쇼케이스
  • 커뮤니티
  • 바이브 로그my
BKAMPBKAMP

AI 바이버들의 놀이터
만들고 공유하고 세상에 퍼뜨리세요

서비스

  • 쇼케이스
  • 레시피
  • 커뮤니티

법적고지

  • 이용약관
  • 개인정보처리방침

© 2026 POPUP STUDIO PTE. LTD. All rights reserved.

레시피 목록
개발

Build apps while maintaining quality with Claude Code + GSD (Get Shit Done)

There is a peculiar pattern when working with Claude Code. It is perfect for the first 30 minutes, but after about an hour, it forgets the agreed-upon patterns and starts building components again. This phenomenon is called context rot. GSD solved this problem by launching a fresh, clean AI for every task and externalizing the context into a file. The Max plan is recommended due to high token consumption, and it is overhead for simple tasks. Let's go through the entire cycle using a to-do list app as an example.

962026. 5. 6.
1

Install

You must have Claude Code installed first (https://claude.ai/code). Node.js 18 or higher is also required. Please check first if the claude command works in the terminal.

2

Starting a project

To introduce GSD into an existing codebase, run /gsd:map-codebase before /gsd:new-project. Parallel agents analyze the existing stack, architecture, and conventions to help avoid conflicts with existing patterns.

3

Determining the implementation direction

For questions you are unsure about, you can say "figure it out yourself." GSD will select reasonable default values. If you add the --auto flag, GSD reads the codebase, makes its own judgment, and only asks about unusual questions.

4

Making a plan

Please make sure to open PLAN.md directly and check it. If you are not satisfied with the plan, you can request modifications at this stage. It is much cheaper to change it here than after execution.

5

Run

If an error occurs during execution, GSD will automatically retry. If that still doesn't work, using /gsd:debug (built-in command) will allow the debug agent to identify the cause. Do not close the terminal while running.

6

Verify and proceed to the next step

Simple modifications can be processed quickly without the full cycle using /gsd:quick 'description'. Pause the task with /gsd:pause-work and resume it with /gsd:resume-work. To save tokens, you can lower the sub-agent model with /gsd:set-profile budget. If the legacy code is complex, you may need to manually fix the .planning/ documentation.

Step Roadmap

미
미노

댓글 3개

댓글을 작성하려면 로그인이 필요합니다.

레시피 목록
개발

Build apps while maintaining quality with Claude Code + GSD (Get Shit Done)

There is a peculiar pattern when working with Claude Code. It is perfect for the first 30 minutes, but after about an hour, it forgets the agreed-upon patterns and starts building components again. This phenomenon is called context rot. GSD solved this problem by launching a fresh, clean AI for every task and externalizing the context into a file. The Max plan is recommended due to high token consumption, and it is overhead for simple tasks. Let's go through the entire cycle using a to-do list app as an example.

962026. 5. 6.
1

Install

You must have Claude Code installed first (https://claude.ai/code). Node.js 18 or higher is also required. Please check first if the claude command works in the terminal.

2

Starting a project

To introduce GSD into an existing codebase, run /gsd:map-codebase before /gsd:new-project. Parallel agents analyze the existing stack, architecture, and conventions to help avoid conflicts with existing patterns.

3

Determining the implementation direction

For questions you are unsure about, you can say "figure it out yourself." GSD will select reasonable default values. If you add the --auto flag, GSD reads the codebase, makes its own judgment, and only asks about unusual questions.

4

Making a plan

Please make sure to open PLAN.md directly and check it. If you are not satisfied with the plan, you can request modifications at this stage. It is much cheaper to change it here than after execution.

5

Run

If an error occurs during execution, GSD will automatically retry. If that still doesn't work, using /gsd:debug (built-in command) will allow the debug agent to identify the cause. Do not close the terminal while running.

6

Verify and proceed to the next step

Simple modifications can be processed quickly without the full cycle using /gsd:quick 'description'. Pause the task with /gsd:pause-work and resume it with /gsd:resume-work. To save tokens, you can lower the sub-agent model with /gsd:set-profile budget. If the legacy code is complex, you may need to manually fix the .planning/ documentation.

Step Roadmap

미
미노

댓글 3개

댓글을 작성하려면 로그인이 필요합니다.