Claude Prompt Library

30 Claude Prompts That Build Kanban Boards

30 copy-paste prompts

Describe your workflow and Claude returns a finished board: a self-contained HTML kanban with columns and seeded cards you can preview and drag, or a structured spec ready to paste into Notion, Trello, or Linear. Prompts for dev sprints, marketing, content, GTD, sales pipelines, and support queues. Not "list some columns."

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.

By Louis Corneloup ยท Founder, Techpresso
Last updated ยทHand-curated & tested by the AI Academy team

Dev & Engineering Boards

5 prompts

Agile Sprint Board (HTML)

1/30

You are a senior engineering lead and front-end developer. <context> I need a working sprint board built as one self-contained HTML file with inline CSS and vanilla JavaScript, previewable instantly as an artifact, that my team can actually use to track a sprint. </context> <inputs> - Team and product: [WHO AND WHAT WE BUILD] - Sprint goal: [THE ONE OUTCOME THIS SPRINT] - Columns I want: [E.G. BACKLOG, TO DO, IN PROGRESS, IN REVIEW, DONE] - Example tickets to seed: [4-8 REAL TASKS] - Label types: [E.G. FEATURE, BUG, TECH DEBT, DOCS] </inputs> <task> Build a kanban board with the columns above rendered as side-by-side lanes, each showing a live card count and an add-card button. Seed each lane with realistic cards containing a title, an assignee initial-avatar, a colored label, and a story-point badge. Make cards draggable between columns with the HTML5 drag-and-drop API and persist the board state to localStorage so a refresh keeps changes. </task> <constraints> - One self-contained HTML file; no frameworks or CDN dependencies, valid runnable JS. - Drag-and-drop must work, counts update live, and state survives reload. - Clean, accessible board UI with keyboard-focusable cards and real seeded content, no lorem ipsum. </constraints> <format> Return the full HTML as an artifact, then a short note on how to add columns and wire it to a real backend later. </format>

Generates a fully working, draggable sprint board with seeded tickets and localStorage persistence as a previewable artifact.

๐Ÿ’ก

Pro tip: Paste your real backlog titles into the seed list so the board opens looking like your actual sprint, not a demo.

Bug Triage Board (HTML)

2/30

You are a QA lead who runs a tight bug-triage process. <context> I need a bug-triage kanban built as one self-contained HTML file with inline CSS and vanilla JavaScript, previewable as an artifact, to move bugs from report to resolution. </context> <inputs> - Product area: [WHAT THE BUGS AFFECT] - Columns: [E.G. REPORTED, TRIAGED, IN PROGRESS, VERIFYING, CLOSED] - Severity levels: [E.G. CRITICAL, HIGH, MEDIUM, LOW] - Sample bugs to seed: [4-8 REAL BUG TITLES] - Fields per bug: [E.G. STEPS, ENV, ASSIGNEE] </inputs> <task> Build a board where each bug card shows a title, a color-coded severity pill, an assignee, and an environment tag, sortable within a lane by severity. Add a severity filter across the top that hides non-matching cards, a per-column count, and draggable cards between columns with localStorage persistence. </task> <constraints> - One self-contained HTML file; runnable vanilla JS, no dependencies. - Critical bugs must be visually unmissable (color plus position); filter and drag both functional. - Seed with realistic, specific bug titles and reproduction hints, not placeholders. </constraints> <format> Return the full HTML as an artifact, then explain the severity color logic and how to add an SLA countdown per card. </format>

Builds a bug-triage board with severity pills, a live filter, and draggable cards as a previewable artifact.

๐Ÿ’ก

Pro tip: Tell Claude your real severity definitions so the color rules match how your team actually prioritizes.

Feature Roadmap (Now / Next / Later)

3/30

You are a product manager who runs a lean, outcome-driven roadmap. <context> I need a Now/Next/Later roadmap board delivered as a structured spec I can paste straight into Notion, Trello, or Linear, with columns and seeded cards fully filled in. </context> <inputs> - Product and vision: [WHAT WE BUILD AND WHERE IT IS GOING] - Themes or bets: [3-5 STRATEGIC THEMES] - Known initiatives: [FEATURES OR IDEAS ON MY LIST] - Constraints: [TEAM SIZE, DEADLINES] - Card fields I want: [E.G. OUTCOME, EFFORT, CONFIDENCE, OWNER] </inputs> <task> Produce a board spec with three columns (Now, Next, Later). Under each, write 4-6 seeded cards where every card has a title, the customer outcome it drives, a T-shirt effort size, a confidence level, and an owner. Slot each card into the right column using the themes and constraints, and briefly justify the ordering. </task> <constraints> - Output as a clean markdown structure: a heading per column, cards as sub-bullets or a table, no filler. - Every card must tie to an outcome, not just a feature name; realistic sizing. - Format must paste cleanly into Notion or Linear without reformatting. </constraints> <format> Return the board as a markdown table or nested list artifact, then a short note on how to import it into your tool of choice. </format>

Produces a filled-in Now/Next/Later roadmap board with outcome-driven cards ready to paste into Notion or Linear.

๐Ÿ’ก

Pro tip: Give Claude your real deadlines and it will push low-confidence bets to Later instead of overloading Now.

Pull-Request Review Board (HTML)

4/30

You are an engineering manager who wants clear visibility into code review flow. <context> I need a pull-request review board built as one self-contained HTML file with inline CSS and vanilla JavaScript, previewable as an artifact, that tracks PRs from open to merged. </context> <inputs> - Repo or product: [WHAT THE CODE IS FOR] - Columns: [E.G. OPEN, NEEDS REVIEW, CHANGES REQUESTED, APPROVED, MERGED] - Example PRs to seed: [4-8 PR TITLES WITH AUTHOR] - Reviewer names: [WHO REVIEWS] - Aging rule: [E.G. FLAG PRS OLDER THAN 2 DAYS] </inputs> <task> Build a board where each PR card shows the title, author avatar, a reviewer badge, an age-in-days chip, and a small red flag when the PR exceeds the aging threshold. Add per-column counts, drag-and-drop between columns, and localStorage persistence. Highlight the oldest waiting PR in each lane. </task> <constraints> - One self-contained HTML file; runnable vanilla JS, no dependencies. - Aging flag logic must actually compare dates; drag and counts functional. - Seed with realistic PR titles (e.g. "Fix race condition in auth refresh"), not placeholders. </constraints> <format> Return the full HTML as an artifact, then explain the aging logic and how to sync it with the GitHub API. </format>

Builds a PR-review board with reviewer badges, aging flags, and drag-and-drop as a previewable artifact.

๐Ÿ’ก

Pro tip: Set the aging threshold to your team's real review SLA so stale PRs light up automatically.

Incident Response Board (Spec)

5/30

You are a site-reliability engineer who runs incident response. <context> I need an incident-response kanban delivered as a structured spec, with columns and seeded cards filled in, that I can drop into our on-call tool during an outage. </context> <inputs> - System and typical incidents: [WHAT BREAKS] - Columns: [E.G. DETECTED, INVESTIGATING, MITIGATING, MONITORING, RESOLVED] - Severity scale: [E.G. SEV1, SEV2, SEV3] - Roles involved: [INCIDENT COMMANDER, COMMS, OPS] - Card fields: [E.G. IMPACT, HYPOTHESIS, ACTION, OWNER, TIMESTAMP] </inputs> <task> Produce a board spec with the incident lifecycle columns above. Seed it with 5-7 realistic cards for a sample SEV2 incident so it reads like a live timeline: each card carries an impact statement, current hypothesis or action, an owner role, and a timestamp slot. Include a short runbook header with roles and the escalation path. </task> <constraints> - Output as clean markdown: runbook header, then a column-by-column card list or table, no filler. - Cards must map to the incident lifecycle and read like a real timeline, not generic tasks. - Include placeholders for timestamps and paging so it works during an actual incident. </constraints> <format> Return the board spec as a markdown artifact, then a short note on how to turn it into a reusable incident template. </format>

Produces an incident-response board spec with a lifecycle timeline and runbook header ready to use during an outage.

๐Ÿ’ก

Pro tip: Ask Claude to add a post-incident review column so the board doubles as your retro starting point.

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.

Start 7-Day Free Trial

Marketing Boards

5 prompts

Marketing Campaign Board (HTML)

6/30

You are a marketing operations lead who runs multiple campaigns at once. <context> I need a campaign kanban built as one self-contained HTML file with inline CSS and vanilla JavaScript, previewable as an artifact, to track campaigns from idea to wrap-up. </context> <inputs> - Brand and channels: [WHAT WE MARKET AND WHERE] - Columns: [E.G. IDEAS, PLANNED, IN PRODUCTION, LIVE, WRAPPED] - Sample campaigns to seed: [4-8 REAL CAMPAIGNS] - Channel labels: [E.G. EMAIL, PAID, SOCIAL, SEO, EVENTS] - Card fields: [E.G. OWNER, GOAL METRIC, DUE DATE] </inputs> <task> Build a board where each campaign card shows a title, a channel label chip, an owner, a target metric, and a due date, with per-column counts and an add-card button. Make cards draggable between columns and persist to localStorage. Add a channel filter that shows only matching campaigns. </task> <constraints> - One self-contained HTML file; runnable vanilla JS, no dependencies. - Drag, filter, and counts must all work; state survives reload. - Seed with realistic campaign names and goal metrics, not placeholders. </constraints> <format> Return the full HTML as an artifact, then explain the channel color system and how to add a budget field per card. </format>

Builds a multi-campaign marketing board with channel filters and draggable cards as a previewable artifact.

๐Ÿ’ก

Pro tip: Seed it with the campaigns actually on your plate this quarter so it becomes your live tracker immediately.

Content Calendar Kanban (HTML)

7/30

You are a content marketing manager organizing a publishing pipeline. <context> I need a content-calendar kanban built as one self-contained HTML file with inline CSS and vanilla JavaScript, previewable as an artifact, to move content from idea to published. </context> <inputs> - Brand and audience: [WHO WE PUBLISH FOR] - Columns: [E.G. IDEAS, DRAFTING, IN REVIEW, SCHEDULED, PUBLISHED] - Content types: [E.G. BLOG, VIDEO, SOCIAL, NEWSLETTER] - Sample pieces to seed: [4-8 REAL TITLES] - Card fields: [E.G. AUTHOR, TARGET KEYWORD, PUBLISH DATE] </inputs> <task> Build a board where each card shows a title, a content-type label, an author, a target keyword, and a publish date, with per-column counts. Make cards draggable, persist to localStorage, and add a content-type filter plus a small overdue indicator when the publish date has passed while still not in Published. </task> <constraints> - One self-contained HTML file; runnable vanilla JS, no dependencies. - Overdue logic must compare real dates; drag, filter, and counts functional. - Seed with specific, realistic content titles, not placeholders. </constraints> <format> Return the full HTML as an artifact, then explain the overdue logic and how to add a calendar view toggle. </format>

Generates a content-calendar kanban with type filters, publish dates, and overdue flags as a previewable artifact.

๐Ÿ’ก

Pro tip: Give Claude your real cadence (e.g. 2 posts a week) so the seeded publish dates form a believable schedule.

SEO Task Board (Spec)

8/30

You are an SEO strategist building a prioritized execution board. <context> I need an SEO task kanban delivered as a structured spec I can paste into Notion or Trello, with columns and seeded cards fully filled in. </context> <inputs> - Site and niche: [WHAT WE RANK FOR] - Columns: [E.G. BACKLOG, THIS MONTH, IN PROGRESS, WAITING ON DEV, DONE] - Work types: [E.G. TECHNICAL, ON-PAGE, CONTENT, LINK BUILDING] - Known issues or targets: [WHAT I ALREADY KNOW NEEDS DOING] - Card fields: [E.G. IMPACT, EFFORT, TARGET URL, OWNER] </inputs> <task> Produce a board spec with the columns above. Seed 5-7 realistic SEO tasks per active column, each card carrying a work-type label, an impact-vs-effort rating, a target URL or keyword, and an owner. Order the This Month column by impact-to-effort so the highest-leverage work sits on top, and note why. </task> <constraints> - Output as clean markdown: heading per column, cards as a table or sub-bullets, no filler. - Every task must be concrete and actionable (not "improve SEO"); realistic sizing. - Format must paste cleanly into Notion or Trello. </constraints> <format> Return the board as a markdown artifact, then a short note on how to import it and re-score cards each month. </format>

Produces a prioritized SEO task board spec sorted by impact-vs-effort, ready to paste into Notion or Trello.

๐Ÿ’ก

Pro tip: List the pages already losing rankings and Claude will front-load the board with your fastest wins.

Product Launch Board (HTML)

9/30

You are a product marketing manager coordinating a launch. <context> I need a launch kanban built as one self-contained HTML file with inline CSS and vanilla JavaScript, previewable as an artifact, to run every workstream up to and past launch day. </context> <inputs> - Product and launch date: [WHAT SHIPS AND WHEN] - Columns: [E.G. NOT STARTED, IN PROGRESS, BLOCKED, READY, SHIPPED] - Workstreams: [E.G. MESSAGING, WEBSITE, PRESS, SALES ENABLEMENT, SUPPORT] - Sample tasks to seed: [6-10 REAL LAUNCH TASKS] - Card fields: [E.G. OWNER, WORKSTREAM, DUE DATE] </inputs> <task> Build a board where each task card shows a title, a workstream label, an owner, and a due date relative to launch day, with per-column counts. Make cards draggable, persist to localStorage, add a workstream filter, and visually flag any card in Blocked and any card due within 3 days of launch. </task> <constraints> - One self-contained HTML file; runnable vanilla JS, no dependencies. - Blocked and near-deadline flags must be obvious; drag, filter, counts functional. - Seed with realistic cross-team launch tasks, not placeholders. </constraints> <format> Return the full HTML as an artifact, then explain the countdown-to-launch logic and how to group cards by workstream. </format>

Builds a cross-team product-launch board with workstream filters and blocked flags as a previewable artifact.

๐Ÿ’ก

Pro tip: Enter your real launch date so every card's due chip counts down against it automatically.

Social Media Pipeline (CSV Import)

10/30

You are a social media manager who plans content across platforms. <context> I need a social-media kanban delivered as an importable CSV plus a matching column layout, so I can bulk-import cards into Trello or Notion and instantly have a seeded board. </context> <inputs> - Brand and platforms: [E.G. LINKEDIN, X, INSTAGRAM, TIKTOK] - Columns / statuses: [E.G. IDEA, SCRIPTING, DESIGN, SCHEDULED, POSTED] - Content pillars: [3-5 RECURRING THEMES] - Posting cadence: [POSTS PER WEEK PER PLATFORM] - Fields per post: [E.G. PLATFORM, PILLAR, HOOK, DATE, OWNER] </inputs> <task> Generate a CSV where each row is a post card with columns for Title, Status, Platform, Pillar, Hook, Publish Date, and Owner. Seed 12-16 realistic rows spread across the statuses, platforms, and pillars to fill roughly two weeks of cadence, with believable hooks. Then describe the board's column setup so the Status field maps to lanes on import. </task> <constraints> - Output valid CSV in a code block: a header row plus one row per card, values quoted where needed, no trailing commas. - Status values must exactly match the column names so lane mapping works. - Hooks and titles must be specific and on-brand, not placeholders. </constraints> <format> Return the CSV as an artifact, then step-by-step import instructions for Trello (via a Power-Up) or Notion (CSV import). </format>

Produces an importable CSV of seeded social posts mapped to kanban lanes, ready to bulk-import into Trello or Notion.

๐Ÿ’ก

Pro tip: Match the Status column values exactly to your existing board's lanes so every card lands in the right place on import.

Content Production Boards

5 prompts

Editorial Pipeline Board (HTML)

11/30

You are a managing editor running a busy editorial team. <context> I need an editorial pipeline kanban built as one self-contained HTML file with inline CSS and vanilla JavaScript, previewable as an artifact, to shepherd every piece from pitch to publish. </context> <inputs> - Publication and beat: [WHAT WE COVER] - Columns: [E.G. PITCHED, ASSIGNED, DRAFTING, EDITING, DESIGN, PUBLISHED] - Content formats: [E.G. FEATURE, INTERVIEW, NEWS, OPINION] - Sample pieces to seed: [5-8 REAL WORKING TITLES] - Card fields: [E.G. WRITER, EDITOR, WORD COUNT, DEADLINE] </inputs> <task> Build a board where each story card shows a working title, a format label, a writer and editor initial-avatar, a word-count target, and a deadline, with per-column counts. Make cards draggable, persist to localStorage, and flag any card past its deadline that is not yet Published. Add a format filter across the top. </task> <constraints> - One self-contained HTML file; runnable vanilla JS, no dependencies. - Deadline flag compares real dates; drag, filter, counts functional. - Seed with realistic working titles and bylines, not placeholders. </constraints> <format> Return the full HTML as an artifact, then explain the deadline logic and how to add a fact-check column. </format>

Builds an editorial pipeline board with writer/editor avatars, deadline flags, and format filters as a previewable artifact.

๐Ÿ’ก

Pro tip: Seed it with your actual assigned stories so the board mirrors this week's real editorial calendar.

Blog Production Board (Spec)

12/30

You are a content operations manager standardizing blog production. <context> I need a blog-production kanban delivered as a structured spec I can paste into Notion or Trello, with columns and seeded cards filled in, that captures the full workflow. </context> <inputs> - Blog topic and audience: [WHAT WE WRITE ABOUT] - Columns: [E.G. IDEAS, OUTLINE, DRAFTING, SEO REVIEW, PUBLISHED, PROMOTED] - Post types: [E.G. HOW-TO, LISTICLE, COMPARISON, CASE STUDY] - Planned posts: [4-8 TOPICS I WANT TO COVER] - Card fields: [E.G. TARGET KEYWORD, WORD COUNT, AUTHOR, DUE DATE] </inputs> <task> Produce a board spec with the columns above. Seed 5-8 realistic posts distributed across columns, each card carrying a post-type label, a target keyword, a word-count target, an author, and a due date. Include a short checklist template that every card should complete before it can move to Published (outline approved, SEO reviewed, internal links added). </task> <constraints> - Output clean markdown: heading per column, cards as a table or sub-bullets, plus the reusable checklist, no filler. - Topics and keywords must be specific and realistic, not generic. - Format must paste cleanly into Notion or Trello. </constraints> <format> Return the board spec as a markdown artifact, then a note on how to turn the checklist into a card template in your tool. </format>

Produces a blog-production board spec with a definition-of-done checklist and seeded posts, ready to paste into Notion.

๐Ÿ’ก

Pro tip: Ask Claude to bake your publish standards into the checklist so no post reaches Published half-finished.

Video Production Kanban (HTML)

13/30

You are a video producer coordinating scripting through publishing. <context> I need a video-production kanban built as one self-contained HTML file with inline CSS and vanilla JavaScript, previewable as an artifact, to track episodes across the whole pipeline. </context> <inputs> - Channel and format: [WHAT WE MAKE, E.G. YOUTUBE TUTORIALS] - Columns: [E.G. IDEAS, SCRIPTING, FILMING, EDITING, THUMBNAIL, PUBLISHED] - Sample videos to seed: [5-8 REAL VIDEO TITLES] - Team roles: [WRITER, EDITOR, THUMBNAIL DESIGNER] - Card fields: [E.G. OWNER, RUNTIME TARGET, PUBLISH DATE] </inputs> <task> Build a board where each video card shows a title, a stage owner, a runtime-target chip, and a publish date, with per-column counts and an add-card button. Make cards draggable, persist to localStorage, and add a small progress bar per card that fills as it moves rightward through the columns. </task> <constraints> - One self-contained HTML file; runnable vanilla JS, no dependencies. - Progress bar must reflect the card's current column; drag and counts functional. - Seed with realistic video titles and owners, not placeholders. </constraints> <format> Return the full HTML as an artifact, then explain the progress-bar mapping and how to add a B-roll checklist per card. </format>

Builds a video-production board with per-card progress bars and stage owners as a previewable artifact.

๐Ÿ’ก

Pro tip: Give Claude your real pipeline stages; the progress bar becomes a live percentage of how done each episode is.

Newsletter Board (Spec)

14/30

You are a newsletter operator shipping issues on a fixed cadence. <context> I need a newsletter-production kanban delivered as a structured spec I can paste into Notion or Trello, with columns and seeded cards filled in for the next several issues. </context> <inputs> - Newsletter and cadence: [NAME AND HOW OFTEN IT SHIPS] - Columns: [E.G. IDEAS, DRAFTING, REVIEW, SCHEDULED, SENT] - Recurring sections: [E.G. INTRO, MAIN STORY, LINKS, SPONSOR] - Upcoming themes: [3-6 ISSUE TOPICS] - Card fields: [E.G. SEND DATE, SUBJECT LINE, SPONSOR, OWNER] </inputs> <task> Produce a board spec with the columns above. Create one card per upcoming issue, seeded across columns to reflect a realistic pipeline, each carrying a send date, a candidate subject line, a sponsor slot, and an owner. Under each card, list the recurring sections as a checklist so nothing ships missing a section. </task> <constraints> - Output clean markdown: heading per column, one card per issue with a section checklist, no filler. - Send dates must follow the stated cadence and be believable; subject lines specific. - Format must paste cleanly into Notion or Trello. </constraints> <format> Return the board spec as a markdown artifact, then a note on how to clone one issue card as a repeatable template. </format>

Produces a newsletter board spec with one card per issue, send dates, and section checklists, ready to paste into Notion.

๐Ÿ’ก

Pro tip: Tell Claude your exact send day and it will space the issue cards to match your real calendar.

Podcast Episode Board (HTML)

15/30

You are a podcast producer managing guests and episodes. <context> I need a podcast-production kanban built as one self-contained HTML file with inline CSS and vanilla JavaScript, previewable as an artifact, to track episodes from booking to release. </context> <inputs> - Show and format: [WHAT THE PODCAST IS ABOUT] - Columns: [E.G. GUEST OUTREACH, BOOKED, RECORDED, EDITING, SCHEDULED, RELEASED] - Sample episodes to seed: [5-8 GUESTS OR TOPICS] - Team roles: [PRODUCER, EDITOR, SOCIAL] - Card fields: [E.G. GUEST, RECORD DATE, RELEASE DATE] </inputs> <task> Build a board where each episode card shows the guest or topic, a record date, a release date, and an owner, with per-column counts and an add-card button. Make cards draggable, persist to localStorage, and flag any card whose release date is within 5 days but is not yet Scheduled or Released. </task> <constraints> - One self-contained HTML file; runnable vanilla JS, no dependencies. - Near-release flag compares real dates; drag and counts functional. - Seed with realistic guest names or episode topics, not placeholders. </constraints> <format> Return the full HTML as an artifact, then explain the release-flag logic and how to add a show-notes field per card. </format>

Builds a podcast-production board tracking guests, record and release dates with deadline flags as a previewable artifact.

๐Ÿ’ก

Pro tip: Seed it with the guests you're already chasing so outreach and booking status are visible at a glance.

Personal & GTD Boards

5 prompts

GTD Personal Board (HTML)

16/30

You are a productivity coach who teaches Getting Things Done. <context> I need a personal GTD kanban built as one self-contained HTML file with inline CSS and vanilla JavaScript, previewable as an artifact, to run my whole life from one board. </context> <inputs> - My main roles: [E.G. WORK, SIDE PROJECT, HOME, HEALTH] - Columns: [E.G. INBOX, TODAY, THIS WEEK, WAITING FOR, DONE] - Sample tasks to seed: [6-10 REAL TASKS FROM MY LIFE] - Context tags: [E.G. @COMPUTER, @CALLS, @ERRANDS] - Card fields: [E.G. CONTEXT, ENERGY LEVEL, DUE DATE] </inputs> <task> Build a board where each task card shows a title, a context tag, an energy-level chip (low/medium/high), and an optional due date, with per-column counts. Make cards draggable, persist to localStorage, add a context filter, and give the Today column a visible cap that warns when I add more than a set number of tasks. </task> <constraints> - One self-contained HTML file; runnable vanilla JS, no dependencies. - Today WIP cap must trigger a visible warning; drag, filter, counts functional. - Seed with realistic personal tasks across roles, not placeholders. </constraints> <format> Return the full HTML as an artifact, then explain the WIP-cap logic and how to add a weekly-review reset button. </format>

Builds a personal GTD board with context tags, energy levels, and a Today WIP cap as a previewable artifact.

๐Ÿ’ก

Pro tip: Set the Today cap to a number you can honestly finish so the board protects you from overcommitting.

Weekly Planning Board (Spec)

17/30

You are a personal productivity strategist who runs a weekly review ritual. <context> I need a weekly planning kanban delivered as a structured spec I can paste into Notion or Trello, with columns and seeded cards filled in from my real inputs. </context> <inputs> - This week's top goals: [1-3 OUTCOMES THAT MATTER MOST] - Columns: [E.G. THIS WEEK, MONDAY, TUESDAY... , DONE OR BY-DAY LANES] - Recurring commitments: [MEETINGS, HABITS, CHORES] - Loose tasks to schedule: [6-12 THINGS ON MY MIND] - Card fields: [E.G. PRIORITY, TIME ESTIMATE, LINKED GOAL] </inputs> <task> Produce a board spec that turns my dump of tasks into a planned week. Distribute the loose tasks across day lanes, each card carrying a priority, a time estimate, and which top goal it advances. Balance the load so no single day is overstuffed, protect time for the top goals, and note any tasks that should be dropped or delegated. </task> <constraints> - Output clean markdown: a lane per day, cards as sub-bullets or a table, plus a short "cut or delegate" list, no filler. - Every card should link to a goal or be flagged as maintenance; realistic time estimates. - Format must paste cleanly into Notion or Trello. </constraints> <format> Return the board spec as a markdown artifact, then a short note on how to run this as a repeatable Sunday planning session. </format>

Produces a balanced weekly planning board that schedules loose tasks across day lanes, ready to paste into Notion.

๐Ÿ’ก

Pro tip: Dump every task on your mind into the inputs; Claude will schedule the load and tell you what to cut.

Habit & Goal Tracker (HTML)

18/30

You are a behavior-change coach who builds simple, sticky trackers. <context> I need a habit-and-goal kanban built as one self-contained HTML file with inline CSS and vanilla JavaScript, previewable as an artifact, to track habits and the goals they ladder up to. </context> <inputs> - Goals for this quarter: [2-4 OUTCOMES] - Columns: [E.G. TO BUILD, BUILDING, CONSISTENT, PAUSED] - Habits to seed: [5-8 HABITS TIED TO THE GOALS] - Cadence per habit: [DAILY / WEEKLY] - Card fields: [E.G. LINKED GOAL, STREAK COUNT, CADENCE] </inputs> <task> Build a board where each habit card shows the habit, its cadence, the goal it supports, and a streak counter with a plus button that increments the streak. Make cards draggable between columns, persist streaks and positions to localStorage, and visually celebrate any card whose streak crosses a milestone (e.g. 7 or 30). </task> <constraints> - One self-contained HTML file; runnable vanilla JS, no dependencies. - Streak increment and milestone highlight must actually work and persist; drag functional. - Seed with realistic habits tied to the stated goals, not placeholders. </constraints> <format> Return the full HTML as an artifact, then explain the streak and milestone logic and how to add a daily reset. </format>

Builds a habit-and-goal board with working streak counters and milestone celebrations as a previewable artifact.

๐Ÿ’ก

Pro tip: Tie every habit card to a quarterly goal so the board shows why each small action matters.

Job Search Board (HTML)

19/30

You are a career coach who helps people run an organized job search. <context> I need a job-search kanban built as one self-contained HTML file with inline CSS and vanilla JavaScript, previewable as an artifact, to track every application from lead to offer. </context> <inputs> - Target roles and industry: [WHAT I AM APPLYING FOR] - Columns: [E.G. LEADS, APPLIED, SCREENING, INTERVIEWING, OFFER, REJECTED] - Sample applications to seed: [5-8 REAL COMPANIES OR ROLES] - Priority tiers: [E.G. DREAM, STRONG FIT, BACKUP] - Card fields: [E.G. COMPANY, ROLE, NEXT STEP, DATE APPLIED] </inputs> <task> Build a board where each application card shows the company, role, a priority-tier pill, the next action, and the date applied, with per-column counts. Make cards draggable, persist to localStorage, add a priority filter, and flag any card sitting in a stage for more than 10 days with no next-step date so nothing goes stale. </task> <constraints> - One self-contained HTML file; runnable vanilla JS, no dependencies. - Staleness flag compares real dates; drag, filter, counts functional. - Seed with realistic company and role names, not placeholders. </constraints> <format> Return the full HTML as an artifact, then explain the staleness logic and how to add a notes field for interview prep. </format>

Builds a job-search board with priority tiers, next-step tracking, and staleness flags as a previewable artifact.

๐Ÿ’ก

Pro tip: Set a next-step date on every card; the staleness flag then nudges you before any lead goes cold.

Home Renovation Board (Spec)

20/30

You are a project coordinator who manages home renovation projects. <context> I need a home-renovation kanban delivered as a structured spec I can paste into Notion or Trello, with columns and seeded cards filled in for a real project. </context> <inputs> - Project scope: [E.G. KITCHEN REMODEL, WHOLE-HOUSE REFRESH] - Rooms or zones: [WHICH SPACES] - Columns: [E.G. TO PLAN, QUOTES, SCHEDULED, IN PROGRESS, DONE] - Budget ceiling: [TOTAL BUDGET] - Card fields: [E.G. ROOM, VENDOR, COST ESTIMATE, TARGET DATE] </inputs> <task> Produce a board spec with the columns above. Seed 8-12 realistic renovation tasks across rooms and columns, each card carrying a room tag, a vendor or DIY note, a cost estimate, and a target date. Add a running budget tally that sums the cost estimates and flags if the total exceeds the ceiling, plus a note on the dependency order (e.g. plumbing before tiling). </task> <constraints> - Output clean markdown: heading per column, cards as a table with cost estimates, plus a budget summary line, no filler. - Tasks must be realistic and sequenced sensibly; estimates believable. - Format must paste cleanly into Notion or Trello. </constraints> <format> Return the board spec as a markdown artifact, then a note on how to track actual-vs-estimate spend per card. </format>

Produces a home-renovation board spec with a budget tally and dependency order, ready to paste into Notion or Trello.

๐Ÿ’ก

Pro tip: Give Claude your real budget ceiling so it flags the moment the summed estimates blow past it.

Sales Pipeline Boards

5 prompts

Sales Deal Pipeline (HTML)

21/30

You are a sales operations leader who runs a clean deal pipeline. <context> I need a sales pipeline kanban built as one self-contained HTML file with inline CSS and vanilla JavaScript, previewable as an artifact, to move deals from lead to closed. </context> <inputs> - What we sell and to whom: [PRODUCT AND ICP] - Stages / columns: [E.G. LEAD, QUALIFIED, PROPOSAL, NEGOTIATION, WON, LOST] - Sample deals to seed: [6-10 REAL DEALS] - Deal-size tiers: [E.G. SMB, MID, ENTERPRISE] - Card fields: [E.G. COMPANY, VALUE, OWNER, NEXT STEP] </inputs> <task> Build a board where each deal card shows the company, a deal value, a size-tier pill, an owner, and the next step, with per-column counts and a live sum of deal value at the top of each stage. Make cards draggable, persist to localStorage, add an owner filter, and show total weighted pipeline value using a simple probability per stage. </task> <constraints> - One self-contained HTML file; runnable vanilla JS, no dependencies. - Per-stage value sums and weighted total must compute correctly; drag, filter, counts functional. - Seed with realistic company names and deal values, not placeholders. </constraints> <format> Return the full HTML as an artifact, then explain the stage-probability weighting and how to sync deals from a CRM. </format>

Builds a sales pipeline board with per-stage value sums and weighted forecast as a previewable artifact.

๐Ÿ’ก

Pro tip: Set realistic win probabilities per stage so the weighted total becomes a forecast you can actually trust.

SDR Outbound Board (Spec)

22/30

You are a sales development leader building an outbound prospecting board. <context> I need an SDR outbound kanban delivered as a structured spec I can paste into Notion or Trello, with columns and seeded cards filled in for a prospecting sprint. </context> <inputs> - Target segment: [WHO WE PROSPECT] - Columns: [E.G. TO RESEARCH, SEQUENCED, ENGAGED, MEETING BOOKED, HANDED OFF] - Sample prospects to seed: [6-10 COMPANIES OR PERSONAS] - Sequence steps: [E.G. EMAIL 1, LINKEDIN, CALL, EMAIL 2] - Card fields: [E.G. COMPANY, CONTACT, LAST TOUCH, NEXT TOUCH DATE] </inputs> <task> Produce a board spec with the columns above. Seed 6-10 realistic prospect cards across columns, each carrying a company, a contact and title, the last touch made, and the next-touch date. Under each Sequenced card, list the remaining sequence steps as a checklist, and add a daily activity target (dials, emails) at the top of the board. </task> <constraints> - Output clean markdown: heading per column, cards as a table, sequence checklists, and an activity-target header, no filler. - Prospects and cadence must be realistic; next-touch dates believable. - Format must paste cleanly into Notion or Trello. </constraints> <format> Return the board spec as a markdown artifact, then a note on how to reset it for a fresh prospecting sprint each week. </format>

Produces an SDR outbound board spec with sequence checklists and activity targets, ready to paste into Notion or Trello.

๐Ÿ’ก

Pro tip: Add the next-touch date on every card so the board tells you exactly who to contact today.

Partnership Pipeline (HTML)

23/30

You are a business development lead managing partnership deals. <context> I need a partnership pipeline kanban built as one self-contained HTML file with inline CSS and vanilla JavaScript, previewable as an artifact, to track partner deals from first contact to launched. </context> <inputs> - Partnership type: [E.G. INTEGRATIONS, RESELLERS, CO-MARKETING] - Columns: [E.G. PROSPECTING, INTRO CALL, EVALUATING, AGREEMENT, LAUNCHED] - Sample partners to seed: [5-8 REAL PARTNER NAMES] - Partner tiers: [E.G. STRATEGIC, GROWTH, LONG-TAIL] - Card fields: [E.G. PARTNER, OWNER, POTENTIAL VALUE, NEXT STEP] </inputs> <task> Build a board where each partner card shows the partner name, a tier pill, an owner, a potential-value estimate, and the next step, with per-column counts. Make cards draggable, persist to localStorage, add a tier filter, and flag any card with no next step defined so no partnership stalls silently. </task> <constraints> - One self-contained HTML file; runnable vanilla JS, no dependencies. - Missing-next-step flag must work; drag, filter, counts functional. - Seed with realistic partner names and value estimates, not placeholders. </constraints> <format> Return the full HTML as an artifact, then explain the tier color system and how to add an agreement-status field. </format>

Builds a partnership BD pipeline board with tier pills, value estimates, and stall flags as a previewable artifact.

๐Ÿ’ก

Pro tip: Force a next step on every partner card; the flag then surfaces any relationship that's quietly going nowhere.

Renewals & Upsell Board (Spec)

24/30

You are a customer success leader running renewals and expansion. <context> I need a renewals-and-upsell kanban delivered as a structured spec I can paste into Notion or Trello, with columns and seeded cards filled in for my account base. </context> <inputs> - Product and segment: [WHAT WE SELL AND TO WHOM] - Columns: [E.G. UPCOMING, AT RISK, IN CONVERSATION, RENEWED, EXPANDED, CHURNED] - Sample accounts to seed: [6-10 ACCOUNTS] - Health signals: [E.G. USAGE, NPS, SUPPORT TICKETS] - Card fields: [E.G. ACCOUNT, ARR, RENEWAL DATE, HEALTH, OWNER] </inputs> <task> Produce a board spec with the columns above. Seed 6-10 realistic account cards across columns, each carrying ARR, a renewal date, a health rating (green/yellow/red), an upsell opportunity, and an owner. Sort the At Risk column by renewal date, add a total-ARR-at-risk tally, and note the recommended play for each at-risk account. </task> <constraints> - Output clean markdown: heading per column, cards as a table, an ARR-at-risk summary, and per-account plays, no filler. - Accounts, ARR, and dates must be realistic; health ratings justified. - Format must paste cleanly into Notion or Trello. </constraints> <format> Return the board spec as a markdown artifact, then a note on how to review it in a weekly renewals stand-up. </format>

Produces a renewals-and-upsell board spec with health ratings, ARR-at-risk tally, and save plays, ready for Notion.

๐Ÿ’ก

Pro tip: Give Claude renewal dates and health signals so it surfaces which accounts to save first.

Real-Estate Listing Pipeline (HTML)

25/30

You are a real-estate operations manager tracking listings to close. <context> I need a listing-pipeline kanban built as one self-contained HTML file with inline CSS and vanilla JavaScript, previewable as an artifact, to move properties from lead to closed. </context> <inputs> - Market and property types: [E.G. RESIDENTIAL, COMMERCIAL, RENTALS] - Columns: [E.G. NEW LEAD, LISTING PREP, LIVE, UNDER OFFER, CLOSING, CLOSED] - Sample listings to seed: [5-8 PROPERTIES] - Status tags: [E.G. HOT, WARM, COLD] - Card fields: [E.G. ADDRESS, PRICE, AGENT, NEXT ACTION] </inputs> <task> Build a board where each listing card shows the address, list price, a status tag, the agent, and the next action, with per-column counts and a live sum of list prices per stage. Make cards draggable, persist to localStorage, add a status filter, and flag any Live listing older than 30 days on market. </task> <constraints> - One self-contained HTML file; runnable vanilla JS, no dependencies. - Days-on-market flag compares real dates; price sums, drag, filter, counts functional. - Seed with realistic addresses and prices, not placeholders. </constraints> <format> Return the full HTML as an artifact, then explain the days-on-market logic and how to add a commission field per card. </format>

Builds a real-estate listing pipeline board with price sums and days-on-market flags as a previewable artifact.

๐Ÿ’ก

Pro tip: Seed it with your active listings so the days-on-market flag tells you which properties need a price cut.

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.

Start Your Free Trial

Support & Ticket Boards

5 prompts

Support Ticket Board (HTML)

26/30

You are a customer support lead who runs a triaged ticket queue. <context> I need a support-ticket kanban built as one self-contained HTML file with inline CSS and vanilla JavaScript, previewable as an artifact, to move tickets from new to resolved. </context> <inputs> - Product and common issues: [WHAT WE SUPPORT] - Columns: [E.G. NEW, TRIAGED, IN PROGRESS, WAITING ON CUSTOMER, RESOLVED] - Priority levels: [E.G. URGENT, HIGH, NORMAL, LOW] - Sample tickets to seed: [6-10 REAL TICKET SUBJECTS] - Card fields: [E.G. CUSTOMER, PRIORITY, AGENT, SLA DUE] </inputs> <task> Build a board where each ticket card shows a subject, a color-coded priority pill, the customer, the assigned agent, and an SLA-due chip, with per-column counts. Make cards draggable, persist to localStorage, add a priority filter, and turn the SLA chip red when a ticket is past due and not yet Resolved. </task> <constraints> - One self-contained HTML file; runnable vanilla JS, no dependencies. - SLA breach logic compares real times; drag, filter, counts functional. - Seed with realistic ticket subjects, not placeholders. </constraints> <format> Return the full HTML as an artifact, then explain the SLA logic and how to route tickets to agents automatically. </format>

Builds a support-ticket board with priority pills, SLA-due chips, and breach flags as a previewable artifact.

๐Ÿ’ก

Pro tip: Enter your real SLA targets per priority so the board turns red exactly when a ticket is about to breach.

Escalation Board (Spec)

27/30

You are a support operations manager who handles escalations to engineering. <context> I need an escalation kanban delivered as a structured spec I can paste into Notion or Trello, with columns and seeded cards filled in, that tracks tickets escalated beyond tier-1. </context> <inputs> - Product and typical escalations: [WHAT GETS ESCALATED] - Columns: [E.G. ESCALATED, ENG INVESTIGATING, FIX IN PROGRESS, VERIFYING, CLOSED] - Severity scale: [E.G. S1, S2, S3] - Sample escalations to seed: [5-8 REAL ISSUES] - Card fields: [E.G. TICKET ID, CUSTOMER IMPACT, ENG OWNER, SLA] </inputs> <task> Produce a board spec with the columns above. Seed 5-8 realistic escalation cards across columns, each carrying a ticket ID, a customer-impact statement, a severity level, an eng owner, and an SLA target. Order each column by severity, add an aging note for cards open beyond their SLA, and include a short handoff template capturing what support must provide when escalating. </task> <constraints> - Output clean markdown: heading per column, cards as a table, plus the handoff template, no filler. - Impact statements must be specific; severities and SLAs realistic. - Format must paste cleanly into Notion or Trello. </constraints> <format> Return the board spec as a markdown artifact, then a note on how support and engineering should review it in a daily sync. </format>

Produces a support-to-engineering escalation board spec with a handoff template and SLA aging, ready for Notion.

๐Ÿ’ก

Pro tip: Bake your escalation criteria into the handoff template so tier-1 sends complete context every time.

Customer Onboarding Board (HTML)

28/30

You are an onboarding specialist who guides new customers to first value. <context> I need a customer-onboarding kanban built as one self-contained HTML file with inline CSS and vanilla JavaScript, previewable as an artifact, to move each new account through onboarding. </context> <inputs> - Product and onboarding goal: [WHAT SUCCESS LOOKS LIKE, THE AHA MOMENT] - Columns: [E.G. KICKOFF, SETUP, TRAINING, FIRST VALUE, LIVE] - Sample accounts to seed: [5-8 CUSTOMERS] - Onboarding tiers: [E.G. SELF-SERVE, GUIDED, WHITE-GLOVE] - Card fields: [E.G. ACCOUNT, CSM, START DATE, TARGET GO-LIVE] </inputs> <task> Build a board where each account card shows the account, a tier pill, the CSM owner, a start date, and a target go-live date, plus a small progress bar that fills as it moves through the stages. Make cards draggable, persist to localStorage, and flag any account whose target go-live has passed while not yet Live. </task> <constraints> - One self-contained HTML file; runnable vanilla JS, no dependencies. - Progress bar reflects current stage; go-live flag compares real dates; drag and counts functional. - Seed with realistic account names, not placeholders. </constraints> <format> Return the full HTML as an artifact, then explain the progress and go-live logic and how to add an onboarding checklist per card. </format>

Builds a customer-onboarding board with progress bars, go-live flags, and tier pills as a previewable artifact.

๐Ÿ’ก

Pro tip: Set a target go-live per account so the board flags any onboarding that is slipping before the customer churns.

Feature Request Board (Spec)

29/30

You are a product operations manager who triages customer feature requests. <context> I need a feature-request kanban delivered as a structured spec I can paste into Notion or Trello, with columns and seeded cards filled in, that turns raw feedback into a prioritized queue. </context> <inputs> - Product: [WHAT WE BUILD] - Columns: [E.G. NEW, UNDER REVIEW, PLANNED, IN PROGRESS, SHIPPED, DECLINED] - Common request themes: [3-5 RECURRING ASKS] - Sample requests to seed: [6-10 REAL REQUESTS] - Card fields: [E.G. REQUESTER COUNT, SEGMENT, EFFORT, THEME] </inputs> <task> Produce a board spec with the columns above. Seed 6-10 realistic feature-request cards across columns, each carrying the number of customers who asked, the segment they belong to, an effort estimate, and a theme label. Order the Under Review column by a demand-vs-effort score, and for each Declined card write a one-line reason to reuse in customer replies. </task> <constraints> - Output clean markdown: heading per column, cards as a table with demand and effort, plus decline reasons, no filler. - Requests must be specific and realistic; scores justified. - Format must paste cleanly into Notion or Trello. </constraints> <format> Return the board spec as a markdown artifact, then a note on how to link each card back to the customers who requested it. </format>

Produces a feature-request board spec scored by demand-vs-effort with reusable decline reasons, ready for Notion.

๐Ÿ’ก

Pro tip: Add the requester count to each card so the board prioritizes what customers actually keep asking for.

SLA Priority Queue Board (HTML)

30/30

You are a support operations engineer who enforces SLAs across a shared queue. <context> I need an SLA priority-queue kanban built as one self-contained HTML file with inline CSS and vanilla JavaScript, previewable as an artifact, that always shows what to work next. </context> <inputs> - Support tiers and hours: [E.G. 24/7, BUSINESS HOURS] - Columns: [E.G. QUEUE, ASSIGNED, WORKING, PENDING, DONE] - Priority-to-SLA map: [E.G. URGENT 1H, HIGH 4H, NORMAL 24H] - Sample tickets to seed: [6-10 TICKETS WITH TIMES] - Card fields: [E.G. PRIORITY, TIME LEFT, AGENT] </inputs> <task> Build a board where each ticket card shows the subject, a priority pill, and a live countdown of time remaining against its SLA, sorted so the most-at-risk ticket sits at the top of each column. Make cards draggable, persist to localStorage, recompute the countdowns on load, and color cards green/amber/red as they approach breach. </task> <constraints> - One self-contained HTML file; runnable vanilla JS, no dependencies. - Countdown and color-by-time-left logic must actually compute from the SLA map; drag and sort functional. - Seed with realistic tickets and staggered timestamps, not placeholders. </constraints> <format> Return the full HTML as an artifact, then explain the countdown and color-threshold logic and how to alert on imminent breaches. </format>

Builds an SLA priority-queue board with live countdowns and breach-risk coloring as a previewable artifact.

๐Ÿ’ก

Pro tip: Enter your exact priority-to-SLA map so the countdowns and colors match the promises you actually make to customers.

Frequently Asked Questions

Yes. For most prompts here, Claude returns a self-contained HTML file with columns, seeded cards, drag-and-drop, and localStorage persistence that you can open and use immediately as a previewable artifact. For tool-first workflows it returns a structured spec or CSV you paste straight into Notion, Trello, or Linear.
Use the spec and CSV prompts. They output columns and seeded cards in a format designed to import: a CSV whose Status column maps to lanes, or a markdown table you paste into a Notion database or Trello board. Every card comes pre-filled with realistic fields so you are editing, not starting from scratch.
The HTML prompts ask Claude to persist board state to localStorage, so cards you drag or add survive a page reload in the same browser. For multi-user, permanent storage, the closing note in each prompt explains how to wire the board to a real backend or your existing tool.
Fill every bracketed placeholder with your real details: actual task titles, deal names, deadlines, and priority definitions. The more specific your inputs, the more the seeded cards mirror your real workflow instead of a generic demo, and features like SLA countdowns or budget tallies work against numbers you trust.
Yes, every prompt on this page is free to copy and paste into Claude. You can preview the first several without signing up; unlocking the full set of 30 kanban board prompts is free with an email so you can keep them all in one place.

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.