Prompt library

Prompt Library

Start from a real task, narrow the view, and reuse a stronger first draft without staring at a blank box.

Ready templates
82

Across real work patterns, not filler examples.

Core workflows
6

Writing, coding, analysis, workplace, and more.

Returnable view
URL sync

Scenario and refinements stay shareable as you narrow.

How to use this page

Search by scenario, copy a strong first draft, then adapt it to the real task.

The goal is not to read everything. The goal is to reach a reusable pattern fast.

Start with a real task, not a blank textarea

Browse writing, coding, research, and workplace prompts in one long flow.

Copy fast when you already know the scenario

Search by use case and jump back into recent prompts fast.

Use prompts as reusable operating patterns

Use each template as a reusable pattern, not a static example.

Choose a path

Either search directly when you know the job, or browse by scenario when you want a tighter starting set.

Search directly
Best when you already know the task, wording, or output you want.
View mode
82 results in the current set.
Start from a scenario

Pick the job first. Narrow later only when you need to.

82 results
Refine by
Difficulty
Model fit
Focus tags
Browse by category
Analysis

Data Interpretation

Interpret a dataset, KPI table, or experiment result set to identify trends, outliers, and actionable takeaways.

Ready to copyStructured
Fast read
  1. Key Findings
  2. Trend Changes
  3. Outliers
  4. Possible Causes
Example preview

Key finding: Signup growth was driven mainly by lower-intent channels. Outlier: Paid conversion fell materially below the prior four-week baseline after week three of April.

Analysis

Competitor Analysis

Break down a competitor across product, pricing, target users, and positioning to surface differentiation opportunities.

Ready to copyStructured
Fast read
  1. Features and Capabilities
  2. Pricing and Plans
  3. Target Users
  4. Market Positioning
Example preview

Differentiation opportunity: The competitor is optimized for generation, while we can win on team reuse and structured workflow support.

Analysis

SWOT Analysis

Create a SWOT analysis for a project, product, or business and highlight the top strategic priority.

Ready to copyStructured
Fast read
  1. Strengths
  2. Weaknesses
  3. Opportunities
  4. Threats
Example preview

Top priority: Strengthen the structured content layer before scaling volume, or the library will struggle to build defensibility.

Analysis

Summarize Long Content

Summarize long-form content while keeping the main argument, critical facts, and key conclusions intact.

Ready to copyStarter
Fast read

Return one concise summary paragraph and optionally 3-5 supporting bullets.

Example preview

Summary: The report argues that the AI tools market is still expanding quickly, but durable growth will likely concentrate in repeatable, workflow-heavy use cases.

Analysis

Extract Key Information

Extract the most important factual information from a document, email thread, article, or long block of text.

Ready to copyStarter
Fast read
  1. Important Numbers
  2. Key Dates
  3. Names / Organizations
  4. Core Conclusions
Example preview

Dates: Confirm legal terms by May 21. Action items: We provide the revised pricing sheet; the client completes internal approval.

Analysis

User Feedback Analysis

Cluster user feedback from reviews, support tickets, or surveys to identify the biggest issues and opportunities.

Ready to copyStructured
Fast read
  1. Positive Feedback
  2. Negative Feedback
  3. Feature Requests
  4. Bugs or Friction Points
Example preview

Common themes: search relevance, English content coverage, and template quality consistency.

Analysis

User Interview Insights

Extract needs, pain points, motivations, and opportunity themes from user interview notes or transcripts.

Ready to copyStructured
Fast read
  1. Key Themes
  2. Representative Quotes
  3. Pain Points
  4. Core Needs
Example preview

Opportunity: The team needs a reusable, searchable, shareable prompt library more than a one-off generation tool.

Analysis

A/B Test Result Analysis

Interpret A/B test results and distinguish meaningful effects from noise, with clear next-step recommendations.

Ready to copyExpert
Fast read
  1. Test Conclusion
  2. Metric Performance
  3. Risks and Limitations
  4. Rollout Recommendation
Example preview

Conclusion: The new variant drives more clicks, but does not yet improve downstream signup conversion, so the next experiment should target later funnel steps.

Analysis

Market Research Summary

Turn multiple market research sources into a concise synthesis focused on trends, market structure, and opportunity areas.

Ready to copyStructured
Fast read
  1. Market State
  2. Key Trends
  3. Competitive Landscape
  4. Opportunity Areas
Example preview

Opportunity: The market case becomes much stronger if the product evolves from generic prompt lists into team workflow assets.

Analysis

Comment Sentiment Analysis

Analyze the emotional pattern and trigger points across comments, replies, or community discussions.

Ready to copyStructured
Fast read
  1. Overall Sentiment
  2. Positive Themes
  3. Negative Themes
  4. Trigger Points
Example preview

Trigger points: search quality regression and perceived UI complexity are the main negative drivers. Risk: a subset of longtime users is signaling churn intent.

Analysis

Sales Call Review

Review a sales call to extract needs, objections, buying friction, and the best next-step strategy.

Ready to copyExpert
Fast read
  1. Customer Goals and Needs
  2. Key Objections
  3. Decision Chain / Participants
  4. Risks and Friction
Example preview

Risk: The user team is interested, but the real decision-maker has not been engaged and the security concern remains unresolved.

Analysis

Survey Results Synthesis

Combine survey metrics and open-ended responses into a concise synthesis that leaders can quickly understand.

Ready to copyStructured
Fast read
  1. Overall Conclusion
  2. Key Numbers
  3. Thematic Insights
  4. Segment Differences
Example preview

Overall conclusion: Satisfaction is reasonable overall, but demand for industry-specific templates and better search far outweighs demand for visual polish.

Coding

Explain Code

Help a developer quickly understand what an unfamiliar piece of code is doing and how it is structured.

Ready to copyStarter
Fast read
  1. Overall Purpose
  2. Key Flow
  3. Important Variables / Functions
  4. Things to Watch
Example preview

Overall purpose: This component loads a list based on filters and refreshes the data when the filters change.

Coding

Code Review

Review a diff or code snippet in a structured way, focusing on bugs, regressions, and improvement suggestions.

Ready to copyStructured
Fast read
  1. Main Risks
  2. Logic Issues
  3. Maintainability Suggestions
  4. Testing Suggestions
Example preview

Main risk: After adding backend fields, older clients may fail if array fields are assumed to always be present.

Coding

Generate Unit Tests

Generate unit test drafts for a function, component, or module with coverage for key paths and edge cases.

Ready to copyStructured
Fast read

Return a list of test cases and the corresponding test code draft.

Example preview

Case: Return the fallback placeholder on null input; preserve the sign and format correctly for negative numbers.

Coding

Debug an Error

Use the error message, logs, and context to identify likely causes and a practical debugging sequence.

Ready to copyExpert
Fast read
  1. Likely Causes
  2. Verification Steps
  3. Fix Suggestions
  4. What Other Information Is Needed
Example preview

Likely cause: The database columns exist, but one of the array fields in the request payload is not in the expected shape.

Coding

Refactoring Suggestions

Analyze a bloated or hard-to-maintain code block and suggest an incremental refactoring approach.

Ready to copyStructured
Fast read
  1. Main Problems
  2. Extraction Opportunities
  3. Recommended Refactor Order
  4. Risks and Testing Suggestions
Example preview

Extraction opportunity: Pull out data mapping and form serialization first, then split the display subcomponents.

Coding

Write a SQL Query

Generate a readable SQL query that matches a data request or business question.

Ready to copyStructured
Fast read

Return the SQL, a short explanation of the logic, and any performance caveats.

Example preview

Logic: Aggregate signups first, join paid events, and then compute conversion rate by channel.

Coding

Convert Code Language

Translate an implementation from one language or framework into another while preserving the original behavior.

Ready to copyStructured
Fast read

Return the converted code, conversion notes, and important behavioral differences.

Example preview

Difference: Python's duck typing was replaced with explicit type guards to reduce runtime errors.

Coding

API Documentation Draft

Generate an API documentation draft from route code, examples, or endpoint definitions.

Ready to copyStructured
Fast read
  1. Purpose
  2. Request
  3. Parameters
  4. Response
Example preview

Error: The route returns 400 with 'No fields to update.' when the request body contains no updatable fields.

Coding

Log Triage

Use raw logs to identify patterns, correlations, and the most promising investigation path.

Ready to copyExpert
Fast read
  1. Visible Patterns
  2. Possible Root Causes
  3. Suggested Checks
  4. Urgency / Risk Assessment
Example preview

Visible pattern: The failures cluster around the same upstream dependency, and retry success drops later in the window.

Coding

Migration Plan Design

Design a safer migration plan before a technical migration, API upgrade, or schema change.

Ready to copyExpert
Fast read
  1. Migration Goal
  2. Phased Steps
  3. Main Risks
  4. Rollback Strategy
Example preview

Phased steps: Add fields with defaults first, upgrade the API and admin next, backfill the data, and only then change frontend reads.

Coding

Regex Builder

Generate a regex for a matching goal and explain what each part does and where it may fail.

Ready to copyStructured
Fast read

Return the regex, sample matches, and a short explanation.

Example preview

Note: The regex uses start and end anchors so the entire string must match.

Coding

Type Definition Draft

Generate cleaner type definitions from JSON payloads, API responses, or loose object structures.

Ready to copyStructured
Fast read

Return type definitions, notes on ambiguous fields, and improvement suggestions.

Example preview

Suggestion: Narrow difficulty to starter | structured | expert instead of leaving it as string.

Coding

Explain This Code

Inheriting unfamiliar code, reading open-source projects, debugging others' code, interview code reading

Ready to copyStarter
Fast read

One-sentence summary + section-by-section explanation + idiom/pattern hints + pitfall warnings

Example preview

Summary: Implements debounce — collapses multiple rapid calls into only the last execution. Section by section: (1) const debounce = (fn, ms) => ... defines a higher-order function taking function fn and delay ms ms; (2) let id — preserves timer ID in closure so multiple calls "remember" the previous timer; (3) Returns a new function (...args) => taking any arguments (rest parameter); (4) clearTimeout(id) — each call first clears the previous unfired timer; (5) id = setTimeout(...) — sets a new timer to run the original function after ms ms. Idiom hints: (...args) is JS rest spread, equivalent to Python *args; closure-stored id is JS-common (Python typically uses nonlocal or class). Pitfalls: This debounce has no "fire immediately" version — all calls get delayed by ms. For instant first call, need leading-edge debounce.

Coding

Translate Code Between Languages

Migrating scripts between languages, learning a new language using familiar code as bridge, translating prototype code to production language

Ready to copyStarter
Fast read

Target-language code + key conversion notes + trade-offs where not fully equivalent + verification tests

Example preview

JS (idiomatic): const emails = users.filter(u => u.active && u.email?.includes("@")).map(u => u.email); Key notes: (1) Python list comprehension → JS filter+map chained; (2) "@" in str → JS includes(); (3) Added optional chaining u.email?.includes to prevent null email error (Python's in raises on None, devs typically pre-filter). Trade-off: Slightly slower than Python list comp (extra intermediate array); use reduce for one-pass if performance-sensitive. Verify: Test case [{email:"a@b.com",active:true},{email:"x",active:true},{email:"c@d.com",active:false}] → both should return ["a@b.com"].

Coding

Add Comments and Documentation to Code

Turning legacy code / personal scripts into team-readable, adding docs for open-source projects, self-doc before code review

Ready to copyStarter
Fast read

Fully annotated code + brief notes ("I added comments here because...")

Example preview

[Same Python code with docstring + inline comments above] Notes: (1) Docstring clarifies contract (inputs, output, when raises); (2) timeout=5 has no comment because it's self-evident; (3) 2 ** i annotated because newcomers may not recognize the exponential backoff pattern.

Learning

Explain a Concept (Beginner)

Explain a concept in a way that a complete beginner can understand.

Ready to copyStarter
Fast read
  1. What It Is
  2. Why It Matters
  3. A Simple Example
  4. Common Misunderstandings
Example preview

An API can be understood as an agreed way for two pieces of software to communicate.

Learning

Generate Practice Questions

Generate practice questions around a topic for repetition, testing, and self-checking.

Ready to copyStructured
Fast read

Return questions, answers, and short explanations.

Example preview

Question: What is the difference between a LEFT JOIN and an INNER JOIN?

Learning

Feynman Technique Check

Use a Feynman-style explanation exercise to test whether you truly understand a topic.

Ready to copyStructured
Fast read
  1. Whether the explanation is clear
  2. Where the weak spots are
  3. A simpler way to explain it
  4. What still needs to be learned
Example preview

Weak spot: You can describe what state is for, but you have not yet explained the relationship between state updates and rendering.

Learning

Create a Learning Plan

Create a realistic learning plan based on time, goals, and current skill level.

Ready to copyStructured
Fast read

Return a phase-based or week-based study plan with rationale for the order.

Example preview

Start with basic querying in week one, move into joins and aggregation in weeks two and three, solve small analysis tasks in weeks four and five, and review common mistakes in week six.

Learning

Organize Knowledge Structure

Turn scattered ideas into a clearer knowledge structure or mental model.

Ready to copyStructured
Fast read

Return a layered knowledge structure, core relationships, and memory anchors.

Example preview

Structure: Start with four layers - data input, state changes, render triggers, and side-effect handling.

Learning

Error Analysis

Analyze the deeper reason behind mistakes, misunderstandings, or repeated learning blocks.

Ready to copyStructured
Fast read
  1. Cause of Error
  2. Knowledge Gap
  3. Thinking Trap
  4. Improvement Advice
Example preview

Knowledge gap: The core left-table preservation rule was not internalized. Thinking trap: LEFT JOIN was conflated with INNER JOIN.

Learning

Analogy-Based Explanation

Use analogies from everyday life to explain an abstract concept more intuitively.

Ready to copyStarter
Fast read

Return the analogy, the concept mapping, and the limits of the analogy.

Example preview

A database index is like the index at the back of a book: it helps you find things faster instead of scanning every page.

Learning

Interview Question Breakdown

Break down an interview question into the right answer structure, key points, and likely follow-ups.

Ready to copyStructured
Fast read
  1. Answer Strategy
  2. Strong Answer Skeleton
  3. Common Follow-Ups
  4. Improvement Advice
Example preview

Answer strategy: Define it first, explain the constraints, give a resource-based example, and then mention common deviations in real-world practice.

Learning

Reading Guide

Help a learner read a paper, article, technical doc, or textbook section more effectively.

Ready to copyStructured
Fast read
  1. Main Ideas
  2. Hard Part Breakdown
  3. Important Terms or Lines
  4. Suggested Reading Order
Example preview

Main idea: Isolation levels are trade-offs between consistency guarantees and concurrency efficiency.

Learning

Flashcard Generator

Turn knowledge points into flashcards that are easy to review and retain.

Ready to copyStarter
Fast read

Return Q&A-style flashcards, optionally grouped by theme.

Example preview

Q: What does a LEFT JOIN return? A: All rows from the left table plus matching rows from the right, with NULLs when there is no match.

Learning

Three-Level Explanation

Explain the same concept at beginner, intermediate, and advanced levels to build layered understanding.

Ready to copyStructured
Fast read

Return beginner, intermediate, and advanced explanations.

Example preview

Beginner: Caching is like keeping common items closer at hand. Advanced: Caching involves hit rate, invalidation strategy, and consistency trade-offs.

Learning

Socratic Self-Quiz

Use a sequence of guided questions to test whether you really understand a topic.

Ready to copyStructured
Fast read

Return a question ladder from easy to deep, plus what a good answer should include.

Example preview

Question: What happens when a resource changes but the cache is still valid? Evaluation point: Did you mention stale content and invalidation?

Learning

Build a Domain Knowledge Map

Want to systematically enter a new domain (subject, industry, tech stack) — need the full map before deciding what to learn

Ready to copyExpert
Fast read

Structured doc: pillars → dependency graph → key concepts + difficulty → intersections → misconceptions → entry suggestion + resources

Example preview

Core pillars: (1) Consistency models (CAP/PACELC/linearizable/eventual...), (2) Consensus protocols (Paxos/Raft/Zab), (3) Distributed storage (replication/sharding/partition tolerance), (4) Failure detection & recovery (gossip/heartbeat/fencing), (5) Coordination & state (leader election/locks/distributed txns). Dependencies: (1)→(2)→(5), (3) parallel. Key concepts (selected): CAP (beginner), Raft (intermediate), CRDTs (expert), Saga pattern (intermediate)...

Learning

Meta-Learning Strategy Design

Want to use evidence-based methods to systematically improve learning efficiency, avoiding "study once and forget" / "binge videos pretending to learn" inefficiencies

Ready to copyExpert
Fast read

4-week day-by-day calendar + weekly checkpoints + adjustment triggers

Example preview

Week 1: M/W/F 19:00-20:30 study new services (VPC, IAM, CloudFront) + 5 Anki cards that night. T/Th run previous day's Anki + write elaboration note (one real scenario per service). Saturday 4h: take random mix mock exam (20 questions) + analyze wrong ones. Sunday 4h: deep-dive on services from wrong questions + Feynman-explain to "imaginary colleague". Weeks 2-4: similar but add architecture design interleaving. Sunday evenings 30min self-quiz to evaluate retention (if <70%, slow pace and add review). Bjork desirable difficulty principle: deliberately place unfamiliar services in active recall first.

Translation

Chinese to English (Formal)

Translate Chinese into formal, natural English suitable for business or public-facing use.

Ready to copyStarter
Fast read

Return a polished formal translation, optionally with a shorter variant.

Example preview

We want to evolve Prompt Library from a showcase page into a reusable content system.

Translation

English to Chinese (Natural)

Translate English into natural Chinese that reads well for Chinese-speaking audiences.

Ready to copyStarter
Fast read

Return natural Chinese, optionally with a more conversational or more formal variant.

Example preview

很多 AI 产品之所以显得单薄,不是因为界面不够好,而是底层内容层本身没有结构。

Translation

Technical Documentation Translation

Translate technical documentation while preserving terminology precision and structural clarity.

Ready to copyStructured
Fast read

Return a technically accurate translation, optionally with terminology notes.

Example preview

If the request body contains no updatable fields, the route returns 400 with the message 'No fields to update.'

Translation

Translation Proofreading

Proofread an existing translation for terminology, tone, fidelity, and naturalness issues.

Ready to copyStructured
Fast read

Return an issue list plus the revised translation.

Example preview

Issue: The tone is stiff and a few sentences still mirror Chinese word order. Revision: Break the long sentences and smooth the phrasing.

Translation

Summarize and Translate

Summarize long content and then translate the condensed result into the target language.

Ready to copyStructured
Fast read

Return a translated summary in the target language, optionally with 3-5 key bullets.

Example preview

Summary: The report argues that sustainable AI products will shift from raw generation capability toward reusable workflow assets.

Translation

Localization Adaptation

Adapt content for a locale, not just by translating it but by making it feel native to the target audience.

Ready to copyStructured
Fast read

Return the localized version plus a short note on the main adaptation choices.

Example preview

Adaptation note: Pricing-related wording was adjusted to feel more natural for U.K. readers, with a less aggressive sales tone.

Translation

Subtitle Translation Polish

Polish subtitle translation so it feels more natural, more readable, and better paced for on-screen viewing.

Ready to copyStarter
Fast read

Return the polished subtitle version, optionally with notes on the main edits.

Example preview

Edit note: The revision removes literal translation traces and makes the lines feel more like spoken language.

Translation

Product UI Copy Translation

Translate UI copy such as buttons, labels, hints, and status messages with accuracy and brevity.

Ready to copyStructured
Fast read

Return the translated UI copy and alternatives when useful.

Example preview

No matching templates found.

Translation

Marketing Copy Translation

Translate marketing copy while preserving persuasion, rhythm, and brand voice rather than just switching languages.

Ready to copyStructured
Fast read

Return the translated marketing copy, optionally with a softer and a more conversion-focused version.

Example preview

把零散提示词,变成团队可持续复用的工作系统。

Translation

Bilingual Parallel Translation

Produce bilingual side-by-side translation for review, sharing, or internal collaboration.

Ready to copyStructured
Fast read

Return bilingual output aligned by paragraph or sentence.

Example preview

中文:Prompt 模板后台已支持结构化字段。 English: The prompt template admin now supports structured fields.

Translation

Simplified International English

Rewrite complex English into simpler international English for broader readability.

Ready to copyStarter
Fast read

Return a simpler English version, optionally with editing notes.

Example preview

The product helps teams store, search, and reuse prompts. It is designed for repeatable work, not one-off experiments.

Translation

Terminology Consistency Check

Check whether terminology is used consistently across a translation and propose standardized usage.

Ready to copyStructured
Fast read

Return inconsistent terms, suggested standard forms, and a revised version when useful.

Example preview

Recommendation: Standardize on Prompt Library, with the Chinese equivalent set as “Prompt 模板库”.

Translation

Cross-Cultural Localization Translation

Outbound product marketing copy, overseas content imports, cross-cultural brand messaging — any translation needing "equally effective within target cultural context"

Ready to copyExpert
Fast read

Three sections: translation + localization notes + risk flags

Example preview

A: "Don't let your Monday end with just another coffee. The few minutes before work could become your second income stream." [Translated to Japanese in actual output] B notes: (1) "Kill your vibe" too casual for Japanese business → softened to "not let it end with just another coffee", preserves frustration more subtly; (2) "Side hustle" literal "副業" is sensitive in Japanese workplace (many companies prohibit) → "second income stream" more neutral; (3) Used honorific / indirect phrasing matching Japanese business tone. C risks: Side-hustle topic sensitive in some Japanese big companies (employee contracts may prohibit). Recommend product landing page add disclaimer "Use within company-permitted scope".

Translation

Terminology Consistency Translation

Long-document translation of medical papers / legal contracts / technical specs / academic monographs requiring 100% term consistency across 100+ pages

Ready to copyExpert
Fast read

4 sections: glossary table / translated body / consistency QC report / retained-original term suggestions

Example preview

Glossary excerpt: | Heart failure with preserved ejection fraction | 射血分数保留型心力衰竭 (HFpEF) | Avoid: 心衰射血保留型 / 保留射血分数心衰 | WHO ICD-11 standard | | Ejection fraction | 射血分数 (EF) | Avoid: 射出率 / 排血分数 | Chinese Cardiology Society recommended | Translated body: "射血分数保留型心力衰竭 (Heart failure with preserved ejection fraction, HFpEF) is...a heart failure type with EF ≥ 50%. HFpEF patients typically..." QC report: HFpEF appears 23 times across document, all consistent; EF appears 8 times, all use "射血分数". Retained-original suggestion: First mention retain (HFpEF) abbreviation for international cross-reference convenience.

Workplace

Meeting Minutes

Turn raw meeting notes or transcript fragments into clean, actionable meeting minutes.

Ready to copyStarter
Fast read
  1. Summary
  2. Key Decisions
  3. Action Items
  4. Open Questions / Follow-ups
Example preview

Key decision: Keep the legacy banner data definition. Action items: Design to deliver the final mockup by Thursday; frontend to propose a minimum analytics plan.

Workplace

Performance Self-Review

Create a structured self-review based on accomplishments, impact, and reflections from a review period.

Ready to copyStructured
Fast read
  1. Core Achievements
  2. Business Impact
  3. Collaboration Contributions
  4. Growth Areas
Example preview

Core achievement: Led the pricing admin redesign and materially reduced operating overhead. Growth area: Improve early risk identification during planning.

Workplace

Polite Decline

Politely decline a request, invitation, or ask in a way that preserves the working relationship.

Ready to copyStarter
Fast read

Return a send-ready reply, optionally with a softer and firmer variant.

Example preview

Thanks for thinking of me. I would be glad to help, but my schedule is full this week and I would not be able to do it well. If helpful, I can take a first pass next week.

Workplace

Proposal Executive Summary

Condense a long proposal or plan into an executive-friendly summary that can be read quickly.

Ready to copyStructured
Fast read
  1. Background and Problem
  2. Recommended Approach
  3. Expected Benefits
  4. Key Risks
Example preview

Recommended decision: Prioritize a first-phase structured admin upgrade to improve data quality now and enable richer library experiences later.

Workplace

Project Retrospective

Run a structured retrospective after a project and distill lessons, causes, and next actions.

Ready to copyStructured
Fast read
  1. What Worked Well
  2. What Did Not Work Well
  3. Root Causes
  4. Key Lessons Learned
Example preview

Root cause: The presentation layer moved faster than the underlying data model. Next action: Standardize the schema and entry templates before expanding content volume.

Workplace

Write a Job Description

Turn hiring requirements into a clearer, more compelling job description.

Ready to copyStructured
Fast read
  1. Role Overview
  2. Responsibilities
  3. Requirements
  4. Nice-to-Haves
Example preview

Why join: You will help shape a fast-moving data product and define how structured content and product experience evolve together.

Workplace

Status Update for Leadership

Turn project status into a concise leadership update focused on progress, risks, and needed decisions.

Ready to copyStructured
Fast read
  1. Summary
  2. Current Progress
  3. Key Risks
  4. Support Needed / Decisions Required
Example preview

Summary: The structured admin foundation is now ready and content expansion is executable. We need a decision on the first expansion category so the team can move in parallel.

Workplace

Weekly Work Report

Convert raw weekly notes into a structured weekly report that highlights outcomes, issues, and next steps.

Ready to copyStarter
Fast read

Structure the output as Completed This Week, In Progress, Risks/Blockers, and Plan for Next Week.

Example preview

Completed this week: Implemented the structured prompt admin fields, creating the foundation for larger-scale prompt expansion.

Workplace

Business Email Reply

Draft a professional, natural-sounding business email reply based on the incoming message and your goal.

Ready to copyStarter
Fast read

Return an optional subject line and a full email draft.

Example preview

Thank you for following up, and I apologize for the impact of this delay. We have reassessed the timeline and currently expect delivery by next Wednesday.

Workplace

Cross-Functional Alignment Message

Rewrite a messy cross-functional request into a clearer message another team can understand and act on.

Ready to copyStructured
Fast read

Return a send-ready message suitable for Slack, Teams, email, or internal chat.

Example preview

Context: We are preparing to QA the homepage update today, and the button copy and state styling are not yet finalized. We need the design team to confirm the final version by 6 PM so frontend can complete integration.

Workplace

OKR Draft Builder

Generate a stronger OKR draft from business goals, team scope, and current priorities.

Ready to copyExpert
Fast read

Return 2-4 Objectives, each with 3-5 measurable Key Results plus a short rationale.

Example preview

Objective: Make the Prompt Library a sustainable structured content system. KR: Increase structured field completion from 0 to 70%.

Workplace

Client Follow-Up Summary

Summarize client conversations into a compact follow-up note that helps move the deal or project forward.

Ready to copyStructured
Fast read
  1. What the client cares about most right now
  2. Current status and progress
  3. Risks or uncertainty signals
  4. Recommended next steps
Example preview

Risk signal: Procurement and legal review may extend the timeline. Recommended next step: Prepare a data-terms FAQ and confirm the client's internal decision milestones.

Workplace

Stakeholder Mapping & Alignment Strategy

Cross-department large projects, strategic decisions, product launches, org changes, sensitive budget / headcount discussions

Ready to copyExpert
Fast read

5 sections: identification / power-interest matrix / per-stakeholder alignment analysis / communication plan / risk mitigation

Example preview

Step 1 stakeholders: Obvious: VP Eng, Squad leads, Security Lead, CFO (infra budget). Hidden: (1) PM from last failed attempt (now in marketing, strong opinion), (2) Legal's data privacy counsel, (3) CEO's Chief of Staff (CEO has personal interest in data unification). Step 2 matrix: High Power + High Interest: VP Eng + Security Lead. High Power + Low Interest: CFO. Low Power + High Interest: Squad leads. Low Power + Low Interest: previous failed PM. Step 3 Security Lead: Current stance skeptical (burned by last failure). Cares about GDPR compliance + data sovereignty. Hidden agenda: protect own budget, worry data platform increases attack surface. Hook: unified platform improves audit log consistency (reduces Security risk) + lets Security team own governance. Step 4 communication: First 1-on-1 alignment with VP Eng (define scope privately), then run "risk assessment" session with Security Lead to give her ownership, monthly one-pager to CFO on budget vs ROI (she only reads high-level). Step 5 risk: Security Lead still biggest block risk. Disarm: buy in her deputy first (senior Security engineer more tech-open), have deputy advocate internally. Plan B: if Security still blocks, offer "read-only platform first, no writes" phased approach to lower her perceived risk.

Writing

Polish an Email

Polish a rough email draft into a clearer, more professional, and more natural message.

Ready to copyStarter
Fast read

Return a send-ready email draft, optionally with a shorter alternative.

Example preview

I wanted to follow up on the timeline confirmation. If you are able to share an initial update this week, we can align our next-step preparation accordingly.

Writing

Write a Weekly Report

Turn scattered weekly notes into a structured, outcome-focused weekly report.

Ready to copyStarter
Fast read
  1. Completed This Week
  2. In Progress
  3. Risks / Blockers
  4. Plan for Next Week
Example preview

Completed this week: Finished the structured prompt admin upgrade, creating the foundation for scalable content expansion.

Writing

Expand a Paragraph

Expand a short paragraph into a fuller passage with more detail, clarity, and flow.

Ready to copyStarter
Fast read

Return the expanded paragraph, optionally with a tighter alternative.

Example preview

A Prompt Library is more than a place to store prompts. It acts like a reusable knowledge layer for the team, helping people find proven templates faster and reduce repetitive trial and error.

Writing

Rewrite in a Different Style

Rewrite a piece of text in a different tone, style, or audience fit without changing the core meaning.

Ready to copyStarter
Fast read

Return the rewritten version, optionally with 2-3 style variants.

Example preview

Product-announcement style: We are officially launching Prompt Library to help teams organize and reuse high-quality prompts more effectively.

Writing

Generate an Article Outline

Generate a strong article outline before drafting, with clear structure and focus.

Ready to copyStructured
Fast read

Return title ideas, H1/H2 structure, and a short note for each section.

Example preview

Outline: Start with the common misconception, then explain the data-layer problem, and end with the path toward a structured upgrade.

Writing

SEO Title Optimization

Optimize article or page titles for search intent, clickability, and clarity.

Ready to copyStarter
Fast read

Return multiple title options and briefly explain the optimization logic.

Example preview

Option: What Is a Prompt Library? How to Build a Reusable AI Prompt System

Writing

Social Media Copy

Create social media copy tailored to the tone, rhythm, and expectations of different platforms.

Ready to copyStarter
Fast read

Return multiple copy variants, optionally with hook and CTA suggestions.

Example preview

A lot of AI products do not fail because the UI is weak. They fail because the data layer is thin. One thing we recently changed was turning Prompt Library from a card collection into a structured content system.

Writing

Landing Page Hero Copy

Generate landing page hero copy with a headline, subheadline, and CTA that make the value clear fast.

Ready to copyStructured
Fast read

Return a headline, subheadline, CTA, and 2-3 backup variants.

Example preview

Headline: Turn scattered prompts into a reusable team system. Subheadline: Organize, search, and reuse proven prompts across real work.

Writing

Product Value Rewrite

Rewrite feature-heavy product messaging into clearer user-value language.

Ready to copyStructured
Fast read

Return the rewritten copy plus a short explanation of how the framing changed from features to value.

Example preview

Help teams stop digging through scattered docs and instead find, organize, and reuse the prompts that actually work.

Writing

Newsletter Draft

Draft a newsletter from a topic and source material, with clear flow and a consistent editorial tone.

Ready to copyStructured
Fast read

Return a subject/title, intro, body flow, and CTA.

Example preview

Intro: Many people assume the value of a Prompt Library comes from volume, but in practice, structure is what makes it useful.

Writing

Case Study Draft

Turn customer results and project evidence into a more credible case study draft.

Ready to copyStructured
Fast read
  1. Background
  2. Challenge
  3. Solution
  4. Results
Example preview

Challenge: The team had accumulated many prompts, but without a shared structure, very few could be reused reliably.

Writing

Headline Variations

Generate multiple headline variations for the same topic across different angles and goals.

Ready to copyStructured
Fast read

Return grouped headline options such as professional, opinion-led, question-led, and conversion-driven.

Example preview

Question-led: Why Does Your Prompt Library Keep Growing but Getting Harder to Use?

Writing

Multi-Draft Iterative Deep Revision

Newsletters, deep blog posts, essays, white papers — multi-round deep polish to "publishable quality"

Ready to copyExpert
Fast read

4 rounds of critique + revise, each clearly separated. Final output: polished complete version + revision changelog

Example preview

Round 1 critique: Original took 3 paragraphs of tech analysis before reaching thesis ("distribution > tech"); thesis should appear in paragraphs 1-2. Restructure suggestion: move opening hook to thesis → then 3 case studies as support → finally contrarian rebuttal. Round 2 critique: One case study "Company A died" doesn't explain why — add specific cause-of-death data. Counter-argument "but OpenAI didn't win on distribution" not acknowledged — add rebuttal paragraph. Round 3 excerpt: Original "Many AI companies seem to possibly have some distribution-related problems" → revised "AI companies die from distribution, not technology". Round 4: Final voice chosen as contrarian-authoritative (not hedging-consultant tone). Title changed from "Why Most AI Startups Die in a Year" to "The Distribution Trap: Why Your AI Startup Is Already Dead".

Writing

Writing Style Reverse Engineering

Learn and internalize famous writers' styles — Hemingway minimalism, Sontag's critical thinking, Hemon's immigrant lens, Liu Zhenyun's rural humor

Ready to copyExpert
Fast read

3 sections: style audit / 8-12 cookbook rules / before-after rewrite pairs

Example preview

Audit: (1) Avg 12 words/sentence + short-long alternation, no nested long sentences; (2) Prefers concrete physical noun (skin cancer, wrinkles, neck) > abstract noun; (3) Few adjectives, when used they're specific (gaunt, brown); (4) No adverb modifiers; (5) Subject-verb-object dominant, no inversion. Cookbook: 1. Delete all "maybe, seemingly, relatively" hedges; 2. Replace abstract nouns ("travel") with concrete ("travel showed me X mountain Y sea"); 3. Max one clause per sentence; 4. Delete all "deeply", "many" intensifiers; 5. 3-5 sentence paragraphs... Rewrite: "This trip taught me something. I thought I knew. I didn't." (Apply rules 1, 4, 3)