Pre-launch — Gluecron is in final validation. Public signups and git hosting for non-owner users open after launch review.
Commitbe18eeeunknown_key

fix: correct messaging — lead with instant speed not async overnight

fix: correct messaging — lead with instant speed not async overnight

Remove 'sleep and wake up' as headline pitch. Developers want results
now, not tomorrow. Reframe around 90-second spec-to-PR and 25-second
push-to-live. Sleep Mode stays as a secondary feature, not the hook.

https://claude.ai/code/session_01DzJMTFASjMHt2f5ze4cNLR
Claude committed on June 6, 2026Parent: 58267aa
1 file changed+83be18eee0dff35036ac5f3f9b5e907aa71eebda56
1 changed file+8−3
ModifiedTODO.md+8−3View fileUnifiedSplit
11# Gluecron Master To-Do List
22
3Last updated: 2026-06-06
3Last updated: 2026-06-06 (rev 2 — messaging correction)
44
55Track progress here. Check off items as they ship. Work top-to-bottom — priority order.
66
3131- [ ] **Workflow artifact retention policy** — workflow artifacts accumulate indefinitely. Add a retention window (default 90 days, configurable per repo) with an autopilot cleanup task.
3232
3333### AI & Automation
34- [ ] **Spec-to-Live full pipeline** — currently Spec→PR. Wire the remaining loop: PR→AI review approval→auto-merge→deploy→smoke test→email/sleep-mode notification "done". The K2/K3 auto-merge and L1 sleep-mode exist separately — connect them into one end-to-end flow.
34- [ ] **Spec-to-Live full pipeline** — currently Spec→PR. Wire the remaining loop: PR→AI review approval→auto-merge→deploy→smoke test→real-time notification in the browser "done in 2m 14s". The K2/K3 auto-merge and push watch exist separately — connect them into one visible end-to-end flow with a live progress bar the developer watches happen right now, not tomorrow.
3535- [ ] **AI budget enforcement**`aiBudgets` table exists with monthly spend caps. Verify the enforcement is actually wired: when `aiCostEvents` total for the month exceeds the cap, AI features should degrade gracefully (return fallback, notify user) rather than silently continuing.
3636- [ ] **L7 skill files build step**`scripts/install.sh` writes `.claude/skills/` SKILL.md bodies via inline heredocs that can drift from the canonical files. Add a build/release step that materialises the heredocs from the actual skill files so they stay in sync.
3737- [ ] **Imported repos get skill bundle** — L7 skill files are only bundled into this repo + L2-installed users. When a user imports a GitHub repo, the skills should be bundled into the imported repo's `.claude/settings.json`.
4949
5050## 🔵 PRIORITY 4 — Customer-Facing Sections (Needs to Look Polished)
5151
52### Messaging Correction (IMPORTANT — affects landing, demo, vs-github, pricing)
53- [ ] **Rewrite all "sleep and wake up" copy** — the current pitch ("label an issue, walk away, wake up to a merged PR") positions Gluecron as slow and async. Developers sit at their computer and want results NOW. Replace every instance with instant/speed framing: "Label an issue. It's a PR in 90 seconds." The real story is: spec→PR in 2 minutes, AI review fires the moment the PR opens, auto-merge triggers the instant gates pass, push→live in ~25 seconds. Sleep Mode stays as a secondary feature for async users — it must NOT be the headline anywhere. Pages to update: `src/views/landing.tsx`, `src/routes/vs-github.tsx`, `src/routes/pricing.tsx`, `src/routes/demo.tsx`, `src/routes/sleep-mode.tsx` (marketing section only), any OG/meta descriptions.
54- [ ] **Rewrite landing hero** — current hero leads with the async pitch. New headline should hit speed and instant AI action. Suggested direction: "Write the spec. Gluecron ships it." or "AI that acts in seconds, not suggestions that sit in a tab." Sub-head should call out the 2-minute spec→PR and 25-second push→live numbers.
55- [ ] **Rewrite `/vs-github` AI-native section** — the 10 AI-native rows compare features but the copy still leans async. Reframe around real-time speed advantage: GitHub Copilot waits for you to type; Gluecron acts the moment you open a PR. Lead with latency numbers.
56
5257### Marketing & Acquisition
53- [ ] **60-second demo video** — record "label an issue, go to sleep, wake up to merged PR." This does more than any feature page. Embed on landing, `/demo`, and `/vs-github`.
58- [ ] **60-second demo video** — record "I write a spec, it's a merged PR in under 3 minutes." Show the real-time flow: spec form → AI writes code → PR opens → AI review posts → gates pass → auto-merged. No voiceover needed. Embed on landing, `/demo`, and `/vs-github`. This does more than any feature page.
5459- [ ] **Shareable AI hours saved card** — L9 hours-saved counter is on the dashboard. Add a `/api/v2/me/ai-savings/share` endpoint that generates an OG-image card (e.g. "I saved 14 hours this week with Gluecron") for Twitter/LinkedIn sharing. Viral growth lever.
5560- [ ] **`/vs-github` ongoing maintenance** — 26-row comparison table. As GitHub ships features, update this. Make it a living document, not a snapshot.
5661- [ ] **Pricing page A/B**`/pricing` exists. Test different price points and feature-gating messaging. The current copy is functional but not conversion-optimised.
5762