Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Launchpad

Your side project command center. Profiles every project, identifies what's blocking revenue, and generates actionable marketing/content/launch tickets that you or Claude agents can execute.

The Problem

You can build MVPs all day. But none of them make money because the non-technical work never happens — landing pages, pricing, launch posts, content, outreach. Launchpad fixes that by treating marketing and launch tasks as first-class tickets, not afterthoughts.

How It Works

  1. Scan your ~/code projects — auto-generates structured profiles with target customer, pain point, pricing model, and launch readiness
  2. Generate tickets for the gaps — not code tickets, but marketing, content, and business tickets
  3. Sync to Linear — projects become Linear projects, tickets become issues, status stays in sync
  4. Execute — pick up tickets yourself or hand them to Claude agents

Quick Start

# Scan all projects (uses Claude to analyze each one)
./scripts/scan-projects.sh

# Scan a single project
./scripts/scan-projects.sh slabcheck

# Generate tickets from profiles
./scripts/generate-tickets.sh

# Push to Linear
export LINEAR_API_KEY=lin_api_...
export LINEAR_TEAM_ID=...
./scripts/linear-sync.sh

Structure

projects/       Structured profiles for each side project
tickets/        open/ | in-progress/ | done/ — markdown tickets
playbooks/      Launch checklist, profile template, content patterns
content/        Generated marketing content by project
scripts/        Scanner, ticket generator, Linear sync

Project Profile

Each profile captures what code can't tell you:

  • One-liner — what this does in 15 words
  • Target customer — who specifically would pay
  • Pain point — what they're doing today without this
  • Monetization model — how this makes money
  • Launch readiness — checklist of what's done vs. missing
  • What's blocking launch — the honest answer

Ticket Types

Tickets focus on the work developers skip:

  • Marketing — landing page copy, social posts, launch announcements
  • Content — blog posts, comparison articles, demo videos, SEO
  • Business — pricing strategy, competitor analysis, user research
  • Launch — Product Hunt prep, Reddit posts, community outreach
  • Growth — email capture, analytics, feedback loops

Works With

  • Obsidian — open this repo as a vault for visual browsing/editing
  • Linear — bidirectional sync for team-style project management
  • Claude Code — agents can read profiles and execute tickets autonomously

About

Side project command center. Profiles projects, generates marketing/launch tickets, syncs to Linear.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages