# 300 AI Prompts That Turn Hours Into Minutes
**作者**: Indu Tripathi
**日期**: 2026-05-27T10:04:01.000Z
**来源**: [https://x.com/InduTripat82427/status/2059576348696539382](https://x.com/InduTripat82427/status/2059576348696539382)
---

Most people use AI like a chatbot.
The smartest people are building reusable systems.
This library combines:
- advanced Claude workflow prompts
- AI agent infrastructure prompts
- automation systems
- content frameworks
- productivity workflows
300 prompts across 6 categories.
# 🔧 Category 1: Coding & Debugging (Prompts 1–50)
These prompts turn Claude into a senior developer that never sleeps.
1. Code Review
Review this code as a senior engineer. Identify bugs, security vulnerabilities, performance issues, and style problems. Explain each issue and suggest a fix: [PASTE CODE]
2. Debug This Error
I am getting this error: [ERROR MESSAGE]. Here is the relevant code: [PASTE CODE]. Walk me through every possible cause and fix each one.
3. Refactor for Readability
Refactor this code to be cleaner and more readable without changing functionality. Add comments explaining complex logic: [PASTE CODE]
4. Write Unit Tests
Write comprehensive unit tests for this function. Cover happy path, edge cases, null inputs, and error conditions: [PASTE FUNCTION]
5. Optimize Performance
Analyze this code for performance bottlenecks. Identify the slowest parts and rewrite them to be more efficient: [PASTE CODE]
6. Convert to TypeScript
Convert this JavaScript code to TypeScript. Add proper type definitions for all variables, parameters, and return values: [PASTE CODE]
7. Explain This Code
Explain this code to me like I have never seen it before. What does it do, how does it work, and why is it written this way: [PASTE CODE]
8. Generate API Endpoint
Write a REST API endpoint in [LANGUAGE/FRAMEWORK] that [DESCRIBE WHAT IT SHOULD DO]. Include validation, error handling, and proper status codes.
9. Database Query Optimization
This SQL query is running slowly: [PASTE QUERY]. Analyze it, explain why it is slow, and rewrite it to be faster.
10. Write Documentation
Write clear developer documentation for this function including purpose, parameters, return values, usage examples, and edge cases.
11. Security Audit
Audit this code for SQL injection, XSS, auth issues, exposed secrets, and security risks: [PASTE CODE]
12. Build a CLI Tool
Write a command line tool in Python that [FUNCTIONALITY]. Include argument parsing, error handling, and help text.
13. Convert Function to Async
Convert this synchronous function to async/await while handling all promise rejections properly.
14. Design a Data Schema
Design a database schema for [APPLICATION]. Include relationships, indexes, and explain design choices.
15. Write a Regex
Write a regex pattern that matches [PATTERN]. Explain each part of the regex and include examples.
16. Build a Web Scraper
Write a Python scraper that extracts [DATA] from [SITE]. Handle pagination and failed requests gracefully.
17. Code Architecture Review
Review this architecture and explain what problems might appear at scale.
18. Add Error Handling
Add comprehensive error handling to this code. Catch failures and fail gracefully.
19. Build a Cron Job
Write a cron job in [LANGUAGE] that [TASK]. Handle failures and send alerts if something breaks.
20. Translate Between Languages
Translate this code from [LANGUAGE A] to [LANGUAGE B] using idiomatic patterns.
21–50
Webhook handlers, rate limiters, middleware, caching systems, migrations, auth systems, mock data generators, pagination, CI/CD pipelines, microservices, retry logic, queue systems, SDKs, React optimization, search systems, notification systems, event architectures, feature flags, logging systems, plugin systems, dashboard backends, and more.
# 🤖 Category 2: AI Workflows (Prompts 51–100)
These prompts help design and optimize modern AI systems.
51. Design an AI Agent
Design an AI agent that can [GOAL]. Define tools, autonomous decisions, approval flows, and failure handling.
52. Build a Prompt Chain
Design a multi-step prompt chain that takes [INPUT] and produces [OUTPUT]. Explain each step and how outputs feed into the next step.
53. Create a System Prompt
Write a system prompt for an AI assistant acting as a [ROLE] for [USE CASE]. Define personality, limitations, and edge-case behavior.
54. Evaluate Prompt Quality
Evaluate this prompt and rewrite it to produce more precise and reliable outputs: [PASTE PROMPT]
55. Design a RAG System
Design a Retrieval-Augmented Generation system for [USE CASE]. Explain chunking, embeddings, retrieval, and hallucination reduction.
56. Build a Classification Pipeline
Design an AI classification pipeline that categorizes [INPUTS] into [CATEGORIES].
57. Create an Extraction Prompt
Write a prompt that extracts [DATA] from [DOCUMENT TYPE] and outputs structured JSON.
58. Design a Multi-Agent System
Design a multi-agent system where AI agents collaborate to accomplish [GOAL].
59. Build an AI Evaluation Framework
Design a framework for evaluating AI output quality, consistency, latency, and hallucinations.
60. Create a Summarization Pipeline
Design a pipeline that processes [CONTENT TYPE] and produces concise summaries with key entities and action items.
61–100
Content moderation systems, QA systems, AI writing assistants, feedback loops, personalization engines, monitoring systems, human-in-the-loop workflows, knowledge graph extraction, AI customer service, research assistants, sentiment analysis, fraud detection, predictive maintenance, recommendation engines, anomaly detection, voice AI, scheduling systems, and more.
# 📊 Category 3: Research & Analysis (Prompts 101–150)
These prompts turn Claude into a world-class analyst.
101. Deep Research Brief
Research [TOPIC] comprehensively. Cover current state, key players, developments, debates, and expert disagreements.
102. Competitive Analysis
Analyze [COMPANY] against its top competitors across pricing, positioning, strengths, weaknesses, and opportunities.
103. Market Size Estimation
Estimate the market size for [MARKET]. Show assumptions and bottom-up calculations.
104. Argument Steel-Manning
Present the strongest possible version of the argument that [POSITION].
105. Investment Thesis Analysis
Analyze the investment thesis for [COMPANY/ASSET]. Explain risks, assumptions, and upside drivers.
106. SWOT Analysis
Conduct a deep SWOT analysis for [COMPANY/IDEA].
107. First Principles Analysis
Break down [PROBLEM] from first principles and identify hidden assumptions.
108. Historical Pattern Analysis
Analyze historical examples of [SITUATION] and identify recurring patterns.
109. Data Interpretation
Interpret this dataset and explain key insights, anomalies, and decisions it supports.
110. Risk Analysis
Conduct a comprehensive risk analysis for [PROJECT/DECISION].
111–150
Scenario planning, literature reviews, policy analysis, technology assessment, moat analysis, trend analysis, customer research synthesis, second-order effects, benchmarking, network effects, JTBD analysis, demographic analysis, pricing power, channel strategy, operations analysis, seasonality analysis, and more.
# ⚙️ Category 4: Automation (Prompts 151–200)
These prompts help build systems that run without you.
151. Map a Manual Process
Map this manual workflow step-by-step and identify what should be automated.
152. Zapier Workflow Design
Design a Zapier workflow that automates [PROCESS]. Define triggers, steps, branching logic, and error handling.
153. Email Automation Sequence
Design an automated email sequence for [GOAL]. Define timing, messaging, and CTA strategy.
154. Build a Data Pipeline
Design a pipeline that transforms [INPUT] into [OUTPUT]. Include monitoring and error handling.
155. Automate Report Generation
Design an automation that generates reports from [DATA SOURCES] and sends them automatically.
156. Build a Lead Qualification Bot
Design an automated lead qualification workflow with scoring and routing.
157. Automate Social Media Posting
Design a system that formats and schedules content across platforms automatically.
158. Build a Customer Onboarding Automation
Design an onboarding flow with triggers, milestones, and intervention logic.
159. Automate Invoice Processing
Design an automation that extracts invoice data, validates it, and routes approvals automatically.
160. Build a Monitoring Alert System
Design a monitoring system that detects anomalies and sends alerts with severity levels.
161–200
CRM automation, onboarding workflows, financial reconciliation, meeting follow-ups, inventory systems, subscription management, market research automation, QA pipelines, release management, partner reporting, security scanning, vendor management, social listening, crisis communication systems, and more.
# ✍️ Category 5: Content Creation (Prompts 201–250)
These prompts create content that gets shared and remembered.
201. Viral Twitter Thread
Write a viral Twitter thread about [TOPIC]. Start with a scroll-stopping hook and end with a strong CTA.
202. Long Form Article
Write a 1500-word article about [TOPIC] with examples, subheadings, and a memorable conclusion.
203. Newsletter Issue
Write a newsletter issue with a hook, main insight, takeaway, and closing thought.
204. YouTube Script
Write a YouTube script with a hook in the first 30 seconds, transitions, and CTA.
205. LinkedIn Post
Write a LinkedIn post that is professional but personal. End with a question that drives engagement.
206. Email Campaign
Write a 3-email campaign where:
- Email 1 builds awareness
- Email 2 builds desire
- Email 3 drives action
207. Product Description
Write a product description focused on benefits, pain points, and social proof.
208. Case Study
Write a case study covering the challenge, solution, implementation, and measurable results.
209. Press Release
Write a press release in AP style announcing [NEWS].
210. Landing Page Copy
Write landing page copy optimized for conversions.
211–250
Podcast outlines, social calendars, webinar presentations, SEO articles, cold emails, bios, comparison articles, onboarding emails, thought leadership pieces, explainer content, pitch decks, controversy takes, referral programs, roadmap communications, year-in-review posts, and more.
# 🧠 Category 6: Productivity Systems (Prompts 251–300)
These prompts help build systems that compound productivity.
251. Daily Planning System
Design a daily planning system with time blocking, prioritization, and review loops.
252. Weekly Review Template
Create a weekly review system covering wins, failures, learnings, and priorities.
253. Goal Setting Framework
Design a goal-setting framework that connects long-term goals to daily execution.
254. Meeting Effectiveness System
Design a system that improves meeting quality, decision tracking, and follow-ups.
255. Decision Making Framework
Create a framework for making high-quality decisions consistently.
256. Email Management System
Design a system for inbox management and response prioritization.
257. Knowledge Management System
Design a personal knowledge management system for capturing and retrieving information.
258. Project Management Template
Create a reusable project management template with milestones, risks, and communication plans.
259. Habit Building System
Design a habit system for consistency and long-term sustainability.
260. Focus and Deep Work System
Design a system for maximizing deep work and minimizing interruptions.
261–300
Delegation systems, learning frameworks, networking systems, hiring systems, customer success playbooks, quarterly planning, OKRs, retrospectives, documentation systems, procurement systems, risk management, brand management, strategic planning, personal advisory systems, and full life-design frameworks.
## 相关链接
- [Indu Tripathi](https://x.com/InduTripat82427)
- [@InduTripat82427](https://x.com/InduTripat82427)
- [78K](https://x.com/InduTripat82427/status/2059576348696539382/analytics)
- [Upgrade to Premium](https://x.com/i/premium_sign_up)
- [6:04 PM · May 27, 2026](https://x.com/InduTripat82427/status/2059576348696539382)
- [78K Views](https://x.com/InduTripat82427/status/2059576348696539382/analytics)
- [View quotes](https://x.com/InduTripat82427/status/2059576348696539382/quotes)
---
*导出时间: 2026/5/28 09:56:49*
---
## 中文翻译
# 300 个将数小时工作缩减为几分钟的 AI 提示词
**作者**: Indu Tripathi
**日期**: 2026-05-27T10:04:01.000Z
**来源**: [https://x.com/InduTripat82427/status/2059576348696539382](https://x.com/InduTripat82427/status/2059576348696539382)
---

大多数人像使用聊天机器人一样使用 AI。
最聪明的人正在构建可复用的系统。
这个资料库结合了:
- 高级 Claude 工作流提示词
- AI 代理基础设施提示词
- 自动化系统
- 内容框架
- 生产力工作流
涵盖 6 个类别的 300 个提示词。
# 🔧 类别 1:编码与调试(提示词 1–50)
这些提示词将 Claude 变成一位永不休息的高级开发者。
1. 代码审查
以高级工程师的身份审查此代码。识别 Bug、安全漏洞、性能问题和风格问题。解释每个问题并建议修复方案:[粘贴代码]
2. 调试此错误
我遇到了这个错误:[错误信息]。以下是相关代码:[粘贴代码]。请带我逐一排查所有可能的原因并修复每一个问题。
3. 重构以提高可读性
重构此代码,使其更简洁、可读性更强,但不改变功能。添加注释解释复杂的逻辑:[粘贴代码]
4. 编写单元测试
为此函数编写全面的单元测试。覆盖正常路径、边缘情况、空输入和错误条件:[粘贴函数]
5. 优化性能
分析此代码的性能瓶颈。找出最慢的部分并重写它们以提高效率:[粘贴代码]
6. 转换为 TypeScript
将此 JavaScript 代码转换为 TypeScript。为所有变量、参数和返回值添加适当的类型定义:[粘贴代码]
7. 解释此代码
就像我从未见过它一样向我解释这段代码。它的作用是什么,它是如何工作的,为什么要这样写:[粘贴代码]
8. 生成 API 端点
在 [语言/框架] 中编写一个 REST API 端点,用于 [描述其应执行的操作]。包括验证、错误处理和正确的状态码。
9. 数据库查询优化
这条 SQL 查询运行缓慢:[粘贴查询]。分析它,解释为什么慢,并重写它以加快速度。
10. 编写文档
为此函数编写清晰的开发者文档,包括目的、参数、返回值、使用示例和边缘情况。
11. 安全审计
审计此代码的 SQL 注入、XSS、认证问题、暴露的密钥和安全风险:[粘贴代码]
12. 构建 CLI 工具
用 Python 编写一个命令行工具,用于 [功能]。包括参数解析、错误处理和帮助文本。
13. 将函数转换为异步
将此同步函数转换为 async/await,并正确处理所有 Promise 拒绝。
14. 设计数据架构
为 [应用] 设计数据库架构。包括关系、索引,并解释设计选择。
15. 编写正则表达式
编写一个匹配 [模式] 的正则表达式模式。解释正则的每一部分并包含示例。
16. 构建网络爬虫
编写一个 Python 爬虫,从 [网站] 提取 [数据]。优雅地处理分页和失败的请求。
17. 代码架构审查
审查此架构并解释在规模化时可能出现什么问题。
18. 添加错误处理
为此代码添加全面的错误处理。捕获故障并优雅地失败。
19. 构建定时任务
在 [语言] 中编写一个 Cron 任务,用于 [任务]。处理失败,并在出现问题时发送警报。
20. 语言互译
使用地道的模式将此代码从 [语言 A] 翻译到 [语言 B]。
21–50
Webhook 处理器、速率限制器、中间件、缓存系统、迁移、认证系统、模拟数据生成器、分页、CI/CD 流水线、微服务、重试逻辑、队列系统、SDK、React 优化、搜索系统、通知系统、事件架构、功能开关、日志系统、插件系统、仪表盘后端等等。
# 🤖 类别 2:AI 工作流(提示词 51–100)
这些提示词有助于设计和优化现代 AI 系统。
51. 设计 AI 代理
设计一个能够 [目标] 的 AI 代理。定义工具、自主决策、批准流程和故障处理。
52. 构建提示链
设计一个多步骤的提示链,接收 [输入] 并产生 [输出]。解释每一步以及输出如何馈入下一步。
53. 创建系统提示
为一个担任 [角色] 用于 [用例] 的 AI 助手编写系统提示。定义性格、限制和边缘情况行为。
54. 评估提示质量
评估此提示词并重写它,以产生更精确和可靠的输出:[粘贴提示词]
55. 设计 RAG 系统
为 [用例] 设计一个检索增强生成(RAG)系统。解释分块、嵌入、检索和减少幻觉的方法。
56. 构建分类流水线
设计一个 AI 分类流水线,将 [输入] 归类为 [类别]。
57. 创建提取提示
编写一个提示词,从 [文档类型] 中提取 [数据] 并输出结构化的 JSON。
58. 设计多代理系统
设计一个多代理系统,其中 AI 代理协同工作以完成 [目标]。
59. 构建 AI 评估框架
设计一个用于评估 AI 输出质量、一致性、延迟和幻觉的框架。
60. 创建摘要流水线
设计一个流水线,处理 [内容类型] 并生成包含关键实体和行动项的简明摘要。
61–100
内容审核系统、质量保证(QA)系统、AI 写作助手、反馈循环、个性化引擎、监控系统、人机协作工作流(Human-in-the-loop)、知识图谱提取、AI 客服、研究助手、情感分析、欺诈检测、预测性维护、推荐引擎、异常检测、语音 AI、日程安排系统等等。
# 📊 类别 3:研究与分析(提示词 101–150)
这些提示词将 Claude 变成世界级的分析师。
101. 深度研究简报
全面研究 [主题]。涵盖现状、关键参与者、发展、争议和专家分歧。
102. 竞争对手分析
从定价、定位、优势、弱点和机会等方面分析 [公司] 与其顶级竞争对手。
103. 市场规模估算
估算 [市场] 的市场规模。展示假设和自下而上的计算。
104. 论点最强陈述
提出支持 [立场] 的最强版本的论点。
105. 投资论点分析
分析 [公司/资产] 的投资论点。解释风险、假设和上行驱动力。
106. SWOT 分析
对 [公司/想法] 进行深入的 SWOT 分析。
107. 第一性原理分析
从第一性原理拆解 [问题] 并识别隐藏的假设。
108. 历史模式分析
分析 [情况] 的历史案例并识别反复出现的模式。
109. 数据解读
解读此数据集并解释关键见解、异常情况及其支持的决策。
110. 风险分析
对 [项目/决策] 进行全面的风险分析。
111–150
情景规划、文献综述、政策分析、技术评估、护城河分析、趋势分析、客户研究综合、二阶效应、基准测试、网络效应、待完成任务(JTBD)分析、人口统计分析、定价权、渠道策略、运营分析、季节性分析等等。
# ⚙️ 类别 4:自动化(提示词 151–200)
这些提示词有助于构建无需你干预即可运行的系统。
151. 映射手动流程
逐步映射此手动工作流并识别应该自动化的部分。
152. Zapier 工作流设计
设计一个 Zapier 工作流来自动化 [流程]。定义触发器、步骤、分支逻辑和错误处理。
153. 邮件自动化序列
为 [目标] 设计一个自动化邮件序列。定义时机、信息和 CTA(行动号召)策略。
154. 构建数据流水线
设计一个将 [输入] 转换为 [输出] 的流水线。包括监控和错误处理。
155. 自动化报告生成
设计一个自动化程序,从 [数据源] 生成报告并自动发送。
156. 构建线索筛选机器人
设计一个带有评分和路由功能的自动化线索筛选工作流。
157. 自动化社媒发布
设计一个跨平台自动格式化和安排内容的系统。
158. 构建客户入门自动化
设计一个包含触发器、里程碑和干预逻辑的入门流程。
159. 自动化发票处理
设计一个自动化程序,提取发票数据,进行验证,并自动路由审批。
160. 构建监控警报系统
设计一个监控系统,检测异常并发送带有严重性级别的警报。
161–200
CRM 自动化、入门工作流、财务对账、会议跟进、库存系统、订阅管理、市场研究自动化、QA 流水线、发布管理、合作伙伴报告、安全扫描、供应商管理、社交聆听、危机沟通系统等等。
# ✍️ 类别 5:内容创作(提示词 201–250)
这些提示词创作出被广泛分享和令人难忘的内容。
201. 病毒式推特推文
写一篇关于 [主题] 的病毒式推特推文串。以一个让人停下来的“钩子”开始,以强有力的 CTA 结束。
202. 长篇文章
写一篇关于 [主题] 的 1500 字文章,包含示例、小标题和令人难忘的结论。
203. 通讯期刊
写一篇包含钩子、主要见解、收获和结束语思考的通讯期刊。
204. YouTube 脚本
写一个 YouTube 脚本,在前 30 秒包含钩子,过渡要流畅,并以 CTA 结束。
205. 帖子
写一篇既专业又个性化的 LinkedIn 帖子。最后以一个能驱动互动的问题结束。
206. 邮件营销活动
写一个包含 3 封邮件的营销活动,其中:
- 邮件 1 建立认知
- 邮件 2 建立欲望
- 邮件 3 促使行动
207. 产品描述
写一份侧重于利益、痛点和社会证明的产品描述。
208. 案例研究
写一份涵盖挑战、解决方案、实施和可衡量结果的案例研究。
209. 新闻稿
按照美联社(AP)风格写一份宣布 [新闻] 的新闻稿。
210. 落地页文案
编写针对转化进行了优化的落地页文案。
211–250
播客大纲、社交日历、网络研讨会演示、SEO 文章、冷启动邮件、个人简介、对比文章、入门邮件、思想领袖文章、说明性内容、演讲文稿、争议观点、推荐计划、路线图沟通、年度回顾帖子等等。
# 🧠 类别 6:生产力系统(提示词 251–300)
这些提示词有助于构建能够复利增长的生产力系统。
251. 每日规划系统
设计一个每日规划系统,包含时间分块、优先级排序和回顾循环。
252. 每周回顾模板
创建一个每周回顾系统,涵盖成就、失败、经验和优先事项。
253. 目标设定框架
设计一个将长期目标与日常执行联系起来的目标设定框架。
254. 会议效能系统
设计一个提高会议质量、决策跟踪和后续跟进的系统。
255. 决策框架
创建一个能够持续做出高质量决策的框架。
256. 邮件管理系统
设计一个收件箱管理和响应优先级排序的系统。
257. 知识管理系统
设计一个用于捕获和检索信息的个人知识管理系统。
258. 项目管理模板
创建一个可复用的项目管理模板,包含里程碑、风险和沟通计划。
259. 习惯养成系统
设计一个习惯系统,以保持一致性和长期可持续性。
260. 专注与深度工作系统
设计一个最大化深度工作并最小化干扰的系统。
261–300
委派系统、学习框架、社交网络系统、招聘系统、客户成功手册、季度规划、OKR、回顾会议、文档系统、采购系统、风险管理、品牌管理、战略规划、个人顾问系统以及完整的生活设计框架。
## 相关链接
- [Indu Tripathi](https://x.com/InduTripat82427)
- [@InduTripat82427](https://x.com/InduTripat82427)
- [78K](https://x.com/InduTripat82427/status/2059576348696539382/analytics)
- [升级到 Premium](https://x.com/i/premium_sign_up)
- [2026年5月27日 下午6:04](https://x.com/InduTripat82427/status/2059576348696539382)
- [7.8万次观看](https://x.com/InduTripat82427/status/2059576348696539382/analytics)
- [查看引用](https://x.com/InduTripat82427/status/2059576348696539382/quotes)
---
*导出时间: 2026/5/28 09:56:49*