Theo's Startup Ideas: Six execution plans with agent task registries#2
Draft
wcordelo wants to merge 8 commits into
Draft
Theo's Startup Ideas: Six execution plans with agent task registries#2wcordelo wants to merge 8 commits into
wcordelo wants to merge 8 commits into
Conversation
- 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>
Contributor
Deploying with
|
| 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 |
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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
E2E test layer (defaults)
Implements the approved E2E defaults:
runsPerTask: 2)Test counts
Commands
Key fix
Better Slack browser E2E failed because Vite's
/apiproxy 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).