Skip to content

Theo's Startup Ideas: Six execution plans with agent task registries#2

Draft
wcordelo wants to merge 8 commits into
mainfrom
cursor/theo-s-startup-ideas-analysis-a1e2
Draft

Theo's Startup Ideas: Six execution plans with agent task registries#2
wcordelo wants to merge 8 commits into
mainfrom
cursor/theo-s-startup-ideas-analysis-a1e2

Conversation

@wcordelo

@wcordelo wcordelo commented Jun 26, 2026

Copy link
Copy Markdown
Owner

E2E test layer (defaults)

Implements the approved E2E defaults:

  • Chromium only via Playwright
  • Vite dev servers on fixed ports (3847–3855)
  • BenchTrust mini eval (runsPerTask: 2)
  • Cross-product flows deferred

Test counts

Layer Count
Task validation 200
Package unit 250
CLI E2E 7
Playwright (API + browser) 8
Full suite 465

Commands

cd startups && bun install
bun run test          # 450 unit + task validation
bun run test:e2e      # 15 E2E
bun run test:all      # 465 total

Key fix

Better Slack browser E2E failed because Vite's /api proxy intercepted the frontend module /api.ts. Changed proxy to /api/ so the React app mounts correctly.

CI

.github/workflows/e2e.yml — unit job (bun run test) + e2e job (Playwright Chromium).

Open in Web Open in Cursor 

- Full execution plans for all ideas from Theo's Startup Ideas Notion page
- Each plan includes 15 sections: market, architecture, GTM, 90-day roadmap
- AGENT-TASKS.md consolidates 198+ numbered tasks across NPM/GIT/SYNC/MOB/COMM/BENCH prefixes
- Mobile platform reframed as ShipKit (Expo release/compliance wedge)
- Better git uses git-overlay strategy (bgit); npm security wedge (bnpm)

Co-authored-by: William Lopez-Cordero <wcordelo@users.noreply.github.com>
@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented Jun 26, 2026

Copy link
Copy Markdown
Contributor

Deploying with  Cloudflare Workers  Cloudflare Workers

The latest updates on your project. Learn more about integrating Git with Workers.

Status Name Latest Commit Preview URL Updated (UTC)
✅ Deployment successful!
View logs
website 518193c Commit Preview URL

Branch Preview URL
Jun 26 2026, 08:01 AM

cursoragent and others added 7 commits June 26, 2026 07:40
Build BenchTrust at startups/packages/benchtrust with CLI commands,
Hono REST API on port 3848, encrypted holdout vault, pass@k stats,
contamination audit, sealed runtime specs, scorecard reports, and
10 sample SWE tasks. Includes tests for stats, classifier, and vault.

Completes BENCH-001 through BENCH-005, BENCH-007 through BENCH-017,
BENCH-020, BENCH-023, BENCH-030 through BENCH-032.

Co-authored-by: William Lopez-Cordero <wcordelo@users.noreply.github.com>
Build DevSync at startups/packages/devsync with CLI, ignore engine,
git safety hard-exclude, chunking, SQLite state, pairing, conflicts,
file-based transport stub, and daemon IPC stub.

Completes SYNC-001, 003-008, 011-015, 020, 024, 026.
36 tests passing.

Co-authored-by: William Lopez-Cordero <wcordelo@users.noreply.github.com>
Implement human QA 3-reviewer workflow, weekly task drop scheduler,
W&B export integration, Vite+React dashboard, and GTM/compliance docs.
Add 5 TypeScript sample tasks, partner scorecard, and test coverage.
Mark all 32 BENCH tasks complete in TASK-STATUS.md.

Co-authored-by: William Lopez-Cordero <wcordelo@users.noreply.github.com>
Implement remaining COMM-003 through COMM-035 features: thread composer,
sub-threads, subscriptions, cross-thread refs, post templates, agent
proposal flow, Linear/Slack/Stripe/SAML stubs, FTS search, resolution
modal, digest job, Slack import, and supporting docs. Add 37 passing tests.

Co-authored-by: William Lopez-Cordero <wcordelo@users.noreply.github.com>
- startups/ monorepo with bnpm, bgit, devsync, shipkit, better-slack, benchtrust
- 250 passing tests across CLIs, APIs, dashboards, and integrations
- Each package delivers v0.1-v1.0 scope from execution plans
- GTM deliverables as templates/playbooks in gtm/ folders
- TASK-STATUS.md: 198/198 tasks complete

Co-authored-by: William Lopez-Cordero <wcordelo@users.noreply.github.com>
Co-authored-by: William Lopez-Cordero <wcordelo@users.noreply.github.com>
- Task registry with deliverable checks for NPM, GIT, SYNC, MOB, COMM, BENCH
- Central all-tasks.test.ts: one test per task ID validating files and content
- Wire task validation into startups test script before package tests

Co-authored-by: William Lopez-Cordero <wcordelo@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants