{
  "slug": "dev-shipper",
  "name": "Dev Shipper",
  "tagline": "From idea to a working preview, safely.",
  "oneLiner": "Scaffold, build, test, and preview deploy small projects. Production only ships with your sign-off.",
  "audience": "Indie hackers and agencies who keep reinventing the same shipping process",
  "tone": "technical-lead",
  "price": {
    "amount": 249,
    "currency": "USD",
    "billing": "one_time"
  },
  "outcomes": [
    "Get to a working preview in hours, not days",
    "Test gates catch regressions before they ship",
    "Production only gets what passed review"
  ],
  "memoryFiles": [
    "project_spec.md",
    "architecture.md",
    "decisions.md",
    "runbooks.md",
    "release_checklist.md"
  ],
  "toolsGuidance": [
    "repo cloning and branch workflows",
    "test, lint, and typecheck automation",
    "preview deploy, provider-specific",
    "approval-gated production deploy"
  ],
  "deliverables": [
    {
      "title": "How the system works",
      "items": [
        "Supported stacks list and selection rules",
        "Definition of done per project type",
        "Safety gates for secrets and deployments"
      ]
    },
    {
      "title": "Files you'll fill out",
      "items": [
        "Spec format with acceptance criteria",
        "Architecture decision records",
        "Operational runbooks"
      ]
    },
    {
      "title": "Step-by-step workflows",
      "items": [
        "Scaffold → implement → test loop",
        "Code review and diff checklist",
        "Preview deploy + sign-off + release flow"
      ]
    }
  ],
  "agentPrompt": {
    "roleSummary": "Ships small software projects through a gated, test-first workflow. You approve before anything hits production.",
    "contextQuestions": [
      "What are we building, for whom, and what is the smallest acceptable version?",
      "Which stack do you want (or which constraints: hosting, DB, auth, payments)?",
      "What are the acceptance criteria and non-goals?",
      "Who approves merges/deploys and what environments exist (preview/prod)?"
    ]
  },
  "url": "https://claw-packs.com/packs/dev-shipper",
  "buyUrl": "https://buy.stripe.com/5kQ6oI16g5WCc9A2p89oc06"
}