본문 바로가기
C.W.K.
Stream
Lesson 02 of 08 · published

작업 폴더를 안전하게 설정하기

~12 min · cowork, setup, working-folder, context-files

Level 0🌱 입문자
0 XP0/70 lessons0/11 achievements
0/120 XP to next level120 XP to go0% complete

작업 폴더가 Cowork의 시야와 손이 닿는 경계를 정해

Cowork를 시작할 때 가장 중요한 선택은 작업 폴더야. 지정한 폴더와 그 하위 항목은 Claude가 읽고 쓸 수 있으니 필요한 범위만 좁게 열어. 홈 디렉터리 전체를 가리키는 건 편의가 아니라 과도한 권한이야.

~/Cowork/ 아래에 inbox/, working/, output/, templates/, context/를 두면 대부분의 지식 작업을 깔끔하게 나눌 수 있어. 특히 context/에는 문체, 브랜드 목소리, 결과 형식 같은 반복 지침을 적어. Cowork가 매 세션 읽으니 같은 설명을 되풀이하지 않아도 돼.

지난 세션은 Cowork 패널에서 다시 열 수 있고, 오래 이어지는 프로젝트는 Claude Desktop의 Projects에 공통 자료와 지침을 묶어두면 좋아. 폴더는 작업물의 경계, Project는 여러 세션이 나누는 배경이라고 생각해.

Code

쓸모 있게 나눈 작업 폴더·text
~/Cowork/
├── inbox/              ← drop raw inputs here
├── working/            ← Cowork creates intermediates here
├── output/             ← finished deliverables land here
├── templates/          ← report / doc templates Cowork can fill
└── context/
    ├── instructions.md ← your style, voice, output prefs
    ├── brand-guide.md
    └── project-brief.md
context/instructions.md — Cowork용 작업 지침서·markdown
## My preferences
- British English spelling
- Reports start with a 200-word executive summary
- Minto Pyramid for analysis docs
- Tables in Markdown
- File names: kebab-case, date-prefixed
  (e.g., 2026-05-04-quarterly-trends.md)

## Brand voice
- Professional but accessible
- Avoid jargon; explain technical terms once
- Active voice

## Templates
- Research reports: /templates/research-report.md
- Client proposals: /templates/proposal.md

External links

Exercise

~/Cowork/ 아래에 5개 폴더를 갖춘 구조를 만들어. 말투 선호 3가지와 브랜드 목소리 규칙 1개를 담은 실제 context/instructions.md도 작성해. 작은 Cowork 작업을 실행한 뒤, 도중에 다시 지시하지 않아도 그 선호를 따랐는지 확인해 봐.

Progress

Progress is local-only — sign in to sync across devices.
이 페이지에서 버그를 발견하셨거나 피드백이 있으세요?문제 신고

댓글 0

🔔 답글 알림 (로그인 필요)
로그인댓글을 남기려면 로그인해 주세요.

아직 댓글이 없어요. 첫 댓글을 남겨보세요.