30 Claude Prompts That Build Gantt Charts
Describe your project and Claude returns a complete Gantt chart as valid Mermaid code you can render instantly. Prompts for software sprints, product launches, events, marketing campaigns, construction, and personal study plans. Not "list some tasks."
In short: This page contains 30 copy-paste ready prompts, organized into 6 categories with a description and pro tip for each. The first 15 prompts are free instantly — no signup needed. Hand-curated and tested by the AI Academy team.
Software Project Timelines
5 promptsAgile Sprint Plan (Multi-Sprint)
1/30You are a senior engineering manager who plans agile delivery. <context> I need a multi-sprint delivery schedule for a software team, returned as a self-contained Mermaid gantt chart I can render instantly as an artifact. </context> <inputs> - Project / feature: [WHAT WE ARE BUILDING] - Team size and roles: [E.G. 3 DEVS, 1 QA, 1 DESIGNER] - Sprint length: [1 / 2 WEEKS] - Start date: [YYYY-MM-DD] - Number of sprints: [E.G. 4] - Key epics or workstreams: [LIST] </inputs> <task> Build a Gantt chart with one section per sprint. Inside each sprint place the epics broken into concrete tasks (design, build, review, QA) with realistic durations and after: dependencies so work flows in order. Add sprint-review milestones at each sprint boundary and mark the critical path with crit. </task> <constraints> - Valid Mermaid gantt syntax: start with gantt, include title, dateFormat YYYY-MM-DD, and axisFormat. - Use unique task ids and after: dependencies; no overlapping impossible work for a single person. - Include at least one milestone per sprint and mark blockers with crit. </constraints> <format> Return the Mermaid gantt code in a ```mermaid code block as a ready-to-render artifact, then a short note on how to adjust durations and add a sprint. </format>
Generates a multi-sprint agile delivery Gantt chart with dependencies and review milestones as a ready-to-render artifact.
Pro tip: Tell Claude your team's real velocity in story points so it sizes each sprint's task load instead of guessing durations.
MVP Build Roadmap
2/30You are a startup CTO planning an MVP build from zero to launch. <context> I need an end-to-end MVP build timeline, returned as a self-contained Mermaid gantt chart I can render instantly as an artifact. </context> <inputs> - Product idea: [ONE LINE] - Core MVP features: [3-5 MUST-HAVES] - Stack: [FRONTEND / BACKEND / DB] - Team: [WHO IS BUILDING] - Start date: [YYYY-MM-DD] - Target launch: [DATE OR NUMBER OF WEEKS] </inputs> <task> Build a Gantt chart with sections for Foundations (repo, CI, auth, DB schema), Core Features (each feature as tasks), Integration & QA, and Launch Prep (beta, bugfix, deploy). Sequence tasks with after: dependencies, add a code-freeze milestone and a launch-day milestone, and mark the critical path with crit so I can see what can slip. </task> <constraints> - Valid Mermaid gantt syntax: gantt, title, dateFormat YYYY-MM-DD, axisFormat. - Foundations must complete before feature work; QA overlaps the last feature sensibly. - Include a code-freeze milestone and a launch milestone with 0d duration. </constraints> <format> Return the Mermaid gantt code in a ```mermaid code block as a ready-to-render artifact, then note which tasks are the true critical path and where to add buffer. </format>
Produces an end-to-end MVP build roadmap from foundations to launch as a ready-to-render Mermaid artifact.
Pro tip: Give Claude a hard launch date and ask it to work backward so it flags any feature that can't fit before code freeze.
API Integration Project
3/30You are a technical project lead scheduling a third-party API integration. <context> We are integrating an external API into our product and I need the full project schedule as a self-contained Mermaid gantt chart I can render instantly as an artifact. </context> <inputs> - API being integrated: [E.G. STRIPE, TWILIO, SALESFORCE] - What it powers: [FEATURE OR FLOW] - Environments: [SANDBOX, STAGING, PROD] - Team: [BACKEND, FRONTEND, QA] - Start date: [YYYY-MM-DD] - Hard constraints: [E.G. VENDOR REVIEW, COMPLIANCE SIGN-OFF] </inputs> <task> Build a Gantt chart with sections for Discovery (docs, scoping, sandbox keys), Build (auth, endpoints, webhooks, error handling), Testing (sandbox, edge cases, load), and Go-Live (staging, prod cutover, monitoring). Use after: dependencies, add a vendor-review milestone and a go-live milestone, and mark any vendor-dependent or compliance tasks as crit since they can block the whole project. </task> <constraints> - Valid Mermaid gantt syntax: gantt, title, dateFormat YYYY-MM-DD, axisFormat. - Sandbox work precedes production; webhook handling has its own testing task. - Show external-dependency tasks with crit and include a rollback/monitoring buffer. </constraints> <format> Return the Mermaid gantt code in a ```mermaid code block as a ready-to-render artifact, then note which tasks depend on the vendor and how to insert buffer around them. </format>
Builds a third-party API integration schedule from discovery to go-live with vendor dependencies as a ready-to-render artifact.
Pro tip: Name the exact API and Claude will front-load the vendor-review and rate-limit tasks that usually blow up integration timelines.
Mobile App Release Timeline
4/30You are a mobile release manager coordinating an app store launch. <context> I need a release timeline for shipping a mobile app to the App Store and Google Play, returned as a self-contained Mermaid gantt chart I can render instantly as an artifact. </context> <inputs> - App and platforms: [NAME, IOS / ANDROID / BOTH] - Release scope: [NEW APP / MAJOR UPDATE] - Team: [DEVS, QA, DESIGN, MARKETING] - Feature-complete date: [YYYY-MM-DD] - Target public release: [DATE] </inputs> <task> Build a Gantt chart with sections for Feature Complete, QA & Beta (internal QA, TestFlight/internal track, beta feedback, fixes), Store Prep (screenshots, listing, privacy labels), Review Submission (Apple review, Google review, buffer for rejection), and Launch. Account for the App Store review wait as its own task, add a submission milestone and a public-release milestone, and mark review-dependent tasks with crit. </task> <constraints> - Valid Mermaid gantt syntax: gantt, title, dateFormat YYYY-MM-DD, axisFormat. - Include a realistic 1-3 day store review window as a distinct task with buffer for rejection. - Marketing prep runs in parallel with review; include a submission and a release milestone. </constraints> <format> Return the Mermaid gantt code in a ```mermaid code block as a ready-to-render artifact, then note how to widen the review buffer if Apple rejects the build. </format>
Creates a mobile app release timeline covering beta, store prep, and review windows as a ready-to-render Mermaid artifact.
Pro tip: Ask Claude to add a visible rejection-buffer task after submission so a surprise store rejection doesn't wreck your launch date.
Website Redesign Project
5/30You are a digital project manager running a website redesign. <context> We are redesigning and relaunching a website and I need the full project schedule as a self-contained Mermaid gantt chart I can render instantly as an artifact. </context> <inputs> - Site and scope: [E.G. MARKETING SITE, 12 PAGES, NEW CMS] - Team: [DESIGN, DEV, CONTENT, SEO] - Kickoff date: [YYYY-MM-DD] - Hard launch date: [DATE OR NONE] - Must-keep constraints: [SEO REDIRECTS, BRAND GUIDELINES] </inputs> <task> Build a Gantt chart with sections for Discovery (audit, sitemap, requirements), Design (wireframes, visual design, review), Content (copy, migration, SEO), Build (templates, pages, CMS, QA), and Launch (redirects, staging sign-off, go-live). Sequence with after: dependencies, add a design-approval milestone and a go-live milestone, and mark SEO redirect mapping and stakeholder sign-off as crit. </task> <constraints> - Valid Mermaid gantt syntax: gantt, title, dateFormat YYYY-MM-DD, axisFormat. - Design approval must gate build; content and SEO can run parallel to design. - Include a redirect-mapping task and a staging sign-off before go-live. </constraints> <format> Return the Mermaid gantt code in a ```mermaid code block as a ready-to-render artifact, then note which approval gates most often cause slippage. </format>
Builds a full website redesign schedule from discovery through go-live with approval gates as a ready-to-render artifact.
Pro tip: Tell Claude how many stakeholder review rounds you realistically get and it will pad the design-approval gate accordingly.
XML tags are just the start. Learn the full Claude workflow.
A growing library of 300+ hands-on AI tutorials covering Claude, ChatGPT, and 50+ tools. New tutorials added every week.
Product Launch Schedules
5 promptsSaaS Product Launch Timeline
6/30You are a head of product marketing planning a SaaS launch. <context> I need a full launch timeline covering product, marketing, and sales, returned as a self-contained Mermaid gantt chart I can render instantly as an artifact. </context> <inputs> - Product: [NAME AND ONE-LINE PITCH] - Launch date: [YYYY-MM-DD] - Channels: [E.G. PRODUCT HUNT, EMAIL, SOCIAL, PR] - Team: [PRODUCT, MARKETING, SALES, SUPPORT] - Pre-launch assets needed: [DEMO, PRICING PAGE, DOCS] </inputs> <task> Build a Gantt chart with sections for Pre-Launch (positioning, pricing, landing page, demo, docs), Content & Assets (blog, video, emails, social), Enablement (sales deck, support docs, FAQ), Launch Week (day-by-day activities), and Post-Launch (follow-up, retrospective). Work backward from the launch date, add a launch-day milestone and a launch-readiness gate milestone, and mark blocking assets with crit. </task> <constraints> - Valid Mermaid gantt syntax: gantt, title, dateFormat YYYY-MM-DD, axisFormat. - Everything is scheduled relative to a fixed launch date; include a readiness-review milestone ~3 days before. - Launch week broken into distinct daily tasks; post-launch retro included. </constraints> <format> Return the Mermaid gantt code in a ```mermaid code block as a ready-to-render artifact, then note which assets are on the critical path to launch day. </format>
Generates a full SaaS launch timeline across product, marketing, and sales worked back from launch day as a ready-to-render artifact.
Pro tip: Give Claude the fixed launch date and it will schedule every task backward so you instantly see what must start today.
Go-To-Market Launch Plan
7/30You are a GTM strategist building a phased go-to-market plan. <context> I need a go-to-market timeline for a new offering, returned as a self-contained Mermaid gantt chart I can render instantly as an artifact. </context> <inputs> - Offering: [PRODUCT OR SERVICE] - Target segment: [WHO] - GTM motion: [PLG / SALES-LED / HYBRID] - Start date: [YYYY-MM-DD] - Phases I want: [E.G. ALPHA, BETA, GA] - Key metrics / gates: [E.G. 50 BETA USERS BEFORE GA] </inputs> <task> Build a Gantt chart with sections per GTM phase (Alpha, Beta, GA). Inside each place the workstreams: product readiness, marketing, sales/partnerships, and success/support tasks. Use after: dependencies between phases, add a gate milestone between each phase (with the success criterion in the task name), and mark tasks that block the next gate with crit. </task> <constraints> - Valid Mermaid gantt syntax: gantt, title, dateFormat YYYY-MM-DD, axisFormat. - Each phase ends with a decision-gate milestone; the next phase starts after: that gate. - Cross-functional workstreams run in parallel within a phase. </constraints> <format> Return the Mermaid gantt code in a ```mermaid code block as a ready-to-render artifact, then note how to insert a go/no-go decision if a gate criterion isn't met. </format>
Builds a phased go-to-market plan with decision gates between alpha, beta, and GA as a ready-to-render Mermaid artifact.
Pro tip: Put your real gate criteria in the task names so the chart doubles as a go/no-go checklist, not just a timeline.
Feature Rollout (Phased Release)
8/30You are a product operations lead planning a phased feature rollout. <context> We are rolling out a new feature gradually and I need the rollout schedule as a self-contained Mermaid gantt chart I can render instantly as an artifact. </context> <inputs> - Feature: [WHAT IT DOES] - Rollout strategy: [E.G. INTERNAL, 5%, 25%, 50%, 100%] - Guardrails: [METRICS TO WATCH, KILL SWITCH] - Start date: [YYYY-MM-DD] - Cohorts / segments: [WHO GETS IT WHEN] </inputs> <task> Build a Gantt chart with sections for Prep (feature flag, monitoring, docs), Staged Rollout (one task per percentage stage with a soak/observation period after each), Monitoring (metrics review after each stage), and Full Availability. Use after: dependencies so each stage waits for the prior soak, add a milestone at each rollout stage, and mark the monitoring/soak tasks as crit since they gate the next expansion. </task> <constraints> - Valid Mermaid gantt syntax: gantt, title, dateFormat YYYY-MM-DD, axisFormat. - Each rollout percentage has a soak period before the next stage begins. - Include a metrics-review milestone at each stage and a 100% availability milestone. </constraints> <format> Return the Mermaid gantt code in a ```mermaid code block as a ready-to-render artifact, then note where to add a rollback task if a stage's metrics regress. </format>
Produces a staged feature-rollout schedule with soak periods and metric gates per percentage as a ready-to-render artifact.
Pro tip: Ask Claude to lengthen the soak period between stages so real usage data lands before you expand the audience.
Beta-to-GA Release Schedule
9/30You are a release program manager taking a product from private beta to general availability. <context> I need a beta-to-GA schedule, returned as a self-contained Mermaid gantt chart I can render instantly as an artifact. </context> <inputs> - Product: [NAME] - Beta cohort size and source: [E.G. 100 WAITLIST USERS] - Beta start date: [YYYY-MM-DD] - Target GA date: [DATE] - Exit criteria for GA: [E.G. <2% ERROR RATE, NPS 40] </inputs> <task> Build a Gantt chart with sections for Beta Onboarding, Feedback Loops (weekly feedback, triage, fix cycles), Hardening (performance, security, docs, pricing finalization), GA Readiness (marketing, support, legal sign-off), and GA Launch. Sequence with after: dependencies, add a beta-exit-criteria review milestone and a GA milestone, and mark the exit-criteria review and sign-offs as crit. </task> <constraints> - Valid Mermaid gantt syntax: gantt, title, dateFormat YYYY-MM-DD, axisFormat. - Feedback and fix cycles repeat weekly during beta; hardening overlaps late beta. - Include an exit-criteria review milestone before GA readiness begins. </constraints> <format> Return the Mermaid gantt code in a ```mermaid code block as a ready-to-render artifact, then note how to extend beta by a cycle if exit criteria aren't met. </format>
Creates a beta-to-GA release schedule with weekly feedback cycles and an exit-criteria gate as a ready-to-render artifact.
Pro tip: Encode your GA exit criteria into the review milestone's label so the chart makes the launch decision explicit.
Physical Product Launch (Manufacturing to Sale)
10/30You are a product launch manager for a physical/hardware product. <context> I need a launch schedule that spans manufacturing, logistics, and sales, returned as a self-contained Mermaid gantt chart I can render instantly as an artifact. </context> <inputs> - Product: [WHAT IT IS] - Manufacturing lead time: [WEEKS] - Suppliers / factory location: [DETAILS] - On-sale date: [YYYY-MM-DD] - Channels: [DTC, RETAIL, AMAZON] </inputs> <task> Build a Gantt chart with sections for Production (tooling, sample approval, mass production, QC), Logistics (freight, customs, warehouse intake), Packaging & Compliance (packaging print, certifications, labeling), Marketing (pre-orders, PR, ads), and On-Sale. Work backward from the on-sale date, model long manufacturing and shipping lead times as their own tasks, add a sample-approval milestone and an on-sale milestone, and mark long-lead and compliance tasks as crit. </task> <constraints> - Valid Mermaid gantt syntax: gantt, title, dateFormat YYYY-MM-DD, axisFormat. - Manufacturing and freight lead times are explicit long-duration tasks on the critical path. - Certifications/compliance must finish before on-sale; include a sample-approval gate. </constraints> <format> Return the Mermaid gantt code in a ```mermaid code block as a ready-to-render artifact, then note how a factory delay cascades and where to add safety stock buffer. </format>
Builds a physical product launch schedule spanning manufacturing, logistics, and sale worked back from the on-sale date as a ready-to-render artifact.
Pro tip: Give Claude the real factory lead time in weeks so it puts production on the critical path where late slips always originate.
Event Planning Timelines
5 promptsConference Planning Timeline
11/30You are an event director planning a multi-track conference. <context> I need a full planning timeline for a conference, returned as a self-contained Mermaid gantt chart I can render instantly as an artifact. </context> <inputs> - Event name and size: [E.G. 500 ATTENDEES] - Event date: [YYYY-MM-DD] - Format: [IN-PERSON / HYBRID] - Team: [ORGANIZER, MARKETING, OPS, SPONSORSHIP] - Planning start: [DATE OR MONTHS OUT] </inputs> <task> Build a Gantt chart with sections for Foundations (venue, budget, dates), Program (call for speakers, agenda, confirmations), Sponsorship & Sales (prospecting, contracts, fulfillment), Marketing (site, ticketing, promo, email), Logistics (catering, AV, signage, staffing), and Event Week (setup, run-of-show, teardown). Work backward from the event date, add milestones for venue-locked, agenda-final, and event-day, and mark venue and speaker confirmations as crit. </task> <constraints> - Valid Mermaid gantt syntax: gantt, title, dateFormat YYYY-MM-DD, axisFormat. - Venue must lock before marketing opens ticketing; agenda finalizes before promo push. - Include setup and teardown tasks in event week and an event-day milestone. </constraints> <format> Return the Mermaid gantt code in a ```mermaid code block as a ready-to-render artifact, then note the earliest tasks that everything else depends on. </format>
Generates a full conference planning timeline from venue booking to teardown worked back from event day as a ready-to-render artifact.
Pro tip: Tell Claude how many months out you're starting and it will flag whether venue and speaker booking are already behind.
Wedding Planning Timeline
12/30You are a professional wedding planner building a countdown timeline. <context> I need a complete wedding planning timeline, returned as a self-contained Mermaid gantt chart I can render instantly as an artifact. </context> <inputs> - Wedding date: [YYYY-MM-DD] - Guest count: [NUMBER] - Budget tier: [MODEST / MID / LUXURY] - Planning start date: [YYYY-MM-DD] - Must-haves: [E.G. SPECIFIC VENUE, BAND, DESTINATION] </inputs> <task> Build a Gantt chart with sections for Early Planning (budget, venue, date, guest list), Vendors (photographer, caterer, florist, music, attire), Invitations (save-the-dates, invites, RSVPs), Details (menu tasting, seating, decor, timeline), and Wedding Week (rehearsal, setup, the day). Work backward from the wedding date with realistic booking lead times, add milestones for venue-booked, invites-sent, and RSVP-deadline, and mark venue and long-lead vendors as crit. </task> <constraints> - Valid Mermaid gantt syntax: gantt, title, dateFormat YYYY-MM-DD, axisFormat. - Venue and popular vendors booked early (long lead); RSVP deadline precedes final counts. - Include a rehearsal task the day before and a wedding-day milestone. </constraints> <format> Return the Mermaid gantt code in a ```mermaid code block as a ready-to-render artifact, then note which bookings to lock first given the date. </format>
Produces a countdown wedding planning timeline from venue booking to the big day as a ready-to-render Mermaid artifact.
Pro tip: Set the guest count and budget tier so Claude scales vendor lead times and skips tasks that don't apply to your size.
Webinar Production Schedule
13/30You are a webinar producer planning a live online event. <context> I need a production schedule for a live webinar, returned as a self-contained Mermaid gantt chart I can render instantly as an artifact. </context> <inputs> - Webinar topic and speaker(s): [DETAILS] - Live date and time: [YYYY-MM-DD, TIME] - Platform: [E.G. ZOOM, RIVERSIDE] - Goal: [LEADS / EDUCATION / PRODUCT] - Promotion channels: [EMAIL, SOCIAL, PARTNERS] </inputs> <task> Build a Gantt chart with sections for Planning (topic, outline, speaker prep), Assets (slides, landing page, registration), Promotion (email sequence, social posts, reminders), Rehearsal (dry run, tech check), Live Day (final reminder, go-live, Q&A), and Follow-Up (recording, replay email, lead handoff). Work backward from the live date, add milestones for registration-open, rehearsal-done, and go-live, and mark speaker prep and tech check as crit. </task> <constraints> - Valid Mermaid gantt syntax: gantt, title, dateFormat YYYY-MM-DD, axisFormat. - Registration opens well before live; reminder emails scheduled at 1 week, 1 day, 1 hour. - Include a rehearsal/tech-check task and a post-event replay task. </constraints> <format> Return the Mermaid gantt code in a ```mermaid code block as a ready-to-render artifact, then note the promo cadence and when to send each reminder. </format>
Builds a live webinar production schedule from outline to replay follow-up as a ready-to-render Mermaid artifact.
Pro tip: Ask Claude to break the reminder emails into separate tasks at 1 week, 1 day, and 1 hour so nothing slips before go-live.
Company Retreat / Offsite Plan
14/30You are an operations lead planning a company retreat. <context> I need a planning timeline for a team offsite, returned as a self-contained Mermaid gantt chart I can render instantly as an artifact. </context> <inputs> - Team size: [NUMBER] - Retreat dates: [YYYY-MM-DD to YYYY-MM-DD] - Location type: [LOCAL / DOMESTIC / INTERNATIONAL] - Goals: [BONDING / PLANNING / TRAINING] - Budget owner and planning start: [DETAILS] </inputs> <task> Build a Gantt chart with sections for Logistics (destination, venue, travel, accommodation), Program (agenda, sessions, facilitators, activities), Coordination (dietary/access needs, packing list, comms), Vendors (catering, transport, activity bookings), and Retreat Week (arrival, sessions, departure). Work backward from the start date with realistic booking lead times, add milestones for venue-booked, travel-booked, and agenda-final, and mark travel and venue bookings as crit. </task> <constraints> - Valid Mermaid gantt syntax: gantt, title, dateFormat YYYY-MM-DD, axisFormat. - Travel and venue booked early; agenda finalized before pre-trip comms go out. - Include arrival and departure logistics tasks during retreat week. </constraints> <format> Return the Mermaid gantt code in a ```mermaid code block as a ready-to-render artifact, then note how international travel shifts the lead times. </format>
Creates a company retreat planning timeline covering logistics, program, and travel as a ready-to-render Mermaid artifact.
Pro tip: Tell Claude if it's international and it will extend flight, visa, and accommodation lead times so bookings don't run late.
Trade Show Booth Prep
15/30You are a field marketing manager preparing for a trade show. <context> I need a booth-prep timeline for exhibiting at a trade show, returned as a self-contained Mermaid gantt chart I can render instantly as an artifact. </context> <inputs> - Show name and dates: [NAME, YYYY-MM-DD] - Booth size: [E.G. 10x10, 20x20] - Goals: [LEADS / DEMOS / BRAND] - Team attending: [WHO] - Prep start date: [YYYY-MM-DD] </inputs> <task> Build a Gantt chart with sections for Logistics (booth space, shipping, travel, hotel), Booth Build (design, graphics, fabrication, tech/demo setup), Collateral (handouts, giveaways, badges, lead scanner), Pre-Show Marketing (email invites, meeting bookings, social), Show Days (setup, staffing, lead capture, teardown), and Follow-Up (lead import, outreach). Work backward from show dates, add milestones for graphics-approved, materials-shipped, and show-open, and mark fabrication and shipping deadlines as crit. </task> <constraints> - Valid Mermaid gantt syntax: gantt, title, dateFormat YYYY-MM-DD, axisFormat. - Booth graphics and fabrication have print/production lead times; shipping deadline precedes show setup. - Include on-site setup and teardown tasks plus a post-show follow-up task. </constraints> <format> Return the Mermaid gantt code in a ```mermaid code block as a ready-to-render artifact, then note the shipping cutoff that drives everything else. </format>
Produces a trade show booth-prep timeline from booth build to lead follow-up as a ready-to-render Mermaid artifact.
Pro tip: Give Claude the show's material-handling shipping deadline and it will anchor the whole build schedule to that hard cutoff.
Marketing Campaign Plans
5 promptsContent Marketing Campaign
16/30You are a content marketing lead planning a themed campaign. <context> I need a content campaign schedule, returned as a self-contained Mermaid gantt chart I can render instantly as an artifact. </context> <inputs> - Campaign theme and goal: [E.G. THOUGHT LEADERSHIP, LEADS] - Duration: [E.G. 8 WEEKS] - Start date: [YYYY-MM-DD] - Content types: [BLOG, VIDEO, EMAIL, SOCIAL, LEAD MAGNET] - Team: [WRITER, DESIGNER, EDITOR] </inputs> <task> Build a Gantt chart with sections for Strategy (theme, keywords, editorial calendar), Production (each content piece as tasks: draft, edit, design, publish), Distribution (email, social, paid, partners), and Measurement (weekly review, end-of-campaign report). Use after: dependencies so drafts precede design and publish, stagger publish dates across the campaign, add a launch milestone and a wrap-up report milestone, and mark the cornerstone/lead-magnet piece as crit. </task> <constraints> - Valid Mermaid gantt syntax: gantt, title, dateFormat YYYY-MM-DD, axisFormat. - Draft -> edit -> design -> publish sequence for each piece; distribution follows each publish. - Include weekly measurement checkpoints and a final report milestone. </constraints> <format> Return the Mermaid gantt code in a ```mermaid code block as a ready-to-render artifact, then note the production lead time needed before the first publish date. </format>
Generates a themed content marketing campaign schedule with production and distribution stages as a ready-to-render artifact.
Pro tip: Tell Claude your cornerstone asset and it will make everything else support it and schedule its production first.
Product Launch Campaign (Marketing)
17/30You are a campaign manager building the marketing plan around a product launch. <context> I need a launch campaign timeline, returned as a self-contained Mermaid gantt chart I can render instantly as an artifact. </context> <inputs> - Product and launch date: [NAME, YYYY-MM-DD] - Audience and channels: [WHO, WHERE] - Budget split: [ORGANIC / PAID] - Assets available: [WHAT EXISTS ALREADY] - Team: [WHO OWNS WHAT] </inputs> <task> Build a Gantt chart with sections for Tease (teaser content, waitlist, sneak peeks), Build-Up (creative production, ad setup, PR outreach, influencer briefs), Launch Week (email blast, social, paid go-live, PR embargo lift, community push), and Sustain (retargeting, testimonials, recap content). Work backward from the launch date, phase activities across tease/build-up/launch/sustain, add a launch-day milestone and a campaign-end milestone, and mark ad-creative approval and PR embargo as crit. </task> <constraints> - Valid Mermaid gantt syntax: gantt, title, dateFormat YYYY-MM-DD, axisFormat. - Creative and ad setup complete before launch week; PR embargo lifts on launch day. - Include a teaser phase before launch and a sustain phase after; launch-day milestone included. </constraints> <format> Return the Mermaid gantt code in a ```mermaid code block as a ready-to-render artifact, then note the asset-production tasks that gate the launch date. </format>
Builds a product launch marketing campaign across tease, build-up, launch, and sustain phases as a ready-to-render artifact.
Pro tip: Give Claude the launch date and ad-approval lead time so it back-schedules creative before paid can even go live.
Multi-Channel Campaign Timeline
18/30You are an integrated marketing manager coordinating a multi-channel campaign. <context> I need a coordinated timeline showing every channel side by side, returned as a self-contained Mermaid gantt chart I can render instantly as an artifact. </context> <inputs> - Campaign objective: [AWARENESS / LEADS / SALES] - Channels: [EMAIL, SOCIAL, PAID, SEO, PR, EVENTS] - Duration and start: [WEEKS, YYYY-MM-DD] - Key offer or message: [DETAILS] - Team owners per channel: [WHO] </inputs> <task> Build a Gantt chart with one section per channel (Email, Social, Paid, SEO/Content, PR). Within each, schedule the channel's activities across the campaign so I can see overlaps and gaps. Add cross-channel milestones for kickoff, mid-campaign push, and wrap-up, sequence prerequisite tasks with after: dependencies, and mark the hero asset that all channels reuse as crit. </task> <constraints> - Valid Mermaid gantt syntax: gantt, title, dateFormat YYYY-MM-DD, axisFormat. - One section per channel so parallel activity is visible at a glance. - Shared milestones align the channels; hero asset produced before channels activate. </constraints> <format> Return the Mermaid gantt code in a ```mermaid code block as a ready-to-render artifact, then note where channels are overloaded on the same week. </format>
Creates a multi-channel campaign timeline with one swimlane per channel and shared milestones as a ready-to-render artifact.
Pro tip: Ask Claude to flag any week where three or more channels launch at once so you can spread the workload.
SEO Project Timeline
19/30You are an SEO strategist scheduling a site-wide SEO project. <context> I need a phased SEO project timeline, returned as a self-contained Mermaid gantt chart I can render instantly as an artifact. </context> <inputs> - Site and current state: [DOMAIN, TRAFFIC BASELINE] - Primary goal: [RANKINGS / TRAFFIC / LEADS] - Scope: [TECHNICAL, CONTENT, LINKS] - Start date: [YYYY-MM-DD] - Team / resources: [WHO] </inputs> <task> Build a Gantt chart with sections for Audit (technical crawl, content audit, keyword research, competitor analysis), Technical Fixes (site speed, crawlability, schema, redirects), Content (pillar pages, cluster articles, on-page optimization), Off-Page (digital PR, link building, outreach), and Measurement (monthly reporting, ranking checks). Sequence with after: dependencies so the audit precedes fixes, run content and links in parallel, add milestones for audit-complete and first-content-live, and mark the technical fixes as crit since they gate ranking gains. </task> <constraints> - Valid Mermaid gantt syntax: gantt, title, dateFormat YYYY-MM-DD, axisFormat. - Audit precedes all execution; technical fixes precede or overlap content. - Include monthly reporting checkpoints and an audit-complete milestone. </constraints> <format> Return the Mermaid gantt code in a ```mermaid code block as a ready-to-render artifact, then note the realistic lag before ranking improvements show up. </format>
Produces a phased SEO project timeline from audit through content and link building as a ready-to-render Mermaid artifact.
Pro tip: Ask Claude to add a 3-month lag before expecting ranking movement so stakeholders' expectations match the chart.
Email Nurture Sequence Build
20/30You are a lifecycle marketer building and launching an email nurture sequence. <context> I need a project timeline to build, test, and launch an automated email sequence, returned as a self-contained Mermaid gantt chart I can render instantly as an artifact. </context> <inputs> - Sequence purpose: [ONBOARDING / LEAD NURTURE / WINBACK] - Number of emails: [E.G. 6] - ESP / tool: [E.G. HUBSPOT, KLAVIYO] - Start date: [YYYY-MM-DD] - Team: [COPY, DESIGN, DEV] </inputs> <task> Build a Gantt chart with sections for Planning (goal, audience, flow map, triggers), Copy (draft each email, review, finalize), Design (templates, build in ESP), QA (link/render tests, seed sends, logic check), and Launch (activate, monitor, optimize). Use after: dependencies so copy precedes design precedes QA, add milestones for flow-approved and go-live, and mark the automation/logic build in the ESP as crit. </task> <constraints> - Valid Mermaid gantt syntax: gantt, title, dateFormat YYYY-MM-DD, axisFormat. - Copy -> design -> build -> QA sequence; automation logic tested before go-live. - Include a seed-send/QA task and a post-launch optimization task. </constraints> <format> Return the Mermaid gantt code in a ```mermaid code block as a ready-to-render artifact, then note how to add an A/B test task to the launch phase. </format>
Builds an email nurture sequence project timeline from flow mapping to launch and optimization as a ready-to-render artifact.
Pro tip: Tell Claude the exact number of emails and it will schedule copy and QA per-email so nothing ships untested.
Construction & Operations
5 promptsHome Renovation Schedule
21/30You are a general contractor scheduling a home renovation. <context> I need a renovation schedule showing trades in the right order, returned as a self-contained Mermaid gantt chart I can render instantly as an artifact. </context> <inputs> - Project scope: [E.G. KITCHEN + BATH REMODEL] - Property: [ROOMS / SQFT AFFECTED] - Start date: [YYYY-MM-DD] - Permits required: [YES / NO, WHICH] - Hard deadline: [DATE OR NONE] </inputs> <task> Build a Gantt chart with sections for Pre-Construction (design, permits, materials ordering), Demolition, Rough-In (framing, plumbing, electrical, HVAC), Inspections, Finishes (drywall, paint, flooring, cabinets, fixtures), and Close-Out (final inspection, punch list, cleanup). Sequence trades in correct construction order with after: dependencies, place inspection milestones after rough-in and at close-out, model long material lead times as tasks, and mark permits and long-lead materials as crit. </task> <constraints> - Valid Mermaid gantt syntax: gantt, title, dateFormat YYYY-MM-DD, axisFormat. - Trades sequenced correctly (rough-in before inspection before finishes); no impossible overlaps. - Include inspection milestones and model permit + material lead times explicitly. </constraints> <format> Return the Mermaid gantt code in a ```mermaid code block as a ready-to-render artifact, then note which lead-time items to order before demolition even starts. </format>
Generates a home renovation schedule with trades sequenced in correct order and inspection gates as a ready-to-render artifact.
Pro tip: List any long-lead items like custom cabinets so Claude orders them first and they don't stall the finishes phase.
Commercial Construction Schedule
22/30You are a construction project manager scheduling a commercial build-out. <context> I need a construction schedule for a commercial project, returned as a self-contained Mermaid gantt chart I can render instantly as an artifact. </context> <inputs> - Project type and size: [E.G. 5,000 SQFT OFFICE FIT-OUT] - Start date: [YYYY-MM-DD] - Target completion: [DATE] - Key subs: [MECHANICAL, ELECTRICAL, PLUMBING, ETC] - Permits / approvals needed: [LIST] </inputs> <task> Build a Gantt chart with sections for Pre-Construction (permits, submittals, procurement, mobilization), Structure/Envelope, MEP Rough-In (mechanical, electrical, plumbing, fire), Inspections, Interior Build (framing, drywall, ceilings, flooring, millwork), and Commissioning & Handover (testing, punch list, occupancy). Sequence with after: dependencies in correct construction order, add inspection and substantial-completion milestones, model procurement lead times, and mark permits, long-lead equipment, and inspections as crit. </task> <constraints> - Valid Mermaid gantt syntax: gantt, title, dateFormat YYYY-MM-DD, axisFormat. - Correct trade sequencing with rough-in before inspection before closing walls. - Include a substantial-completion milestone and an occupancy/handover milestone. </constraints> <format> Return the Mermaid gantt code in a ```mermaid code block as a ready-to-render artifact, then note the procurement and inspection items most likely to be on the critical path. </format>
Builds a commercial construction schedule with MEP sequencing, inspections, and handover milestones as a ready-to-render artifact.
Pro tip: Give Claude the long-lead equipment (like HVAC units) and it will place procurement early so it never blocks rough-in.
Office Relocation Plan
23/30You are a facilities and operations manager planning an office move. <context> I need an office relocation timeline that keeps the business running, returned as a self-contained Mermaid gantt chart I can render instantly as an artifact. </context> <inputs> - Company size: [HEADCOUNT] - Move-out and move-in dates: [YYYY-MM-DD] - New space status: [READY / NEEDS FIT-OUT] - IT setup needs: [NETWORK, PHONES, SERVERS] - Planning start: [YYYY-MM-DD] </inputs> <task> Build a Gantt chart with sections for Planning (new lease, floor plan, budget, vendor selection), New-Space Prep (fit-out, furniture, IT/network install), Logistics (moving company, packing plan, insurance), IT Cutover (network provisioning, phone/internet transfer, server migration, testing), Move Weekend (pack, transport, unpack, verify), and Settle-In (address changes, snags, welcome). Sequence with after: dependencies so IT provisioning finishes before cutover, add milestones for space-ready and move-complete, and mark internet/network provisioning and lease dates as crit. </task> <constraints> - Valid Mermaid gantt syntax: gantt, title, dateFormat YYYY-MM-DD, axisFormat. - IT/network provisioning has long lead time and gates the cutover; minimize business downtime. - Include a move-weekend block and a space-ready milestone. </constraints> <format> Return the Mermaid gantt code in a ```mermaid code block as a ready-to-render artifact, then note the single task (usually internet install) that most threatens the move date. </format>
Produces an office relocation timeline covering fit-out, IT cutover, and the move weekend as a ready-to-render artifact.
Pro tip: Order internet/circuit provisioning first in the inputs; it's the longest lead time and the top reason moves slip.
Manufacturing Production Run
24/30You are a production planner scheduling a manufacturing run. <context> I need a production schedule for a batch/run, returned as a self-contained Mermaid gantt chart I can render instantly as an artifact. </context> <inputs> - Product and batch size: [WHAT, HOW MANY UNITS] - Start date: [YYYY-MM-DD] - Ship-by date: [DATE] - Key stages: [E.G. MATERIALS, ASSEMBLY, QC, PACK] - Constraints: [LINE CAPACITY, SHIFTS, SUPPLIER LEAD TIMES] </inputs> <task> Build a Gantt chart with sections for Procurement (raw materials, components, incoming QC), Setup (line changeover, tooling, first-article approval), Production (assembly stages, in-line QC), Finishing (final QC, packaging, labeling), and Fulfillment (palletize, ship). Sequence with after: dependencies to respect line flow, model supplier lead times as explicit tasks, add milestones for materials-in, first-article-approved, and ship-ready, and mark material lead times and first-article approval as crit. </task> <constraints> - Valid Mermaid gantt syntax: gantt, title, dateFormat YYYY-MM-DD, axisFormat. - Materials and incoming QC precede setup; first-article approval gates full production. - Include a ship-ready milestone and respect the ship-by date. </constraints> <format> Return the Mermaid gantt code in a ```mermaid code block as a ready-to-render artifact, then note how a material delay cascades to the ship date. </format>
Creates a manufacturing production run schedule from procurement through fulfillment with QC gates as a ready-to-render artifact.
Pro tip: Give Claude your supplier lead times and it will show whether materials arrive in time to hit the ship-by date.
Facility Maintenance Shutdown
25/30You are a maintenance planner scheduling a planned facility shutdown (turnaround). <context> I need a shutdown/turnaround schedule that minimizes downtime, returned as a self-contained Mermaid gantt chart I can render instantly as an artifact. </context> <inputs> - Facility / equipment: [WHAT IS BEING SERVICED] - Shutdown window: [YYYY-MM-DD to YYYY-MM-DD] - Work scope: [INSPECTION, REPAIRS, UPGRADES] - Crews / contractors: [WHO] - Safety / permit requirements: [LOCKOUT, PERMITS] </inputs> <task> Build a Gantt chart with sections for Pre-Shutdown (planning, parts procurement, permits, contractor scheduling), Shutdown & Isolation (safe shutdown, lockout/tagout, isolation), Execution (inspection, repairs, replacements, upgrades in dependency order), Testing & Restart (reassembly, testing, commissioning), and Ramp-Up (restart, verify, return to service). Sequence with after: dependencies, compress execution to minimize downtime, add milestones for isolation-complete and back-online, and mark permit/lockout and long-lead parts as crit. </task> <constraints> - Valid Mermaid gantt syntax: gantt, title, dateFormat YYYY-MM-DD, axisFormat. - Isolation/lockout precedes any physical work; parts procured before shutdown starts. - Include an isolation-complete milestone and a back-online milestone; keep downtime minimal. </constraints> <format> Return the Mermaid gantt code in a ```mermaid code block as a ready-to-render artifact, then note which parallel work would shorten the downtime window. </format>
Builds a planned facility shutdown/turnaround schedule that sequences safe isolation, repairs, and restart as a ready-to-render artifact.
Pro tip: Ask Claude to parallelize any independent repair tasks during the shutdown window to shrink total downtime.
Most people use 10% of Claude. Tutorials unlock the rest.
AI Academy: 300+ hands-on tutorials on Claude, ChatGPT, Midjourney, and 50+ AI tools. New tutorials added every week.
Personal & Study Plans
5 promptsCertification Exam Study Plan
26/30You are a study coach building a structured exam-prep schedule. <context> I need a study plan leading up to a certification exam, returned as a self-contained Mermaid gantt chart I can render instantly as an artifact. </context> <inputs> - Exam / certification: [E.G. PMP, AWS, CPA] - Exam date: [YYYY-MM-DD] - Study start date: [YYYY-MM-DD] - Hours per week available: [NUMBER] - Topics / domains to cover: [LIST] </inputs> <task> Build a Gantt chart with sections for Foundation (syllabus review, resource setup, baseline test), Content Study (one task per topic/domain, sized to weight), Practice (practice questions, timed quizzes per domain), Review (weak-area review, full-length mock exams), and Final Prep (last review, rest day). Work backward from the exam date to fit the weekly hours, add milestones for halfway-check and mock-exam-1, and mark the highest-weight domains and the final mock exam as crit. </task> <constraints> - Valid Mermaid gantt syntax: gantt, title, dateFormat YYYY-MM-DD, axisFormat. - Topic durations scaled to exam weighting and the weekly hours available. - Include at least two full-length mock exams and a light rest day before the exam. </constraints> <format> Return the Mermaid gantt code in a ```mermaid code block as a ready-to-render artifact, then note how to compress the plan if I fall a week behind. </format>
Generates a certification exam study plan with topics scaled to weighting and mock-exam milestones as a ready-to-render artifact.
Pro tip: Tell Claude your weekly study hours honestly and it will size each domain to fit instead of overloading your calendar.
Job Search Timeline
27/30You are a career coach structuring a focused job search. <context> I need a job-search plan with clear weekly actions, returned as a self-contained Mermaid gantt chart I can render instantly as an artifact. </context> <inputs> - Target role and industry: [DETAILS] - Current status: [EMPLOYED / SEARCHING FULL-TIME] - Start date: [YYYY-MM-DD] - Target offer-by date: [DATE OR NONE] - Hours per week available: [NUMBER] </inputs> <task> Build a Gantt chart with sections for Prep (resume, LinkedIn, portfolio, target-company list), Skill/Interview Prep (skills gaps, mock interviews, story bank), Outreach (networking, applications, referrals — as recurring weekly tasks), Interviewing (screens, rounds, take-homes), and Closing (references, negotiation, decision). Sequence with after: dependencies so prep precedes outreach, run outreach as ongoing weekly tasks, add milestones for materials-ready and first-interview, and mark resume/portfolio readiness as crit since it gates applying. </task> <constraints> - Valid Mermaid gantt syntax: gantt, title, dateFormat YYYY-MM-DD, axisFormat. - Materials finished before outreach begins; outreach and interview prep run in parallel. - Include a weekly application/networking cadence and a negotiation task. </constraints> <format> Return the Mermaid gantt code in a ```mermaid code block as a ready-to-render artifact, then note a realistic weekly application target to hit the offer-by date. </format>
Produces a structured job-search timeline from materials prep through offer negotiation as a ready-to-render Mermaid artifact.
Pro tip: Give Claude your weekly hours and it will set a realistic application-and-networking cadence instead of an unsustainable one.
Marathon Training Plan
28/30You are a running coach building a periodized marathon training plan. <context> I need a marathon training schedule, returned as a self-contained Mermaid gantt chart I can render instantly as an artifact. </context> <inputs> - Race date: [YYYY-MM-DD] - Current fitness: [E.G. RUNS 15 MILES/WEEK] - Goal: [FINISH / TIME TARGET] - Training start date: [YYYY-MM-DD] - Days per week available: [NUMBER] </inputs> <task> Build a Gantt chart with sections for Base Building, Build Phase, Peak Phase, Taper, and Race Week. Within each phase schedule the weekly training blocks (easy runs, long runs, speed/tempo, rest, cross-training) as tasks, progressively increasing long-run distance, add milestones for longest-run and taper-start, place a taper before the race, and mark the peak long runs and the taper as crit. </task> <constraints> - Valid Mermaid gantt syntax: gantt, title, dateFormat YYYY-MM-DD, axisFormat. - Weekly mileage progresses safely (roughly 10% rule) with recovery weeks built in. - Include a proper taper before race week and a longest-run milestone ~3 weeks out. </constraints> <format> Return the Mermaid gantt code in a ```mermaid code block as a ready-to-render artifact, then note how to shift the plan if I miss a training week to injury. </format>
Builds a periodized marathon training plan from base building through taper and race week as a ready-to-render Mermaid artifact.
Pro tip: Tell Claude your current weekly mileage so it ramps safely from where you actually are, not from zero.
Book / Thesis Writing Plan
29/30You are a writing coach planning a long-form writing project. <context> I need a writing schedule to finish a book or thesis, returned as a self-contained Mermaid gantt chart I can render instantly as an artifact. </context> <inputs> - Project and target length: [E.G. 60,000-WORD BOOK / THESIS] - Number of chapters/sections: [NUMBER] - Start date: [YYYY-MM-DD] - Deadline: [YYYY-MM-DD] - Writing hours per week: [NUMBER] </inputs> <task> Build a Gantt chart with sections for Planning (outline, research, structure), Drafting (one task per chapter/section, sized to length), Revision (self-edit per chapter, full read-through), Feedback (send to readers/advisor, incorporate notes), and Finalize (proofread, formatting, submission). Work backward from the deadline to fit the weekly hours, sequence with after: dependencies, add milestones for outline-done, first-draft-complete, and final-submission, and mark the full first-draft and advisor feedback as crit. </task> <constraints> - Valid Mermaid gantt syntax: gantt, title, dateFormat YYYY-MM-DD, axisFormat. - Chapter durations scaled to word count and the weekly writing hours available. - Include a feedback/review loop and buffer before the final deadline. </constraints> <format> Return the Mermaid gantt code in a ```mermaid code block as a ready-to-render artifact, then note where to add buffer for the inevitable revision overrun. </format>
Creates a book or thesis writing plan with per-chapter drafting, revision, and feedback loops as a ready-to-render artifact.
Pro tip: Give Claude your weekly writing hours and total word count so it sizes each chapter to a pace you can actually keep.
90-Day Language Learning Plan
30/30You are a language tutor designing a 90-day learning sprint. <context> I need a 90-day language learning schedule, returned as a self-contained Mermaid gantt chart I can render instantly as an artifact. </context> <inputs> - Language and current level: [E.G. SPANISH, BEGINNER] - Goal by day 90: [E.G. HOLD A 10-MIN CONVERSATION] - Start date: [YYYY-MM-DD] - Study time per day: [MINUTES] - Preferred methods: [APP, TUTOR, IMMERSION, FLASHCARDS] </inputs> <task> Build a Gantt chart with sections for Month 1 (foundations: alphabet/sounds, core vocab, present tense, basic phrases), Month 2 (expansion: past/future tenses, listening, speaking practice), and Month 3 (fluency push: conversation practice, immersion, review), plus a Habits section for daily recurring practice. Schedule skills progressively with after: dependencies where they build on each other, add milestones for first-conversation and mid-point-assessment, and mark speaking practice as crit since it's the goal. </task> <constraints> - Valid Mermaid gantt syntax: gantt, title, dateFormat YYYY-MM-DD, axisFormat. - Skills build progressively (grammar before conversation); daily practice runs throughout. - Include a mid-point assessment milestone and a day-90 goal milestone. </constraints> <format> Return the Mermaid gantt code in a ```mermaid code block as a ready-to-render artifact, then note how to add weekly tutor sessions as a recurring task. </format>
Generates a progressive 90-day language learning plan with monthly phases and assessment milestones as a ready-to-render artifact.
Pro tip: Tell Claude your daily minutes and it will front-load speaking practice earlier so you hit the conversation goal on time.
Frequently Asked Questions
Prompts are the starting line. Tutorials are the finish.
A growing library of 300+ hands-on tutorials on ChatGPT, Claude, Midjourney, and 50+ AI tools. New tutorials added every week.
7-day free trial. Cancel anytime.