Templates
64 ready-made checklists across 16 categories — engineering, startup, marketing, AI, and more.
Code Review
FeaturedStructured checklist for reviewing pull requests thoroughly and consistently.
· Read the PR description and linked issue
· Check for logic errors and edge cases
· Verify error handling and null checks
· Review test coverage
Feature Release
FeaturedEnd-to-end checklist for shipping a new feature from staging to production.
· Pre-release
· Staging smoke tests passed
· Production
· Enable feature flag
New Project Setup
Bootstrap checklist for starting a new software project the right way.
· Repository
· Create repo and set branch protection
· CI/CD
· Set up lint and test pipeline
API Design Review
Checklist for reviewing a REST or GraphQL API design before implementation begins.
· Resource names are nouns and lowercase
· Error responses include a code and message
· Pagination strategy defined
· Authentication and authorisation documented
Incident Response
FeaturedStep-by-step checklist for handling production incidents from detection to postmortem.
· Detect & Triage
· Confirm incident and severity
· Mitigate
· Apply hotfix or rollback
Deployment Runbook
Safe production deployment checklist with pre-checks, execution, and verification steps.
· Pre-Deploy
· Confirm deploy window agreed
· Execute
· Run database migrations
Server Hardening
Security hardening checklist for new Linux servers before going to production.
· Disable root SSH login
· Set up key-based authentication only
· Configure UFW or iptables firewall
· Enable automatic security updates
On-Call Handoff
Checklist for handing off on-call responsibilities cleanly between shifts.
· Review open incidents and their status
· Share any known fragile areas to watch
· Confirm alerting and paging is active
· Update runbook with anything new learned
Security Audit
FeaturedComprehensive security audit checklist for web applications covering OWASP, infrastructure, and access controls.
· Application Security
· Input validation on all endpoints
· Infrastructure
· No public S3 buckets or storage
Incident Postmortem
FeaturedBlameless postmortem checklist to document incidents, find root causes, and prevent recurrence.
· Incident Summary
· Timeline of events documented
· Root Cause
· Contributing factors identified
GDPR Compliance Review
Practical GDPR compliance checklist for SaaS products handling EU personal data.
· Lawful basis for data processing documented
· Privacy policy up to date and accessible
· User data deletion request process exists
· Data breach notification procedure defined
Penetration Test Prep
Checklist to prepare your application and team for an external penetration test engagement.
· Scope and rules of engagement agreed in writing
· Test environment isolated from production
· Monitoring alerts suppressed for test IPs
· Emergency contact list shared with testers
API Testing
Checklist for testing REST APIs thoroughly before release.
· Functional Tests
· Happy path returns 200 with correct body
· Security
· Unauthenticated requests return 401
Regression Testing
Pre-release regression checklist to verify core flows are not broken.
· User login and logout flows
· Core CRUD operations
· Payment or checkout flow
· Email notifications triggered
Accessibility Audit
Practical accessibility checklist for auditing web pages against WCAG 2.1.
· Keyboard & Focus
· All interactive elements keyboard reachable
· Screen Reader
· Images have meaningful alt text
Security Review
FeaturedPre-release security checklist covering OWASP top 10 and common web vulnerabilities.
· Validate and sanitise all user inputs
· Verify no sensitive data in logs or responses
· Check for insecure direct object references
· Confirm HTTPS enforced everywhere
Sprint Planning
Checklist to run an effective agile sprint planning meeting.
· Review and close previous sprint
· Check team capacity for this sprint
· Walk through backlog top items
· Agree on sprint goal
Product Launch
FeaturedFull product launch checklist covering product, marketing, and customer success.
· Product
· Feature complete and QA signed off
· Marketing
· Announce blog post ready
Technical Spec Review
Checklist for reviewing and approving a technical design document.
· Problem statement is clear and scoped
· Alternatives considered and documented
· Data model changes identified
· Security implications reviewed
Sprint Retrospective
Structured retrospective checklist to surface wins, blockers, and actionable improvements.
· Set the Stage
· Confirm safe-to-speak environment
· What Went Well
· Highlight team wins and good practices
Weekly Review
FeaturedGTD-inspired weekly review to clear your head and plan the week ahead.
· Clear email inbox to zero
· Review notes and captures from the week
· Update project statuses
· Plan top 3 priorities for next week
Meeting Preparation
Checklist to prepare for and follow up on important meetings.
· Before Meeting
· Define the meeting objective
· During Meeting
· Capture action items
New Employee Onboarding
First-week onboarding checklist to get a new team member up to speed.
· Day 1
· Account access provisioned
· Week 1
· Meet with manager 1:1
Deep Work Session
Pre-session setup and post-session wind-down checklist for distraction-free focused work.
· Write down the one goal for this session
· Close Slack, email, and social media
· Set a timer for 90 minutes
· Capture anything left unfinished
SaaS Launch
FeaturedEnd-to-end launch checklist for taking a SaaS product from private beta to public.
· Product
· Onboarding flow tested end-to-end
· Growth
· Pricing page live with clear CTA
Product Hunt Launch
FeaturedDay-by-day checklist to maximise your Product Hunt launch ranking and upvotes.
· Week Before
· Maker profile complete with photo
· Launch Day
· Post live by 12:01am PT
Investor Pitch Prep
Checklist to prepare a compelling investor pitch deck and data room for fundraising.
· Problem and solution slides clear and concise
· Traction metrics up to date
· Financial model with 3-year projections
· Data room with cap table and financials ready
MVP Scope Definition
Structured checklist to define, validate, and lock MVP scope before development begins.
· Core problem and target user defined
· Riskiest assumption identified
· Success metric agreed before building
· Features outside MVP written down and parked
SEO Blog Post Publish
FeaturedPre-publish SEO checklist to maximise organic reach for every blog post.
· Target keyword in title, H1, and first paragraph
· Meta description under 160 characters
· Internal links to 2+ relevant posts
· OG image set for social sharing
Email Campaign Launch
Checklist to plan, review, and send a marketing email campaign without errors.
· Content
· Subject line A/B tested
· Pre-Send
· Unsubscribe link present and working
Social Media Content Week
Weekly social media planning checklist to batch-create and schedule consistent content.
· Review last week's top-performing posts
· Write 5 post drafts for the week
· Schedule posts for optimal times
· Engage with comments from previous week
Landing Page Review
Conversion-focused checklist for reviewing a landing page before paid traffic is sent.
· Headline communicates value in under 5 seconds
· Social proof above the fold
· CTA button is high contrast and action-oriented
· Page load time under 3 seconds on mobile
Prompt Engineering Workflow
FeaturedSystematic checklist for designing, testing, and iterating on LLM prompts for production use.
· Design
· Define task and desired output format
· Test
· Run against edge cases and adversarial inputs
AI Feature Readiness
Pre-ship checklist for AI-powered features covering accuracy, cost, safety, and observability.
· Accuracy baseline measured on eval dataset
· Hallucination rate acceptable for use case
· Cost per user request within budget
· Rate limiting and abuse prevention in place
AI Project Kickoff
Structured checklist for kicking off an ML/AI project from problem definition to first model iteration.
· Problem Definition
· Business metric tied to ML metric
· Data
· Training and test splits defined
LLM Model Evaluation
Checklist for rigorously evaluating and comparing large language model outputs before deployment.
· Eval dataset covers diverse real-world inputs
· Automated metrics defined (BLEU, ROUGE, custom)
· Human eval sample size statistically significant
· Failure modes catalogued and documented
API Release Checklist
FeaturedPre-release checklist for shipping a new public API or breaking API version change.
· Documentation
· Reference docs published with examples
· Compatibility
· Breaking changes listed in changelog
Daily Standup
FeaturedStructured daily standup checklist to keep the team aligned and unblock work fast.
· What did I complete yesterday?
· What am I working on today?
· Any blockers or dependencies?
· Action items captured with owners
Vendor Evaluation
Checklist for evaluating and selecting a third-party vendor or SaaS tool objectively.
· Requirements list agreed before outreach
· Pricing and contract terms reviewed by legal
· Security questionnaire completed
· Reference customers contacted
Quarterly Ops Review
Quarterly business review checklist to assess operational health across teams and systems.
· Metrics Review
· KPIs compared against targets
· Processes
· Bottlenecks identified and owned
Client Onboarding
Structured client onboarding checklist to set expectations and deliver a great first impression.
· Pre-Start
· Contract and NDA signed
· Week 1
· Goals and success metrics agreed
Business Plan Review
Checklist for reviewing a business plan for completeness, realism, and investor-readiness.
· Executive summary is compelling in under 2 pages
· Market size has credible sources
· Revenue model is clearly explained
· Assumptions are listed and defensible
Hiring Process
Structured hiring checklist from job post to offer letter for consistent, bias-reduced recruitment.
· Job Post
· Requirements separated from nice-to-haves
· Interview
· Scorecard agreed before first interview
Board Meeting Prep
Pre-board meeting preparation checklist to ensure a productive, well-structured session.
· Board pack sent 5 days before meeting
· Financial highlights compared to plan
· Key decisions clearly framed with options
· Action items from last meeting reviewed
Remote Team Setup
FeaturedChecklist to set up async-first remote work practices for a new or growing distributed team.
· Communication
· Async-first norms documented
· Tooling
· Single source of truth for docs defined
Home Office Setup
Practical checklist for setting up a productive, ergonomic, and professional home office.
· Monitor at eye level to prevent neck strain
· Dedicated work area separate from relaxation space
· Reliable internet with wired backup option
· Good lighting that doesn't cause glare on screen
Async Standup Template
Daily async standup checklist for remote teams to stay aligned without synchronous meetings.
· Yesterday's completed tasks posted
· Today's top 3 priorities shared
· Blockers flagged with needed help
· Availability windows for the day noted
Remote Team Offsite
Planning checklist for organising a productive in-person offsite for a remote team.
· Logistics
· Travel and accommodation booked
· Agenda
· Balance of work sessions and social time
YouTube Publishing Workflow
FeaturedEnd-to-end YouTube video publishing checklist from final edit to post-publish optimisation.
· Pre-Upload
· Thumbnail designed and A/B option ready
· Upload
· End screen and cards added
Podcast Episode Publish
Production-to-publish checklist for releasing a podcast episode across all platforms.
· Audio edited and noise removed
· Intro and outro music added
· Show notes written with timestamps
· Episode submitted to RSS feed
Newsletter Issue
Weekly newsletter writing and publishing checklist for consistent, high-quality issues.
· Subject line tested with a colleague
· Opening hook grabs attention in first sentence
· Links tested in actual email client
· Sent at consistent day and time
Content Repurposing
Checklist to systematically repurpose one long-form piece of content across multiple formats.
· Source
· Extract 5 standalone insights from the piece
· Distribution
· Thread, carousel, and short-form video created
Weekly Fitness Routine
Simple weekly fitness checklist to build consistent exercise habits and track progress.
· 3 strength training sessions completed
· At least 2 cardio sessions
· 8,000+ steps each day tracked
· Protein target hit daily
Annual Health Review
Yearly personal health checklist covering screenings, dental, mental health, and lifestyle habits.
· Medical
· GP check-up booked
· Mental Health
· Therapy or peer support reviewed
Morning Routine
Intentional morning routine checklist to start each day focused, energised, and clear-headed.
· No phone for first 30 minutes
· Drink a full glass of water on waking
· Move — walk, stretch, or exercise
· Write 3 priorities for the day
Weekly Nutrition Prep
Sunday meal prep checklist to eat well all week without relying on willpower in the moment.
· Meals planned for the week
· Grocery list written and ingredients bought
· Proteins batch-cooked for the week
· Healthy snacks portioned and ready
Exam Preparation
FeaturedStructured exam prep checklist to cover material systematically and walk in confident.
· 4 Weeks Out
· Full syllabus mapped to topics
· Final Week
· Past papers completed under timed conditions
Weekly Study Plan
FeaturedWeekly study planning checklist to balance subjects, avoid burnout, and make measurable progress.
· Review last week — what did I actually complete?
· List subjects and topics to cover this week
· Assign specific sessions to calendar blocks
· Set one measurable goal per subject
Micro-Learning Session
Focused 25-minute learning session checklist for mastering one concept at a time.
· Write the one concept to learn in this session
· Remove all distractions before starting
· Summarise in your own words after reading
· Create one flashcard or recall question
Research Paper Writing
Step-by-step checklist for researching, structuring, and submitting an academic paper.
· Research
· Research question clearly stated
· Writing
· Argument flows logically between paragraphs
Travel Packing
Complete packing checklist so you never forget essentials for a trip.
· Documents
· Passport and travel insurance
· Tech
· Laptop and charger
· Clothing
· Weather-appropriate outfits
Job Search
Structured job search checklist to stay organised across applications.
· Preparation
· Update resume and LinkedIn
· For Each Application
· Tailor resume to role
Moving House
Complete checklist for moving to a new home without missing anything.
· Notify utilities of change of address
· Update bank and financial institutions
· Forward post from old address
· Book removal company
Freelance Project
End-to-end checklist for managing a freelance client project from kickoff to invoice.
· Kickoff
· Scope and deliverables agreed in writing
· During Project
· Share progress updates on schedule
Built for developers. Useful for everyone.
Two modes, one tool. Simple mode turns any flat list into an interactive checklist in seconds. Advanced mode gives you a full 3-level hierarchy — parents, children, and sub-tasks — with progress tracking, collapse/expand, and nested drag-and-drop.
Smart parsing
Simple mode: paste anything — newlines, commas, tabs, or existing markers like [ ], [x], ✓, ✗. Advanced mode: paste indented text (2 spaces per level) to create nested tasks instantly.
Nested hierarchy
Advanced mode supports 3 levels deep. Indent/outdent items with one click. Parent state syncs automatically from children.
Shareable URLs
Encodes your checklist and active mode into a URL. Anyone opening the link sees the same list, same view.
Export anywhere
PDF, Markdown, JSON, CSV, or plain text. Advanced PDF preserves indentation and colour-coded states.
Perfect for release checklists·QA runs·deployment tasks·sprint planning·study plans·packing lists
Frequently Asked Questions
- What is the difference between Simple and Advanced mode?
- Simple mode converts any flat list into a checklist instantly — great for quick task lists. Advanced mode supports up to 3 levels of nesting (parent → child → sub-task), with collapse/expand, per-parent progress tracking, and drag-and-drop reordering within each level.
- How does the smart checklist tool work?
- Paste any text and the tool converts it into an interactive checklist. In Simple mode it splits by newlines, commas, or tabs. In Advanced mode, indent with 2 spaces per level to create nested items. Check off items, mark them invalid, reorder with drag-and-drop, and export when done.
- How do I create nested tasks in Advanced mode?
- Paste indented text using 2 spaces per level (e.g. " child task" under a parent), or start with a blank list and use the indent button (→) to move items deeper. You can nest up to 3 levels: parent, child, and sub-task. Use the outdent button (←) to promote items back up.
- Is my checklist data saved?
- Yes — checklists are automatically saved to your browser's local storage (IndexedDB). No data is sent to any server. Everything stays on your device. You can access all saved checklists from the My Checklists page.
- Can I share my checklist with others?
- Yes. The Share button generates a URL that encodes your entire checklist (and the active mode) so anyone opening the link sees the same list in the same mode — no account or backend needed.
- Can I export my checklist as a PDF?
- Yes. Both Simple and Advanced modes support PDF export. The Advanced PDF preserves the hierarchy with indentation per nesting level and colour-coded checkboxes (green = done, red = invalid).
- What export formats are available?
- Simple mode: PDF, Markdown, Plain Text, CSV. Advanced mode: PDF, Markdown, Plain Text, JSON (full tree structure), CSV.
- What input formats are supported in Simple mode?
- Newlines, commas, and tabs as separators. Auto-detects existing checkbox markers like [ ], [x], ✓, and ✗ — no reformatting needed.