# Round Table Workspace Round Table Workspace is a local-first review workflow for AI coding agents before trusting generated work. Primary repo: https://github.com/MarkDonish/round-table-workspace Pages overview: https://markdonish.github.io/round-table-workspace/ One-minute demo: https://markdonish.github.io/round-table-workspace/one-minute-demo.html One-minute demo image: https://markdonish.github.io/round-table-workspace/one-minute-demo-card.png Use cases: https://markdonish.github.io/round-table-workspace/use-cases.html AI feature review demo: https://markdonish.github.io/round-table-workspace/ai-generated-feature-review-demo.html Repo preview card: https://markdonish.github.io/round-table-workspace/repo-card.html Repo preview image: https://markdonish.github.io/round-table-workspace/repo-card.png ## What It Does - `/room` explores ambiguous product or engineering questions. - `/debate` reviews risky choices through a structured round-table workflow. - `ship-check` returns `ship`, `revise`, or `reject` with evidence and next steps. - The default demo path is local-first and does not require provider keys. ## Useful Starting Points - README: https://github.com/MarkDonish/round-table-workspace/blob/main/README.md - Quick evaluation path: https://github.com/MarkDonish/round-table-workspace/blob/main/docs/quick-evaluation.md - Why star this repo: https://github.com/MarkDonish/round-table-workspace/blob/main/docs/why-star-this-repo.md - Comparison guide: https://github.com/MarkDonish/round-table-workspace/blob/main/docs/comparison-guide.md - AI failure modes: https://github.com/MarkDonish/round-table-workspace/blob/main/docs/ai-failure-modes.md - Demo recording guide: https://github.com/MarkDonish/round-table-workspace/blob/main/docs/demo-recording-guide.md - Short video script kit: https://github.com/MarkDonish/round-table-workspace/blob/main/docs/short-video-script-kit.md - Share an AI workflow example: https://github.com/MarkDonish/round-table-workspace/issues/new?template=workflow_example.yml - One-minute demo: https://github.com/MarkDonish/round-table-workspace/blob/main/docs/one-minute-demo.md - Architecture decision transcript: https://github.com/MarkDonish/round-table-workspace/blob/main/examples/transcripts/ship-check-architecture-decision.md - Use cases: https://github.com/MarkDonish/round-table-workspace/blob/main/docs/use-cases.md - Community share kit: https://github.com/MarkDonish/round-table-workspace/blob/main/docs/community-share-kit.md - Directory submission kit: https://github.com/MarkDonish/round-table-workspace/blob/main/docs/directory-submission-kit.md - Distribution checklist: https://github.com/MarkDonish/round-table-workspace/blob/main/docs/distribution-checklist.md - Public submission targets: https://github.com/MarkDonish/round-table-workspace/blob/main/docs/public-submission-targets.md - Developer forum feedback kit: https://github.com/MarkDonish/round-table-workspace/blob/main/docs/developer-forum-feedback-kit.md - Show HN submission draft: https://github.com/MarkDonish/round-table-workspace/blob/main/docs/show-hn-submission-draft.md - Newsletter roundup pitch kit: https://github.com/MarkDonish/round-table-workspace/blob/main/docs/newsletter-roundup-pitch-kit.md - Product Hunt launch kit: https://github.com/MarkDonish/round-table-workspace/blob/main/docs/product-hunt-launch-kit.md - Promotion feedback template: https://github.com/MarkDonish/round-table-workspace/blob/main/docs/promotion-feedback-template.md - Reviewer checklist: https://github.com/MarkDonish/round-table-workspace/blob/main/docs/reviewer-checklist.md - Contributing guide: https://github.com/MarkDonish/round-table-workspace/blob/main/CONTRIBUTING.md ## Claim Boundary Do not describe fixture-backed demos, wrappers, or config preflight as host-live or provider-live support. Current support claims must be backed by fresh evidence. If evidence is missing, mark the lane as unconfigured, blocked, pending, or historical-only. ## Fast Local Trial ```bash git clone https://github.com/MarkDonish/round-table-workspace.git cd round-table-workspace ./rtw demo startup-idea ./rtw ship-check "Should we merge this AI-generated feature?" ./rtw doctor --quick ```