Claude Hunt 강의용 Next.js 16 + React 19 템플릿. 사용법과 워크플로우 문서는 docs.claude-hunt.com에서 확인하세요.
Next.js 16 (App Router) · React 19 · Tailwind CSS 4 · shadcn/ui · Bun
bun install
bun devhttp://localhost:3000에서 결과를 확인할 수 있습니다.
| 명령어 | 설명 |
|---|---|
bun dev |
개발 서버 실행 |
bun run build |
프로덕션 빌드 |
bun start |
프로덕션 서버 실행 |
bun run lint |
ESLint 실행 |
flowchart LR
DO["/discover-opportunity<br/>방향이 없을 때"] --> SI["shape-idea"]
SI --> BP["build-prototype"]
SI --> SPEC[/"docs/specs/<slug>/spec.md"/]
BP --> SPEC
SPEC --> ST["split-into-tasks<br/>한 세션 초과일 때만"]
SPEC --> TDD["tdd"]
ST --> TDD
파이프라인 밖에서는 project-knowledge, add-stack-context, explain-visually, compact-decisions가 각자의 조건에 따라 켜집니다. 남길 만한 지식은 project-knowledge가 GLOSSARY.md와 docs/decisions/에 씁니다.