launch_checklist_agent

Generate a pre-launch checklist for Astro sites with Tailwind v4 and Preline.

Updated Apr 17, 2026
One-click install
npx skills add https://github.com/David-Melo/astro-base --skill launch-checklist-agent
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: launch_checklist_agent
Source: https://github.com/David-Melo/astro-base/tree/main/.claude/skills/launch_checklist_agent
Command: npx skills add https://github.com/David-Melo/astro-base --skill launch-checklist-agent

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The Launch Checklist Agent identifies and streamlines all essential pre-launch tasks for an Astro site, ensuring nothing is missed before going live.

Core Features & Use Cases

  • Automated checklist generation: Creates a comprehensive, domain-specific pre-launch checklist covering SEO, analytics, accessibility, forms, redirects, performance, deployment readiness, and compliance.
  • Output artifacts: Writes the checklist to docs/launch_checklist.md and a machine-readable docs/launch_checklist.json suitable for CI/docs pipelines.
  • Use Case: When preparing to launch an Astro site, run the skill to auto-create a step-by-step QA and compliance checklist that the team can follow.

Quick Start

Run the skill to generate the launch checklist and save it to docs/launch_checklist.md and docs/launch_checklist.json.

Frequently Asked Questions about launch_checklist_agent

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate a pre-launch checklist for an Astro site?

To generate a pre-launch checklist for an Astro site, use an automated agent that creates a comprehensive Markdown file and JSON manifest covering SEO, analytics, and deployment readiness.

What should a website launch checklist include for SEO and accessibility?

A website launch checklist for SEO and accessibility should include validation steps for meta tags, redirect rules, form functionality, performance benchmarks, and compliance checks before going live.

Does this pre-launch checklist work with Astro sites using Tailwind v4 and Preline?

Yes, this pre-launch checklist is specifically designed for Astro sites using Tailwind v4 and Preline, tailoring its verification steps to match that specific frontend stack.

Can I save a deployment readiness checklist as a JSON manifest for CI pipelines?

Yes, you can save a deployment readiness checklist as a JSON manifest by outputting the results to a machine-readable file, making it suitable for direct integration into CI and docs pipelines.

How do I track progress on an Astro site QA checklist across different stages?

You can track progress on an Astro site QA checklist because the generator preserves existing progress and formats items with clear verification steps for in-repo, external, production, and post-launch stages.