💡 AI 모델은 영어 프롬프트에서 가장 높은 정확도를 보입니다. 이 때문에 프롬프트 본문은 영어로 제공됩니다. 영어로 입력하면 더 정확하고 상세한 응답을 받을 수 있습니다. 같은 일을 두 번 하지 마세요. 이 프롬프트는 실제로 자동화할 가치가 있는 작업을 찾고, 워크플로우를 구축하고, 스크립트를 작성하며, 여러분 없이도 작동하는 시스템을 설정하는 데 도움을 줍니다 — 인간의 두뇌가 필요한 작업에 시간을 쓸 수 있도록.
프롬프트
기술적 참신함이 아닌 실제 시간 절감을 기준으로 자동화할 가치가 있는 작업을 찾으세요
**Role:** You are an automation strategist who prioritizes by ROI, not by what's technically coolest. **My Repetitive Tasks:** [List 8-10 tasks with: what it is, how long it takes, how often you do it] **My Tools:** [apps and platforms I already use] **My Tech Skill Level:** [beginner / intermediate / can write scripts] **Budget for Automation Tools:** [free only / up to $X/month] **Automation Audit:** 1. **ROI Ranking:** Sort every task by (time per occurrence × frequency) — this is your automation priority list 2. **Automation Verdict:** For each task: High / Medium / Low automation potential with specific reasoning 3. **Best Tool/Method:** The simplest way to automate each (Zapier, email rules, scripts, AI tools, delegation) 4. **Setup Time vs. Savings:** Hours to set up vs. hours saved per month — payback period for each 5. **Top 3 Implementation Plans:** Step-by-step for the three highest-ROI automations 6. **Keep Manual List:** Tasks that should stay manual and why (judgment-heavy, relationship-dependent, too variable)
프로 팁
각 작업에 소요되는 시간과 빈도를 모두 포함하세요. 빈도 데이터가 없으면 AI가 ROI를 계산할 수 없어 잘못된 작업에 우선순위를 둡니다. 주 20회 수행하는 5분 작업(100분)이 월 2회 수행하는 30분 작업(60분)보다 중요합니다.
테스트 완료 Mar 15, 2026
필터 규칙, 자동 응답, 받은편지함을 20개 미만으로 유지하는 분류 시스템을 구축하세요
**Role:** You are an email productivity specialist designing an automated triage system. **My Email Volume:** ~[number] emails per day **Provider:** [Gmail / Outlook / other] **Main Email Categories:** [List 5-7 types with example subject lines, e.g., client requests, newsletters, internal updates, vendor invoices, meeting invites] **Build My Email Autopilot:** 1. **Filter Rules:** Exact syntax for my email provider to auto-sort each category into labels/folders 2. **Auto-Responses:** Template replies for categories that can be acknowledged automatically 3. **Label/Folder System:** A structure that keeps my inbox under 20 items at all times 4. **Human-Required vs. Auto-Handled:** Which emails genuinely need my attention vs. can be processed by rules 5. **Daily Email Routine:** A 30-minute processing system — exact steps in exact order 6. **Unsubscribe Audit:** Categories I should unsubscribe from entirely (with one-line scripts for polite opt-outs) 7. **Emergency Override:** How important emails bypass the system and alert me immediately
프로 팁
각 이메일 카테고리에서 실제 제목 5개를 붙여넣으세요. AI는 이메일이 '보통 어떤 모습인지'에 대한 설명보다 실제 예시에서 훨씬 더 나은 필터 규칙을 만듭니다. 실제 데이터가 추상적 설명보다 항상 낫습니다.
테스트 완료 Mar 15, 2026
코드 작성 없이 앱을 연결하는 다단계 자동화를 설계하세요
**Role:** You are a no-code automation architect designing reliable multi-step workflows. **The Process I Want to Automate:** - Trigger: [what starts the workflow, e.g., 'new form submission'] - Apps I Use: [list apps with plan tier, e.g., Google Sheets free, Slack Pro, Notion free] - Desired Outcome: [what should happen automatically end-to-end] **Build the Workflow:** 1. **Step-by-Step Flow:** Each step with trigger, action, and data passed between steps 2. **Platform Recommendation:** Zapier vs. Make.com vs. n8n — which is best for THIS specific workflow and why 3. **Field Mappings:** Exactly which data fields connect between apps at each step 4. **Conditional Logic:** If/then branches for edge cases (e.g., what if a field is empty?) 5. **Error Handling:** What happens when a step fails — notification, retry, or fallback 6. **Test Checklist:** Specific test scenarios to run before going live 7. **Enhancement:** One smart addition that makes the workflow significantly more useful
프로 팁
각 앱의 정확한 요금제/등급을 명시하세요. 무료 등급은 API 접근이나 웹훅이 부족한 경우가 많아 AI가 작동하지 않는 자동화를 제안합니다. 'Slack 무료 등급을 사용합니다'라고 하면 Slack Pro가 필요한 것을 구축하는 것을 방지합니다.
테스트 완료 Mar 15, 2026
드라이런 모드와 오류 로깅이 내장된 복사-붙여넣기 가능한 스크립트를 받으세요
**Role:** You are a pragmatic automation developer writing scripts for non-engineers. **Task to Automate:** [Describe the repetitive task in detail — what you do, what files/data are involved, what the output should be] **Environment:** [Mac / Windows / Linux] **Skill Level:** [beginner / intermediate / can debug] **Preferred Language:** [Python / Bash / PowerShell / any] **Generate:** 1. **Complete Script:** With inline comments explaining each section in plain English 2. **Dry Run Mode:** A flag that shows what the script would do without executing 3. **Setup Instructions:** Step-by-step for installing dependencies and configuring 4. **Scheduling:** How to run it automatically (cron job / Task Scheduler / launchd) with exact commands 5. **Error Logging:** Write failures to a log file with timestamps so I know when it breaks 6. **Safety Checks:** Input validation, backup creation before destructive operations, confirmation prompts 7. **Three Extensions:** Ways to make the script smarter over time
프로 팁
항상 스크립트가 실제로 실행하지 않고 무엇을 할 것인지 출력하는 '드라이런' 모드를 요청하세요. 실제 파일에 적용하기 전에 더미 데이터로 자동화 스크립트를 테스트하세요. 파일 이동 스크립트의 잘못된 경로 하나가 하루를 망칠 수 있습니다.
테스트 완료 Mar 15, 2026
자동으로 채워지고, 서식이 지정되며, 배포되는 반복 보고서를 만드세요
**Role:** You are a reporting automation specialist eliminating manual report creation. **Report Details:** - Type: [weekly metrics / monthly financials / client update / team status] - Frequency: [how often] - Audience: [who reads this] - Data Sources: [where the raw data lives] - Current Format: [spreadsheet / slides / doc / dashboard] - Time It Takes Now: [hours per report] **Automate My Reporting:** 1. **Template Design:** A structure that auto-populates with new data each period 2. **Data Pull Formulas:** Queries, IMPORTRANGE functions, or API calls to fetch data automatically 3. **Conditional Formatting:** Rules to highlight changes, anomalies, and trends (red/green/yellow) 4. **Executive Summary Generator:** A section that writes key takeaways from the data (template with fill-in logic) 5. **Distribution Automation:** How to email or share the report automatically when data refreshes 6. **Data Quality Gate:** A validation check that runs before the report publishes — catches bad data before your boss sees it
프로 팁
실제 데이터의 샘플 행을 포함하세요(필요시 익명화). AI는 추상적 설명보다 열 이름과 데이터 유형을 알 때 훨씬 더 나은 수식, 피벗 테이블, 템플릿을 만듭니다.
테스트 완료 Mar 15, 2026
지저분한 회의 녹취록을 구조화된 액션 아이템, 결정 사항, 후속 조치로 자동 변환하세요
**Role:** You are a meeting intelligence analyst who extracts actionable structure from messy conversations. **Meeting Transcript or Notes:** [Paste transcript, rough notes, or key discussion points] **Meeting Context:** - Type: [standup / planning / client call / brainstorm / 1:1] - Attendees: [names and roles] - Project: [what this relates to] **Extract and Structure:** 1. **Decisions Made:** Every decision reached during the meeting, stated clearly with who approved it 2. **Action Items:** Each task with: owner, deadline (explicit or inferred), and specific deliverable — not vague 'follow up on X' 3. **Open Questions:** Issues raised but not resolved — who needs to answer them and by when 4. **Key Discussion Points:** 3-5 bullet summary of what was discussed for people who missed the meeting 5. **Follow-Up Meeting Needed?** If yes, suggested agenda based on open items 6. **Slack/Email Summary:** A ready-to-send 5-line recap for the team channel
프로 팁
모든 회의를 녹음하고 24시간 이내에 이 프롬프트로 녹취록을 처리하세요. 액션 아이템은 맥락을 빠르게 잃습니다 — 다음 주가 되면 누가 무엇을 자원했는지 아무도 기억하지 못합니다. 회의의 가치는 나오는 액션만큼입니다.
테스트 완료 Mar 15, 2026
중요한 것을 놓치지 않으면서 알림 양을 80% 줄이세요
**Role:** You are a digital wellness specialist designing a notification management system. **My Current Notifications:** [List 8-12 apps/services with rough daily notification count each] **My Priorities:** [what I absolutely can't miss vs. what can wait] **Working Hours:** [start time] to [end time] **Devices:** [phone, laptop, watch, tablet] **Build My Notification Detox:** 1. **Kill List:** Notifications to turn off entirely — with reasoning for why it's safe 2. **Batch List:** Notifications to consolidate into a digest — with specific schedule (e.g., 'Slack: check 3x/day at 9am, 1pm, 5pm') 3. **Priority List:** Notifications that stay as real-time alerts — and which device they should reach 4. **DND Schedule:** Do-not-disturb windows for deep work, family time, and sleep 5. **App-Specific Settings:** Exact menu paths to change settings in each app (not just 'go to notification settings') 6. **Monthly Audit Checklist:** A 10-minute review to prevent notification creep from sneaking back in
프로 팁
이 프롬프트를 실행하기 전에 하루 동안 실제 알림 수를 추적하세요. 타임스탬프와 함께 모든 방해를 기록하세요. 대부분의 사람들은 3-5배 과소평가하며, AI의 추천은 실제 숫자를 볼 때 극적으로 달라집니다.
테스트 완료 Mar 15, 2026
실제 테스트 결과를 기반으로 합니다 — 추측이 아닙니다. 테스트 방법론 보기
Claude Sonnet 4
무엇을 자동화하고 무엇을 수동으로 유지할지 결정하는 데 가장 뛰어납니다. 정직한 ROI 분석을 제공하고 유지 비용이 절약 시간보다 많은 자동화에 대해 경고합니다
자동화 전략 최강GPT-4.1
적절한 오류 처리가 포함된 가장 바로 사용 가능한 자동화 스크립트를 생성하며, Gmail/Outlook의 정확한 필터 구문을 알고 있습니다
스크립트 & 코드 최강Gemini 2.5 Pro
Google 생태계 자동화, Apps Script, Sheets, Gmail, Calendar 통합과 관련된 워크플로우에 가장 강합니다
Google Workspace 최강Grok 3
다른 모델이 놓치는 비전통적인 자동화 아이디어와 영리한 해결책을 제안하며, 자동화할 가치가 있는 것을 바로 짚어냅니다
가장 창의적인 자동화작업이 아닌 트리거를 자동화하세요. 대부분의 사람들은 액션은 자동화하지만 여전히 수동으로 시작합니다. 트리거 조건을 설계하여 전체 체인이 아무것도 건드리지 않고 실행되도록 하세요
가장 자주 하는 작업이 아닌, 가장 싫어하는 작업부터 시작하세요. 꺼리는 작업은 미루게 되어 더 큰 문제를 만듭니다. 이를 먼저 자동화하면 심리적 안도감과 추진력이 극대화됩니다
모든 자동화에 킬 스위치를 만드세요. 모든 자동화 워크플로우에는 일시 중지하거나 재정의할 방법이 있어야 합니다. 하나의 잘못된 자동화가 눈치채기 전에 500개의 잘못된 이메일을 보낼 수 있습니다