Getting Started
Productivity
Task Breakdown Helper
Break down complex tasks into actionable steps with effort estimates and depende...
Break down a large task into smaller, actionable steps. For each step, estimate effort (small/medium/large) and identify dependencies. Suggest an optimal order for completion. --- MY INFO: Task to Break Down:
Decision Matrix Creator
Create a weighted decision matrix to compare options and get a clear recommendat...
Create a weighted decision matrix and provide a recommendation with reasoning. --- MY INFO: Options to Choose Between: Criteria That Matter (with importance):
Weekly Planning Assistant
Plan your week with daily time blocks, priorities, and buffer time.
Create a daily breakdown with time blocks and buffer time. --- MY INFO: Main Goals for the Week: Recurring Commitments (meetings, etc): Available Hours: Priorities:
Business
Meeting Summary Generator
Summarize meeting transcripts into key decisions, action items, and next steps.
Summarize this meeting transcript. Include: key decisions made, action items (with owners and deadlines), main discussion points, and next steps. Format for easy sharing with stakeholders. --- MY INFO: Meeting Transcript:
SWOT Analysis Creator
Generate a structured SWOT analysis with strengths, weaknesses, opportunities, a...
Create a SWOT analysis considering market position, competitors, internal capabilities, and external factors. Format as a clear 2x2 matrix with explanations. --- MY INFO: Company/Product/Idea: Brief Description/Context:
Business Email Composer
Write professional business emails that are clear, concise, and goal-oriented.
Write a professional business email that is clear, concise, and achieves the intended goal. Match the appropriate tone for the situation. --- MY INFO: Purpose of Email: Recipient (role/relationship): Key Points to Convey: Desired Outcome:
Marketing
Social Media Post Generator
Write engaging social media posts with calls-to-action and hashtags.
Write a compelling social media post. Include a call-to-action and relevant hashtags. --- MY INFO: Platform: Topic/Product: Tone (casual/professional/playful): Character Limit:
Email Subject Line Generator
Generate 10 compelling email subject lines focused on urgency and curiosity.
Generate 10 compelling email subject lines. Focus on: urgency, curiosity, or value proposition. Keep each under 50 characters. --- MY INFO: Campaign Type: Target Audience: Email Topic:
Ad Copy Creator
Create platform-optimized ad copy with headlines and calls-to-action.
Create ad copy optimized for the platform. Include headline, description, and call-to-action. --- MY INFO: Platform (Google/Facebook/Instagram): Product/Service: Target Audience: Key Benefit:
Developer
Code Review Assistant
Review code for security, performance, style, and best practices.
Review this code for: security vulnerabilities, performance issues, code style, and best practices. Suggest improvements with explanations. --- MY INFO: Programming Language: Code to Review:
Bug Debugging Helper
Analyze bugs and get step-by-step debugging suggestions.
Help me debug this issue. Analyze the problem and suggest solutions. --- MY INFO: Expected Behavior: Actual Behavior: Error Message (if any): Code Context: What I've Already Tried:
Unit Test Generator
Write unit tests covering happy path, edge cases, and error handling.
Write unit tests covering: happy path, edge cases, and error handling. Include setup, assertions, and cleanup if needed. --- MY INFO: Testing Framework: Function to Test: