{
  "$schema": "fleet.launchkit-manifest.v1",
  "name": "SaaS Maker Launchkit",
  "description": "Free agent-executable launch toolkit: one product brief, a truthful run planner over the launchdesk catalog, per-platform submission playbooks, an evidence-based tracker, and a run prompt. The open equivalent of paid launch-repo kits.",
  "gradeSemantics": "Playbook grade \"researched\" = assembled from cited public pages; \"observed\" = witnessed during a real submission run. Tracker states are evidence-based: a draft is prepared, a confirmed date is scheduled, live requires a resolving public URL.",
  "quickstart": [
    "curl https://raw.githubusercontent.com/sass-maker/saas-maker/main/tooling/launchkit/brief.template.md -o brief.md  # fill once",
    "git clone --depth 1 https://github.com/sass-maker/saas-maker.git  # or fetch the two data files below",
    "node tooling/launchkit/scripts/plan-run.mjs --brief brief.md --n 10 --out run-plan.json",
    "paste tooling/launchkit/prompts/run.prompt.md into your agent",
    "node tooling/launchkit/scripts/report.mjs --tracker tracker.json"
  ],
  "pieces": {
    "brief": "https://raw.githubusercontent.com/sass-maker/saas-maker/main/tooling/launchkit/brief.template.md",
    "planner": "https://raw.githubusercontent.com/sass-maker/saas-maker/main/tooling/launchkit/scripts/plan-run.mjs",
    "runPrompt": "https://raw.githubusercontent.com/sass-maker/saas-maker/main/tooling/launchkit/prompts/run.prompt.md",
    "trackerSchema": "https://raw.githubusercontent.com/sass-maker/saas-maker/main/tooling/launchkit/tracker.schema.json",
    "trackerTemplate": "https://raw.githubusercontent.com/sass-maker/saas-maker/main/tooling/launchkit/tracker.template.json",
    "report": "https://raw.githubusercontent.com/sass-maker/saas-maker/main/tooling/launchkit/scripts/report.mjs",
    "readme": "https://raw.githubusercontent.com/sass-maker/saas-maker/main/tooling/launchkit/README.md",
    "skill": "https://raw.githubusercontent.com/sass-maker/saas-maker/main/tooling/skills/launchkit/SKILL.md"
  },
  "data": {
    "catalog": "https://sassmaker.com/launchdesk.json",
    "catalogSnapshot": "2026-09-25",
    "destinations": 1163,
    "playbookIndex": "https://sassmaker.com/launchdesk-playbooks.json",
    "playbookPattern": "https://sassmaker.com/launchdesk/<domain>.json",
    "playbookPages": "https://sassmaker.com/launchdesk/<domain>",
    "playbookCount": 330,
    "playbookSchema": "https://raw.githubusercontent.com/sass-maker/saas-maker/main/apps/showcase/src/data/launchdesk-playbooks/_schema.json"
  },
  "humanPage": "https://sassmaker.com/launchkit",
  "catalogPage": "https://sassmaker.com/launchdesk",
  "repository": "https://github.com/sass-maker/saas-maker",
  "license": "See repository LICENSE."
}
