-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathchat_prompts.jsonl
More file actions
133 lines (133 loc) · 31.2 KB
/
Copy pathchat_prompts.jsonl
File metadata and controls
133 lines (133 loc) · 31.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
{"prompt":"write a single-file html css js calculator with buttons for digits operators equals and clear","follow_up_prompts":["add keyboard support","handle divide by zero nicely","clean up the code so it is easier to read"]}
{"prompt":"write a javascript function groupBy that groups an array of objects by a key or callback","follow_up_prompts":["support missing keys under an 'unknown' bucket","preserve original item order","show example usage"]}
{"prompt":"write a message asking an old coworker for a referral to a company they work at now","follow_up_prompts":["make it less awkward","make it shorter","add context without sounding needy"]}
{"prompt":"write a compact architecture plan for a chat-only RSS dashboard prototype using hardcoded articles and summaries","follow_up_prompts":["add component boundaries","add state shape examples","explain how it could later connect to real APIs without writing that integration"]}
{"prompt":"write a javascript function formatMoney(value locale currency)","follow_up_prompts":["handle invalid numbers","show examples for USD EUR and JPY","add an option for showing negative values in parentheses"]}
{"prompt":"write a python function called validate_settings that validates a nested settings dict for theme notifications and privacy options","follow_up_prompts":["return all errors instead of stopping at the first","support default values","show example input and output"]}
{"prompt":"explain APIs to a non-technical small business owner who knows websites but not programming","follow_up_prompts":["use a restaurant analogy","make it shorter","make it sound less condescending"]}
{"prompt":"write a single-file html css js word guessing game with six guesses and colored feedback","follow_up_prompts":["add an on-screen keyboard","add a win and loss message","make the color feedback accessible with symbols too"]}
{"prompt":"write a single-file html css js RSS reader mockup using a hardcoded array of articles with title source date and summary","follow_up_prompts":["add source filters","add read later state","make the layout feel more like a compact dashboard"]}
{"prompt":"write a javascript function createPermissionChecker that supports roles and per-resource overrides","follow_up_prompts":["explain why a permission was denied","support temporary permissions with expiration timestamps","show example users and checks"]}
{"prompt":"help me make a decision about whether to keep freelancing or take a full-time role. i care about income stability, freedom, learning, and stress","follow_up_prompts":["ask me the minimum follow-up questions needed","turn likely answers into a recommendation framework","give me a fallback plan if i'm still unsure"]}
{"prompt":"plan a 60-minute workshop for improving team communication","follow_up_prompts":["add agenda timing","add facilitator notes","add backup activities if people are quiet"]}
{"prompt":"help me organize a blog post about why personal productivity apps often fail","follow_up_prompts":["turn it into an outline","make the intro stronger","suggest five better titles"]}
{"prompt":"write a simple incident report for a website outage that lasted 25 minutes because a deploy introduced a routing bug","follow_up_prompts":["separate facts from assumptions","add timeline and impact","make it suitable for leadership review"]}
{"prompt":"write a python function called calculate_invoice_total that takes line items tax rate discount and payments","follow_up_prompts":["handle percentage and fixed discounts","handle rounding carefully using Decimal","show edge case examples"]}
{"prompt":"write pseudocode for syncing offline inspection records when the device reconnects","follow_up_prompts":["handle conflicts when two users edited the same record","add retry and failure states","explain the algorithm simply"]}
{"prompt":"write a short script for a two-minute demo of a habit tracking app","follow_up_prompts":["make it more conversational","add a stronger ending","make it less hypey"]}
{"prompt":"write a React dashboard card grid using hardcoded metrics for revenue users churn and conversion","follow_up_prompts":["add loading and error mock states","add trend indicators","make the layout responsive"]}
{"prompt":"fix this SQL query conceptually: SELECT customer_id, amount FROM orders GROUP BY customer_id;","follow_up_prompts":["show a corrected version for total amount by customer","add count of orders","explain why the original is invalid or ambiguous"]}
{"prompt":"create a lightweight operating plan for a small remote team of four people","follow_up_prompts":["add meeting rhythms and ownership","add decision-making rules","make it practical for a busy team"]}
{"prompt":"write a customer support reply to someone upset that their order arrived late and the tracking page was unclear","follow_up_prompts":["make it empathetic but not over-apologetic","add a concrete next step","make it shorter"]}
{"prompt":"create a moderation policy for a small online community about design feedback","follow_up_prompts":["add examples of allowed and not allowed behavior","add an appeals process","make the tone less authoritarian"]}
{"prompt":"write a friendly reminder that a client needs to send final copy by friday or the launch may slip","follow_up_prompts":["make it more direct","make it less annoying","add a clear deadline"]}
{"prompt":"create a training plan for new volunteers at a food pantry","follow_up_prompts":["break it into modules","add practice scenarios","make it friendly for people with no experience"]}
{"prompt":"help me decide between two job offers: offer A pays more but has worse hours, offer B pays less but has better mentorship and remote flexibility","follow_up_prompts":["make a decision matrix","weigh work-life balance more heavily","give me a final recommendation but mention tradeoffs"]}
{"prompt":"create a checklist for reviewing a vendor contract before sending it to legal","follow_up_prompts":["add privacy and security checks","add commercial terms checks","turn it into a reviewer workflow"]}
{"prompt":"make a rubric for evaluating logo design work for a small business client","follow_up_prompts":["add categories and scoring","make it fair for junior designers","add examples of useful feedback"]}
{"prompt":"turn this explanation into a simple analogy: technical debt means shortcuts in a system that make future changes slower or riskier","follow_up_prompts":["make it more accurate","make it suitable for a teenager","make it one paragraph"]}
{"prompt":"write a simple remote work policy for a small team spread across time zones","follow_up_prompts":["make it less corporate","add examples of good communication","make it fair for different time zones"]}
{"prompt":"summarize these meeting notes: launch moved to friday, alex owns QA, priya is waiting on final copy, payment bug still open, marketing wants screenshots by wednesday, next check-in thursday 2pm","follow_up_prompts":["turn it into action items with owners","separate decisions from open questions","make it suitable to send to the team"]}
{"prompt":"write a React accordion component with three hardcoded sections","follow_up_prompts":["allow only one section open at a time","add keyboard support","make the component API reusable"]}
{"prompt":"write a polite email to my landlord saying my kitchen sink has been leaking for three days and i need it repaired soon","follow_up_prompts":["make it firmer without sounding rude","add a clear deadline","make it shorter"]}
{"prompt":"write a React notification toast component","follow_up_prompts":["add auto-dismiss and manual close","support success error and info variants","make it keyboard accessible enough for a snippet"]}
{"prompt":"write a single-file html css js incident timeline with hardcoded events severity and timestamps","follow_up_prompts":["add severity filters","add pinned updates","make it easier to scan during an emergency"]}
{"prompt":"write a concise project update: we finished the homepage redesign, auth bugs are still open, analytics is delayed, and we may need one extra week","follow_up_prompts":["make it sound confident but honest","add risks and blockers","make it more executive-friendly"]}
{"prompt":"write pseudocode for a fair shift scheduling heuristic for workers with availability max hours and role requirements","follow_up_prompts":["add tie-breaking rules","report why a shift could not be filled","make the tradeoffs explicit"]}
{"prompt":"write a concise FAQ for a new expense reimbursement process","follow_up_prompts":["add skeptical questions people will ask","make the answers shorter","make it easier to scan"]}
{"prompt":"write a professional bio for someone who is a product designer focused on clean interfaces and practical user research","follow_up_prompts":["make it warmer","make it shorter for social media","make it sound less braggy"]}
{"prompt":"write a single-file html css js kanban board with three columns and a few starter cards","follow_up_prompts":["add drag and drop between columns","save the board in localStorage","add a simple card edit flow"]}
{"prompt":"write a React file upload mock component that does not actually upload files but shows selected filenames and fake progress","follow_up_prompts":["add error states for too many files and oversized files","add remove file buttons","make it clear this is a mock uploader"]}
{"prompt":"prioritize this task list: finish report, answer emails, fix invoice issue, prepare slides, clean desk, schedule dentist, review contract","follow_up_prompts":["sort by urgency and impact","identify what to delegate or drop","turn it into a two-day plan"]}
{"prompt":"help me prepare for a difficult conversation with my manager about being overloaded","follow_up_prompts":["give me a simple script","add likely pushback and responses","make it calmer and less defensive"]}
{"prompt":"rewrite this resume bullet: helped with social media and made posts that got more engagement","follow_up_prompts":["make it more impact-focused","make it less buzzwordy","give me three alternatives"]}
{"prompt":"plan a small dinner party for six people with a low-effort menu and a relaxed timeline","follow_up_prompts":["add a grocery list","make it cheaper","make the timeline start the day before"]}
{"prompt":"write a short explainer for why a deadline slipped because requirements changed twice and QA found a serious issue","follow_up_prompts":["make it accountable without over-apologizing","add a recovery plan","make it suitable for leadership"]}
{"prompt":"write a cover letter for a junior product designer applying to a small startup that builds tools for teachers","follow_up_prompts":["make it more concise","make it sound more human","add a stronger opening"]}
{"prompt":"fix this javascript snippet and explain it: function isAdult(user) { return user.age >= 18 && user.verified = true }","follow_up_prompts":["make it safer when user is null","return a reason string instead of a boolean","show a few examples"]}
{"prompt":"create interview questions for a customer support manager role","follow_up_prompts":["add questions for problem solving and communication","add red flags to watch for","make it more structured"]}
{"prompt":"help me plan a realistic week: i work 9 to 5 monday through friday, need to exercise 3 times, clean my apartment, meal prep, and finish a 5 hour side project","follow_up_prompts":["add buffer time because i underestimate tasks","make it less intense","turn it into a daily checklist"]}
{"prompt":"write a javascript function normalizeImportedRows for rows with inconsistent keys like Email Address email e-mail and Amount total price","follow_up_prompts":["collect row-level validation errors","coerce amount strings safely","show before and after examples"]}
{"prompt":"write a python function called generate_fake_customers that returns deterministic fake customer rows using only the standard library","follow_up_prompts":["add a seed parameter","support output as CSV string and JSON string","add optional missing values"]}
{"prompt":"write a single-file html css js drawing app using canvas with brush color brush size and clear button","follow_up_prompts":["add save image button","make touch input work better","add undo for the last stroke"]}
{"prompt":"critique this product idea honestly: an app that reminds people to drink water but also lets friends compete on streaks","follow_up_prompts":["give me the biggest risks","suggest a smaller MVP","write the version a skeptical investor would believe"]}
{"prompt":"write a python function called redact_sensitive_text that redacts emails phone numbers and simple ssn-like patterns","follow_up_prompts":["return both the redacted text and counts by type","avoid exposing the original sensitive values in the report","explain the limitations briefly"]}
{"prompt":"write SQL queries for a small sales table with columns id customer_id amount status created_at","follow_up_prompts":["calculate monthly revenue","calculate revenue by status","find customers with more than three completed orders"]}
{"prompt":"write a self performance review for someone who improved team documentation, helped onboard two teammates, and wants to get better at prioritization","follow_up_prompts":["make it more specific","add areas for growth without underselling me","make it professional but human"]}
{"prompt":"turn this rough idea into a proposal: our support team keeps answering the same questions, so we should create a shared internal FAQ and update it every friday","follow_up_prompts":["add goals scope and success metrics","make it sound more practical","turn it into a one-page memo"]}
{"prompt":"write a React table component with hardcoded sample data","follow_up_prompts":["add sorting by column","add filtering","add loading and empty states"]}
{"prompt":"create a communication plan for a messy rollout of a new internal tool","follow_up_prompts":["add audiences and timing","add what to say if something breaks","make it calm and transparent"]}
{"prompt":"write an onboarding plan for a new operations teammate joining a five-person startup","follow_up_prompts":["break it into first day first week first month","add people they should meet","make it less overwhelming"]}
{"prompt":"write a python function called parse_log_lines that takes a list of log lines and counts INFO WARN and ERROR messages","follow_up_prompts":["group errors by message","collect malformed lines separately","show example input and output"]}
{"prompt":"design a small REST API for a habit tracking app with endpoints request bodies and response examples","follow_up_prompts":["add validation error examples","add pagination where useful","add notes about auth assumptions without implementing auth"]}
{"prompt":"make a checklist for launching a small newsletter","follow_up_prompts":["group it by before launch launch day and after launch","add risks people forget","make it practical for one person"]}
{"prompt":"draft a message saying no to a coworker asking me to take on extra work this week because i'm already at capacity","follow_up_prompts":["make it more casual","add a soft alternative","make it shorter"]}
{"prompt":"write a python function called schedule_workers that assigns workers to shifts based on availability and max hours","follow_up_prompts":["report unfilled shifts","prefer workers with fewer assigned hours","explain the simple heuristic you used"]}
{"prompt":"draft a message to reschedule a meeting because something urgent came up","follow_up_prompts":["make it more apologetic","make it less apologetic","add two alternative times"]}
{"prompt":"write a single-file html css js package tracker mockup with hardcoded packages status history and estimated delivery","follow_up_prompts":["add delayed and delivered states","add search by tracking number","make the UI feel more useful even with fake data"]}
{"prompt":"analyze this argument and tell me where it is weak: remote work is always better because people are happier at home and offices are distracting","follow_up_prompts":["steelman the other side","rewrite it to be more convincing","list assumptions that need evidence"]}
{"prompt":"compare three vacation options: beach weekend, mountain cabin, or city trip. prioritize low stress and moderate cost","follow_up_prompts":["make a table with cost effort and fun","recommend one","add what could go wrong"]}
{"prompt":"write a javascript function paginate(items page pageSize) that returns items and metadata","follow_up_prompts":["handle invalid page numbers","add totalPages hasNext and hasPrev","show example usage"]}
{"prompt":"write a single-file html css js todo app with add complete delete and clear completed","follow_up_prompts":["make it save todos in localStorage","add filters for all active and completed","make the UI cleaner but keep it one file"]}
{"prompt":"write a single-file html css js memory card game with matching pairs and a move counter","follow_up_prompts":["add a timer","add a win screen","make the card flip animation smoother"]}
{"prompt":"help me prepare for a salary negotiation where i want 10 percent more but don't want to sound aggressive","follow_up_prompts":["list my leverage and risks","write a calm opening script","give me responses to common pushback"]}
{"prompt":"write a single-file html css js habit tracker with a 7 day grid and three sample habits","follow_up_prompts":["save progress locally","add a gentle streak display","make the layout better on mobile"]}
{"prompt":"write a React modal component with open close title and children props","follow_up_prompts":["add escape key close and click outside close","add basic focus management","explain accessibility limitations"]}
{"prompt":"write a python function called normalize_rows that takes messy imported rows as dicts and maps alternate column names into name email and amount","follow_up_prompts":["collect row-level validation errors","coerce amount strings like '$1,200.50' into numbers","show before and after examples"]}
{"prompt":"write a recommendation letter draft for a reliable intern who learned quickly, communicated well, and took ownership of a research project","follow_up_prompts":["make it more specific","make it warmer","make it credible but not exaggerated"]}
{"prompt":"write a python script that renames files from a provided list of filenames by lowercasing and replacing spaces with dashes. Do not assume actual filesystem access.","follow_up_prompts":["add duplicate name handling","add a dry run output format","show example input and output"]}
{"prompt":"help me compare moving to a big city versus staying in a smaller town. i care about career growth, rent, friends, dating, and stress","follow_up_prompts":["turn it into a weighted decision table","weigh stress and cost more heavily","give me questions i should answer before deciding"]}
{"prompt":"write a python class called SimpleRateLimiter that supports per-user limits in a fixed time window","follow_up_prompts":["add a method that returns how many requests remain","add reset behavior","show simple tests with plain asserts"]}
{"prompt":"write a javascript function buildTree(items) where each item has id parentId and name","follow_up_prompts":["handle missing parents","detect simple cycles","show input and output examples"]}
{"prompt":"write a javascript function calculateRecurringDates that supports daily weekly and monthly rules","follow_up_prompts":["handle invalid rules","handle month-end dates clearly","show examples for tricky cases"]}
{"prompt":"write a single-file html css js quiz app with five hardcoded questions and a results screen","follow_up_prompts":["add previous and next buttons","show explanations after the quiz","make the state logic easier to follow"]}
{"prompt":"write a React component for a searchable user list using a hardcoded array of users","follow_up_prompts":["highlight matched text","add empty state text","make filtering ignore case and extra spaces"]}
{"prompt":"write a single-file html css js snake game on a canvas","follow_up_prompts":["add score and restart","add pause and resume","make controls work on mobile with on-screen buttons"]}
{"prompt":"write a single-file html css js 2048 style sliding tile game","follow_up_prompts":["add score and restart","add keyboard and button controls","make it look more polished"]}
{"prompt":"summarize this customer feedback into themes: the app is slow, search is confusing, pricing is fair, onboarding was easy, mobile layout is cramped, and export is missing","follow_up_prompts":["separate bugs from feature requests","identify the most urgent issues","write a short internal summary"]}
{"prompt":"write a SQL schema for a simple library system with books authors members and loans","follow_up_prompts":["add constraints for due dates and returned dates","add indexes for common lookups","write example queries for overdue books"]}
{"prompt":"write a python function called group_transactions_by_month that takes a list of dicts with date amount and category","follow_up_prompts":["also calculate income expense and net per month","handle bad dates and missing amounts without crashing","show a tiny example input and output"]}
{"prompt":"rewrite this message so it sounds more confident: i was wondering if maybe we could possibly revisit the timeline because it might be a little unrealistic","follow_up_prompts":["make it less formal","make it shorter","keep it polite"]}
{"prompt":"write a compact implementation plan for a no-backend localStorage-based personal budget app","follow_up_prompts":["add data model examples","add edge cases like refunds and transfers","turn it into a small task checklist"]}
{"prompt":"write a React component for a pricing table with three plans using hardcoded data","follow_up_prompts":["add a highlighted recommended plan","add a monthly yearly toggle","make it responsive with plain CSS"]}
{"prompt":"write a calm reply to this passive aggressive email: Just checking again since I still haven't gotten what I asked for yesterday.","follow_up_prompts":["make it more neutral","remove anything defensive","add a clear next step"]}
{"prompt":"make a habit plan for someone who wants to read more but usually gets distracted at night","follow_up_prompts":["make it smaller","add triggers and fallback plans","turn it into a weekly checklist"]}
{"prompt":"write a short apology text to my friend for cancelling last minute because i got overwhelmed","follow_up_prompts":["make it warmer but not dramatic","make it shorter and more casual","add a line suggesting we reschedule"]}
{"prompt":"turn this rant into constructive feedback: nobody knows what is going on with this project, deadlines keep changing, and every meeting ends with more confusion","follow_up_prompts":["make it less emotional","keep the main criticism","add a suggested solution"]}
{"prompt":"write step-by-step documentation for how to request time off at a small company","follow_up_prompts":["add common mistakes","make it easier for a new employee to follow","turn it into a short FAQ"]}
{"prompt":"write a TypeScript type for an API response that can be success or error","follow_up_prompts":["add a generic data type","write a helper that unwraps the response safely","show example usage"]}
{"prompt":"write a javascript state machine for an order status flow from draft to submitted to approved to shipped to delivered","follow_up_prompts":["add allowed transitions and helpful errors","prevent skipping required steps","show example usage"]}
{"prompt":"write a python function called diff_json that compares two nested dict or list objects and returns human readable differences","follow_up_prompts":["support nested objects and arrays","include added removed and changed paths","show example input and output"]}
{"prompt":"create a two-week study plan for an exam with 8 chapters where i can study 90 minutes per day","follow_up_prompts":["add daily review blocks","include what to do if i fall behind","make the last two days review-only"]}
{"prompt":"write a single-file html css js minesweeper game with a small fixed grid","follow_up_prompts":["add flagging cells","add win and loss states","make the code easier to understand with helper functions"]}
{"prompt":"write a single-file html css js markdown note app with a textarea and live preview for headings paragraphs bold italic and bullet lists","follow_up_prompts":["save the note in localStorage","escape unsafe html before rendering","add a simple note title field"]}
{"prompt":"rewrite this paragraph so it sounds clearer: i think the thing we are doing is sort of working but the process is messy and people are confused about who is supposed to approve stuff","follow_up_prompts":["make it more direct","make it friendlier","keep the meaning but improve the flow"]}
{"prompt":"write a javascript EventEmitter class with on emit and off","follow_up_prompts":["add once","handle listener errors safely","show example usage"]}
{"prompt":"create a risk register for a website redesign project with a tight deadline and unclear stakeholder feedback","follow_up_prompts":["add likelihood and impact","add mitigations and owners","prioritize the top five risks"]}
{"prompt":"write a single-file html css js weather dashboard mockup using hardcoded fake data for three cities","follow_up_prompts":["add city filtering","add a weekly forecast section","make it clear the data is fake sample data"]}
{"prompt":"write a single-file html css js typing speed test with a fixed paragraph and words per minute result","follow_up_prompts":["add accuracy percentage","add restart and random sample text","make the result display more encouraging"]}
{"prompt":"write a single-file html css js inventory tracker with item name quantity location and low stock warning","follow_up_prompts":["add import from pasted CSV text","add undo for the last change","save inventory locally"]}
{"prompt":"write a javascript function safeHighlight(text query) that wraps matching text in mark tags while escaping unsafe html","follow_up_prompts":["ignore case and extra spaces","handle empty queries","show example input and output"]}
{"prompt":"write a bug explanation for this snippet: const total = items.reduce((sum, item) => sum + item.price, 0); where item.price might be a string like '12.50' or missing","follow_up_prompts":["write a safer version","add examples for bad inputs","explain why the original bug happens"]}
{"prompt":"write a python class called InMemoryTaskQueue with enqueue dequeue complete and fail methods","follow_up_prompts":["add retry count and failed jobs","add priorities","show simple tests with plain asserts"]}
{"prompt":"write a React login form component with email and password fields","follow_up_prompts":["add validation and error states","add a loading state","make it accessible and mobile friendly"]}
{"prompt":"write a short announcement for a new feature that lets users export their data as CSV","follow_up_prompts":["make it more exciting","make it less salesy","add a version for existing customers"]}
{"prompt":"summarize this paragraph in plain english: Our migration strategy prioritizes backward-compatible schema changes, dual-write validation, and staged rollout monitoring to reduce operational risk during the transition period.","follow_up_prompts":["give me the key takeaways","make it understandable to a non-engineer","turn it into a one-sentence summary"]}
{"prompt":"create a simple personal budget plan for someone earning 4000 per month after taxes with rent 1400, debt payments 300, and irregular freelance income","follow_up_prompts":["make it simple and realistic","add a plan for irregular expenses","add a monthly review checklist"]}
{"prompt":"write a TypeScript function validateForm that validates name email and password fields and returns field-level errors","follow_up_prompts":["add confirm password","return all validation errors","show example input and output"]}
{"prompt":"write a single-file html css js expense tracker with description amount category and a running total","follow_up_prompts":["add monthly totals by category","save entries in localStorage","add edit and delete without making the code huge"]}
{"prompt":"fix this python snippet and explain it: def average(nums): return sum(nums) / len(nums)","follow_up_prompts":["handle empty lists","ignore non-numeric values","show plain assert tests"]}
{"prompt":"write a tiny javascript router that maps hash routes like #/home and #/users/123 to render functions","follow_up_prompts":["support route params","support a not found route","show a minimal example with two pages"]}
{"prompt":"turn this messy list into a decision memo: option A is faster but fragile, option B takes longer but scales better, team prefers A, leadership wants lower risk, deadline is six weeks","follow_up_prompts":["add recommendation rationale risks and next steps","make it more concise","make it sound neutral"]}
{"prompt":"write a python function called merge_time_ranges that merges overlapping time ranges represented as tuples like ('09:00','10:30')","follow_up_prompts":["handle unsorted input","reject invalid ranges with helpful errors","show tricky test cases using plain asserts"]}
{"prompt":"write a React comments component with hardcoded comments replies and a reply form","follow_up_prompts":["add edit and delete behavior in local state","add empty states","make nested replies visually clear"]}
{"prompt":"write a single-file html css js pomodoro timer with start pause reset and a visible countdown","follow_up_prompts":["add work and break modes","let me change the work and break lengths","make the styling calmer and more polished"]}
{"prompt":"review this small data model: users have many projects and projects have many tasks. Suggest tables fields and relationships.","follow_up_prompts":["add comments and activity history","add soft delete fields","explain which indexes matter"]}
{"prompt":"write five landing page headlines for a tool that helps small teams keep track of decisions","follow_up_prompts":["make them less generic","make them more specific to remote teams","narrow it down to the best two"]}
{"prompt":"brainstorm names for a small app that helps people remember follow-ups after meetings","follow_up_prompts":["make them less startup-y","give me names that feel warmer","narrow it down to the best five"]}
{"prompt":"design a JSON schema for an event registration form with attendee info ticket type dietary notes and emergency contact","follow_up_prompts":["add validation rules","add example valid and invalid payloads","make error messages user-friendly"]}
{"prompt":"write a javascript function debounce(fn delay)","follow_up_prompts":["add a cancel method","add a flush method","explain the edge cases in simple terms"]}
{"prompt":"write a python function called extract_markdown_links that takes markdown text and returns links with label url and line number","follow_up_prompts":["detect duplicate urls","detect likely relative links","print a clean report string"]}
{"prompt":"turn this vague goal into measurable milestones: improve our customer onboarding experience","follow_up_prompts":["make the milestones weekly","add success metrics","add what to cut if time runs out"]}
{"prompt":"write a thank you note after an interview for a product role where i enjoyed learning about the roadmap and team culture","follow_up_prompts":["make it less stiff","make it under 120 words","add a line about being excited to contribute"]}
{"prompt":"write a python function called reconcile_transactions that matches bank transactions to ledger entries by amount and date tolerance","follow_up_prompts":["return matched unmatched and suspicious matches","handle duplicate candidate matches carefully","show example data and output"]}